@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container,.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.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-auto,.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-auto,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0!important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor-mark {
    background-color: rgba(20,255,20,.5);
    animation: blink 1.06s steps(1) infinite
}

.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-invalidchar,.cm-s-default .cm-error {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll!important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: 0;
    position: relative
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: 0
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none!important;
    border: none!important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    border-radius: 0;
    border-width: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: 0
}

.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer {
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255,255,0,.4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: 0 0
}

.cm-s-idea span.cm-meta {
    color: #000
}

.cm-s-idea span.cm-number {
    color: #00F
}

.cm-s-idea span.cm-keyword {
    line-height: 1em;
    font-weight: 700;
    color: navy
}

.cm-s-idea span.cm-atom {
    font-weight: 700;
    color: navy
}

.cm-s-idea span.cm-def,.cm-s-idea span.cm-operator,.cm-s-idea span.cm-property,.cm-s-idea span.cm-type,.cm-s-idea span.cm-variable,.cm-s-idea span.cm-variable-2,.cm-s-idea span.cm-variable-3 {
    color: #000
}

.cm-s-idea span.cm-comment {
    color: gray
}

.cm-s-idea span.cm-string,.cm-s-idea span.cm-string-2 {
    color: green
}

.cm-s-idea span.cm-qualifier {
    color: #555
}

.cm-s-idea span.cm-error {
    color: #26252B
}

.cm-s-idea span.cm-attribute {
    color: #00F
}

.cm-s-idea span.cm-tag {
    color: navy
}

.cm-s-idea span.cm-link {
    color: #00F
}

.cm-s-idea .CodeMirror-activeline-background {
    background: #FFFAE3
}

.cm-s-idea span.cm-builtin {
    color: #30a
}

.cm-s-idea span.cm-bracket {
    color: #000
}

.cm-s-idea {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif
}

.cm-s-idea .CodeMirror-matchingbracket {
    outline: 1px solid grey;
    color: #000!important
}

.CodeMirror-hints.idea {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    color: #616569;
    background-color: #ebf3fd!important
}

.CodeMirror-hints.idea .CodeMirror-hint-active {
    background-color: #a2b8c9!important;
    color: #5c6065!important
}

.CodeMirror-linenumber {
    color: #26252B
}

.cm-comment {
    color: #444!important
}

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.selectboxit-container * {
    font: 14px Helvetica,Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: 0;
    white-space: nowrap
}

.selectboxit-container .selectboxit {
    width: 220px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative
}

.selectboxit-container .selectboxit-options a,.selectboxit-container span {
    height: 30px;
    line-height: 30px;
    display: block
}

.selectboxit-container .selectboxit:focus {
    outline: 0
}

.selectboxit-options .selectboxit-disabled,.selectboxit.selectboxit-disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
    cursor: default
}

.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px
}

.selectboxit-container .selectboxit-options {
    box-sizing: border-box;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    box-shadow: none
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none
}

.selectboxit-optgroup-header,.selectboxit-option {
    text-indent: 5px;
    margin: 0;
    list-style-type: none
}

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.selectboxit-optgroup-header+.selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.selectboxit-optgroup-header {
    font-weight: 700
}

.selectboxit-optgroup-header:hover {
    cursor: default
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%
}

.selectboxit-option-icon-container {
    float: left
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left
}

.selectboxit-rendering {
    display: inline-block!important;
    *display: inline!important;
    zoom:1!important;visibility: visible!important;
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important
}

.jqueryui .ui-icon {
    background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.selectboxit-btn {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);
    border-bottom-color: #b3b3b3
}

.selectboxit-btn.selectboxit-enabled:active,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:hover {
    color: #333;
    background-color: #e6e6e6
}

.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.selectboxit-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #fff;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999
}


* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,ul,a,div {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    font-family: "source-sans-3", sans-serif;
    font-style: normal;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

h2 {
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px;
    line-height: 22px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

p {
    font-size: 16px;
    margin-bottom: 20px
}

blockquote {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px
}

pre {
    font-family: Menlo,Monaco,"Andale Mono","Lucida Console",monospace;
    margin-bottom: 20px
}

a {
    color: #00778B;
    text-decoration: none;
    transition: color .3s ease-in-out
}

a:active,a:focus,a:hover {
    text-decoration: underline
}

a:active {
    color: #00363f
}

a:focus {
    outline: 0
}

code {
    font-family: Menlo,Monaco,"Andale Mono","Lucida Console",monospace
}

del,s,strike {
    text-decoration: line-through
}

em,i {
    font-style: italic
}

small {
    font-size: 75%
}

b,strong {
    font-weight: 700
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    margin-bottom: 20px;
    width: 100%
}

th {
    background-color: #fff;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-weight: 700;
    padding: 10px
}

td {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 10px
}

input {
    border-radius: 0;
    margin: 0;
    padding: 0
}

input[type=submit] {
    -webkit-appearance: none
}

.scroll-locked {
    height: 100%;
    overflow: hidden
}

.action-button {
    display: inline-block;
    position: relative
}

.action-button:focus::before,.action-button:hover::before {
    opacity: 0
}

.action-button:focus {
    outline: 1px dotted #E12726
}

.action-button::after,.action-button::before {
    background-size: contain!important;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

.action-button::before {
    transition: opacity .3s ease-in-out;
    z-index: 20
}

.action-button::after {
    z-index: 10
}

.action-button--phone,.action-button--phone::after,.action-button--phone::before {
    height: 25px;
    width: 25px
}

.action-button--phone::before {
    background-image: url(../images/icons/icon-phone.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--phone::before {
        background-image:url(../images/icons/icon-phone@2x.png);
        background-size: 25px 25px
    }
}

.action-button--phone::after {
    background-image: url(../images/icons/icon-phone-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--phone::after {
        background-image:url(../images/icons/icon-phone-dark@2x.png);
        background-size: 25px 25px
    }
}

.action-button--education,.action-button--education::after,.action-button--education::before {
    height: 21px;
    width: 31px
}

.action-button--education::before {
    background-image: url(../images/icons/icon-education.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--education::before {
        background-image:url(../images/icons/icon-education@2x.png);
        background-size: 31px 21px
    }
}

.action-button--education::after {
    background-image: url(../images/icons/icon-education-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--education::after {
        background-image:url(../images/icons/icon-education-dark@2x.png);
        background-size: 31px 21px
    }
}

.action-button--chat,.action-button--chat::after,.action-button--chat::before {
    height: 26px;
    width: 30px
}

.action-button--chat::before {
    background-image: url(../images/icons/icon-chat.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--chat::before {
        background-image:url(../images/icons/icon-chat@2x.png);
        background-size: 30px 26px
    }
}

.action-button--chat::after {
    background-image: url(../images/icons/icon-chat-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--chat::after {
        background-image:url(../images/icons/icon-chat-dark@2x.png);
        background-size: 30px 26px
    }
}

.action-button--technical,.action-button--technical::after,.action-button--technical::before {
    height: 27px;
    width: 24px
}

.action-button--technical::before {
    background-image: url(../images/icons/icon-light-bulb.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--technical::before {
        background-image:url(../images/icons/icon-light-bulb@2x.png);
        background-size: 24px 27px
    }
}

.action-button--technical::after {
    background-image: url(../images/icons/icon-light-bulb-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .action-button--technical::after {
        background-image:url(../images/icons/icon-light-bulb-dark@2x.png);
        background-size: 24px 27px
    }
}

.active-field {
    position: relative
}

.active-field__label {
    background-color: #fff;
    bottom: 4px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 1em;
    left: 15px;
    line-height: 1.25;
    margin: auto;
    padding: 0 5px;
    position: absolute;
    top: 0;
    transition: bottom .3s ease-in-out,color .3s ease-in-out,font-size .3s ease-in-out
}

.active-field__field {
    position: relative
}

.active-field__field input,.active-field__field textarea {
    background-color: transparent
}

.active-field.is-active .active-field__label {
    bottom: calc(89%);
    font-size: 12px;
    top: auto;
    z-index: 1
}

.active-field.is-active.active-field--error .active-field__label {
    color: #E12726
}

.active-field--error .active-field__label {
    bottom: 24px;
    color: #E12726
}

.card {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1)
}

.card__columns {
    border-top: .25px solid rgba(0,0,0,.2);
    transition: border-top .3s ease-in-out
}

.card__content {
    padding: 25px 20px 15px
}

.card__footer {
    border-top: .25px solid rgba(0,0,0,.2);
    padding: 13px 20px;
    transition: border-top .3s ease-in-out
}

.card__footer a:focus {
    outline: 0
}

.card__row {
    margin-left: 0;
    margin-right: 0
}

.card__columns--first {
    border-top: none
}

.card--bottom {
    margin-bottom: 45px
}

@media (min-width: 768px) {
    .card__columns {
        border-top:none
    }

    .card__columns--divider-right {
        border-right: .25px solid rgba(0,0,0,.2);
        transition: border-right .3s ease-in-out
    }

    .card__columns--divider-top {
        border-top: .25px solid rgba(0,0,0,.2);
        transition: border-top .3s ease-in-out
    }

    .card__footer--pinned {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }
}

.content {
    color: #000;
    transition: color .3s ease-in-out
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    margin-bottom: 20px
}

.content h1:not(:first-child),.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child) {
    margin-top: 40px
}

.content ol,.content ul {
    margin-bottom: 20px
}

.content ol {
    list-style-type: decimal;
    padding-left: 15px
}

.content ul {
    list-style-type: disc;
    padding-left: 15px
}

.content img {
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.content__caps {
    text-transform: uppercase
}

.content__container {
    background-color: #f7f7f7;
    padding: 40px 40px 20px;
    transition: backround-color .3s ease-in-out
}

.content__error {
    color: #E12726
}

.content--block {
    background-color: #f0f0f0;
    margin-top: 20px
}

.content--block div,.content--block p,.content--block span,.content--block ul li {
    color: #666;
    font-size: 12px;
    font-style: italic;
    min-height: 135px;
    padding: 12px
}

@media (min-width: 768px) {
    .content--block {
        margin-top:0;
        max-width: 70%
    }
}

.cta-link {
    padding-bottom: 10px
}

.cta-link__link {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-decoration: underline;
    transition: font-weight .3s ease-in-out
}

.cta-link__link:focus,.cta-link__link:hover {
    font-weight: 700
}

.cta-link__link:focus {
    outline: 1px dotted #E12726
}

.form input[type=email],.form input[type=password],.form input[type=text],.form textarea,.form__input,.form__textarea {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: "source-sans-3", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    max-width: 280px;
    outline: 0;
    padding: 8px 15px;
    transition: border .3s ease-in-out,color .3s ease-in-out;
    width: 100%
}

.form input[type=email]:focus,.form input[type=password]:focus,.form input[type=text]:focus,.form textarea:focus,.form__input:focus,.form__textarea:focus {
    border: 1px solid #666
}

.form input[type=email]::placeholder,.form input[type=password]::placeholder,.form input[type=text]::placeholder,.form textarea::placeholder,.form__input::placeholder,.form__textarea::placeholder {
    color: #000;
    opacity: 1;
    position: relative
}

.form input[type=email].error,.form input[type=password].error,.form input[type=text].error,.form textarea.error,.form__input.error,.form__textarea.error {
    border: 1px solid #E12726;
    color: #E12726
}

.form input[type=email].error::placeholder,.form input[type=password].error::placeholder,.form input[type=text].error::placeholder,.form textarea.error::placeholder,.form__input.error::placeholder,.form__textarea.error::placeholder {
    color: #E12726
}

.form textarea {
    resize: vertical
}

.form input[type=file] {
    color: #333;
    display: block;
    padding-top: 5px;
    width: 100%
}

.form input[type=submit] {
    border: none;
    cursor: pointer
}

.form select {
    display: block;
    margin-bottom: 5px;
    max-width: 280px;
    width: 100%
}

.form__checkbox {
    font-size: 22px;
    margin-bottom: 45px;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__checkbox-checkbox {
    background-color: #fff;
    border: 1px solid #000;
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,outline .3s ease-in-out;
    width: 21px
}

.form__checkbox-checkbox::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
}

.form__checkbox-input {
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 21px;
    z-index: 100
}

.form__checkbox-input:focus~.form__checkbox-checkbox {
    outline: 1px dotted #E12726;
    outline-offset: 3px
}

.form__checkbox-input:checked~.form__checkbox-checkbox {
    background-color: #E12726;
    border-color: transparent
}

.form__checkbox-input:checked~.form__checkbox-checkbox::after {
    display: block
}

.form__checkbox-text {
    font-size: 16px;
    max-width: 270px;
    position: relative;
    top: -5px
}

.form__heading {
    margin-bottom: 10px;
    font-weight: 700
}

.form__headline {
    background-color: #444;
    padding: 12px 20px;
    transition: background-color .3s ease-in-out
}

.form__headline-headline {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5
}

.form__group {
    margin-bottom: 20px
}

.form__group-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.form__item {
    margin-bottom: 20px
}

.form__checkbox {
    display: block
}

.form label.error {
    color: #E12726;
    display: block;
    position: relative
}

.form .selectboxit {
    transition: outline .3s ease-in-out
}

.form .selectboxit:focus {
    outline: 1px dotted #E12726;
    outline-offset: 3px
}

.form .selectboxit-container {
    display: block;
    min-height: 38px
}

.form .selectboxit-container .form__select {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    display: block;
    height: 38px;
    margin-bottom: 20px;
    transition: border .3s ease-in-out;
    width: 100%
}

.form .selectboxit-container .form__select:focus {
    border: 1px solid #666
}

.form .selectboxit-container .selectboxit-options {
    width: 100%
}

.form .selectboxit-container .selectboxit-text {
    font-family: "source-sans-3", sans-serif;
    font-size: 16px;
    height: 38px;
    position: relative;
    text-indent: 10px;
    top: 2px
}

.form .selectboxit-container .selectboxit-arrow-container {
    background-image: url(../images/caret-red.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 38px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .form .selectboxit-container .selectboxit-arrow-container {
        background-image:url(../images/caret-red@2x.png);
        background-size: 18px 9px
    }
}

.form .selectboxit-container .selectboxit-open .selectboxit-arrow-container {
    background-position: center right;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form .selectboxit-container .selectboxit-default-arrow {
    display: none
}

.form .selectboxit-container .selectboxit-options {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    top: 38px!important;
    transition: background-color .3s ease-in-out
}

.form .selectboxit-container .selectboxit-option {
    height: 38px;
    line-height: 38px;
    text-indent: 13px
}

.form .selectboxit-container .selectboxit-options .selectboxit-option-anchor {
    color: #000;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    transition: color .3s ease-in-out
}

.form .selectboxit-container .selectboxit-focus .selectboxit-option-anchor {
    background-color: #f7f7f7;
    background-image: none;
    color: #000
}

.form__headline--secondary {
    // background-color: #666
    background-color: #44444
}

.information {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex
}

.information__heading {
    color: #E12726;
    padding-bottom: 5px
}

.information__icon {
    position: relative;
    top: 5px
}

.information__item {
    padding: 25px 5%
}

.information__link {
    color: #000
}

.information__list-item {
    color: #000;
    line-height: 1.4
}

.information__item--left {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%
}

.information__item--right {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%
}

.information__link--underlined {
    text-decoration: underline
}

@media (min-width: 992px) {
    .information__item--left {
        -ms-flex:0 1 22%;
        flex: 0 1 22%
    }

    .information__item--right {
        -ms-flex: 0 1 78%;
        flex: 0 1 78%
    }
}

@media (min-width: 1200px) {
    .information__item--left {
        -ms-flex:0 1 15%;
        flex: 0 1 15%
    }

    .information__item--right {
        -ms-flex: 0 1 85%;
        flex: 0 1 85%
    }
}

.list-ordered {
    counter-reset: item
}

.list-ordered__item {
    counter-increment: item;
    font-size: 16px;
    line-height: 1.45;
    padding-bottom: 20px;
    position: relative
}

.list-ordered__item::before {
    content: counter(item) ".";
    padding-right: 3px;
    position: relative
}

.list-ordered__subitem {
    display: block;
    padding: 0 0 20px 30px
}

.list-ordered__subitem:first-child {
    padding-top: 20px
}

.list-ordered__subitem:last-child {
    padding-bottom: 0
}

.list-unordered__bullet {
    color: transparent;
    position: relative;
    width: 35px
}

.list-unordered__bullet::before {
    background-color: #00778B;
    border-radius: 100%;
    content: "•";
    height: 6px;
    position: absolute;
    top: 8px;
    width: 6px
}

.list-unordered__item {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.45
}

.list-unordered__text {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 16px
}

.main-content {
    background-color: #f7f7f7;
    display: block;
    min-height: calc(100vh - 199px);
    padding: 25px 0 40px;
    transition: background-color .3s ease-in-out
}

@media (min-width: 992px) {
    .main-content {
        min-height:calc(100vh - 178px)
    }
}

.site-banner {
    position: relative
}

.site-banner__banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px
}

.site-banner__heading {
    color: #fff;
    padding: 15px 30px
}

.site-banner__text {
    background-color: #fff;
    color: #000;
    padding: 20px 30px
}

.site-banner__banner--card {
    min-height: 90px
}

.site-banner--card {
    height: 100%
}

.site-banner__heading--small {
    font-weight: 700
}

@media (min-width: 768px) {
    .site-banner__banner {
        height:180px
    }

    .site-banner__content {
        left: 70px;
        max-width: calc(100% - 140px);
        position: absolute;
        top: 45px;
        width: 360px
    }

    .site-banner__heading {
        padding: 25px
    }

    .site-banner__heading--small {
        padding: 15px 30px
    }

    .site-banner__content--wide {
        width: 375px
    }

    .site-banner--card {
        height: 100%;
        min-height: 290px;
        position: relative;
        width: 100%
    }

    .site-banner__banner--card {
        height: 100%
    }

    .site-banner__content--card {
        left: 45px;
        top: 45px;
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 275px
    }

    .site-banner__content--vertical-center {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.site-button {
    background-color: #E12726;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: "source-sans-3", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 5px 25px 8px;
    transition: background-color .3s ease-in-out
}

.site-button:active,.site-button:focus,.site-button:hover {
    background-color: #B52025;
    text-decoration: none
}

.site-button:focus {
    outline: 0
}

.site-button:active {
    background-color: #a41717;
    color: #fff
}

.site-button--submit {
    padding: 6.5px 25px
}

.site-footer {
    background-color: #fff;
    border-top: 2px solid #B2B2B2;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px 15px 30px
}

.site-footer__copyright {
    color: #26252B;
    display: block;
    font-size: 12px
}

.site-footer__image {
    background-image: url(../images/logo-relx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    min-height: 18px;
    min-width: 80px;
    position: relative;
    top: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-footer__image {
        background-image:url(../images/logo-relx@2x.png);
        background-size: 80px 18px
    }
}

.site-footer__image-link {
    display: inline-block
}

.site-footer__image-link:focus {
    outline: 1px dotted #E12726
}

.site-footer__link {
    color: #000
}

.site-footer__link:active,.site-footer__link:focus,.site-footer__link:hover {
    color: #00778B;
    text-decoration: none
}

.site-footer__link:focus {
    outline: 0;
    text-decoration: underline
}

.site-footer__list {
    display: block
}

.site-footer__list-item {
    color: #26252B;
    display: inline-block;
    font-size: 12px;
    padding: 0 3px 0 7px;
    position: relative;
    transition: color .3s ease-in-out
}

.site-footer__list-item:first-child {
    padding-left: 0
}

.site-footer__list-item:last-child {
    padding-right: 0
}

.site-footer__list-item:last-child::after {
    content: ""
}

.site-footer__list-item::after {
    content: "|";
    position: absolute;
    right: -5px;
    top: -1px
}

.site-footer--slim {
    padding: 9px 15px 25px
}

.site-footer__image--slim {
    background-image: url(../images/logo-relx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    min-height: 14px;
    min-width: 60px;
    position: relative;
    top: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-footer__image--slim {
        background-image:url(../images/logo-relx@2x.png);
        background-size: 60px 14px
    }
}

@media screen and (min-width: 414px) {
    .site-footer {
        padding:25px 25px 30px
    }

    .site-footer--slim {
        padding: 9px 15px 25px
    }
}

@media (min-width: 768px) {
    .site-footer {
        padding:25px 50px 30px
    }

    .site-footer__copyright {
        display: inline-block
    }

    .site-footer__image {
        top: 3px;
        width: 70px
    }

    .site-footer__list {
        display: inline-block
    }

    .site-footer__list-item:first-child {
        padding-left: 7px
    }

    .site-footer--slim {
        padding: 9px 15px
    }

    .site-footer__image--slim {
        width: 60px
    }
}

.site-header {
    background-color: #fff;
    border-bottom: 2px solid #B2B2B2;
    padding: 20px 8px 20px;
    transition: background-color .3s ease-in-out
}

.site-header__heading {
    color: #E12726;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    padding-left: 10px;
    transition: color .3s ease-in-out;
    vertical-align: baseline
}

.site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
    display: inline-block;
    max-width: 150px;
    min-height: 57px;
    position: relative;
    top: -3px;
    width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered@2x.png);
        background-size: 150px 57px
    }
}

.site-header__logo-link {
    display: inline-block;
    max-width: 133px;
    min-height: 31px;
    vertical-align: middle;
    width: 100%
}

.site-header__logo-link:focus {
    outline: 1px dotted #E12726
}

.site-header__logo-image {
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 133px;
    min-height: 31px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__logo-image {
        background-image:url(../images/logo@2x.png);
        background-size: 133px 31px
    }
}

.site-header--cobranded {
    padding: 25px
}

.site-header__logo-link--cobranded {
    max-width: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example@2x.png);
        background-size: 67px 52px
    }
}

.site-header--night {
    background-color: #26252B
}

.site-header__heading--night {
    color: #fff
}

.site-header__logo-image--night {
    background-image: url(../images/logo-light.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__logo-image--night {
        background-image:url(../images/logo-light@2x.png);
        background-size: 133px 31px
    }
}

.site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example.png);
    max-width: 67px;
    min-height: 52px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example@2x.png);
        background-size: 67px 52px
    }
}

.site-header--slim {
    padding: 20px 15px 10px
}

.site-header__logo-image--slim {
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 103px;
    min-height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .site-header__logo-image--slim {
        background-image:url(../images/logo@2x.png);
        background-size: 103px 24px
    }
}

.site-header__logo-link--slim {
    max-width: 103px;
    min-height: 24px
}

@media screen and (min-width: 414px) {
    .site-header__heading {
        font-size:16px;
        padding-left: 20px
    }

    .site-header--cobranded {
        padding: 25px
    }

    .site-header--slim {
        padding: 20px 15px 10px
    }
}

@media (min-width: 768px) {
    .site-header__heading {
        font-size:28px;
        padding-left: 30px;
        vertical-align: top
    }

    .site-header__link-ln {
        background-image: url(../images/logo-lexisnexis-powered-lg.png);
        max-width: 178px;
        min-height: 27px;
        top: 24px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered-lg@2x.png);
        background-size: 178px 27px
    }
}

@media (min-width: 768px) {
    .site-header__logo-image {
        background-image:url(../images/logo.png);
        max-width: 155px;
        min-height: 36px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    .site-header__logo-image {
        background-image:url(../images/logo@2x.png);
        background-size: 155px 36px
    }
}

@media (min-width: 768px) {
    .site-header__logo-link {
        max-width:155px;
        vertical-align: unset
    }
}

@media (min-width: 768px) {
    .site-header__logo-link--cobranded {
        max-width:70px
    }
}

@media (min-width: 768px) {
    .site-header__logo-image--night {
        background-image:url(../images/logo-light.png)
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    .site-header__logo-image--night {
        background-image:url(../images/logo-light@2x.png);
        background-size: 155px 36px
    }
}

@media (min-width: 768px) {
    .site-header--cobranded {
        padding:25px 50px 20px
    }
}

@media (min-width: 768px) {
    .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example.png);
        max-width: 67px;
        min-height: 52px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example@2x.png);
        background-size: 67px 52px
    }
}

@media (min-width: 768px) {
    .site-header--slim {
        padding:20px 50px 10px
    }
}

@media (min-width: 768px) {
    .site-header__logo-image--slim {
        background-image:url(../images/logo.png);
        max-width: 103px;
        min-height: 24px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    .site-header__logo-image--slim {
        background-image:url(../images/logo@2x.png);
        background-size: 103px 24px
    }
}

@media (min-width: 768px) {
    .site-header__logo-link--slim {
        max-width:103px
    }
}

@media (min-width: 768px) {
    .site-header__heading--slim {
        font-size:16px
    }
}

body[data-theme=dark] a {
    color: #fff
}

body[data-theme=dark] input[type=email],body[data-theme=dark] input[type=password],body[data-theme=dark] input[type=text],body[data-theme=dark] textarea {
    border: 1px solid #fff;
    color: #fff
}

body[data-theme=dark] input[type=email]:focus,body[data-theme=dark] input[type=password]:focus,body[data-theme=dark] input[type=text]:focus,body[data-theme=dark] textarea:focus {
    border: 1px solid #666
}

body[data-theme=dark] input[type=email]::placeholder,body[data-theme=dark] input[type=password]::placeholder,body[data-theme=dark] input[type=text]::placeholder,body[data-theme=dark] textarea::placeholder {
    color: #fff
}

body[data-theme=dark] input[type=email].error,body[data-theme=dark] input[type=password].error,body[data-theme=dark] input[type=text].error,body[data-theme=dark] textarea.error {
    border: 1px solid #fff;
    color: #fff
}

body[data-theme=dark] input[type=email].error::placeholder,body[data-theme=dark] input[type=password].error::placeholder,body[data-theme=dark] input[type=text].error::placeholder,body[data-theme=dark] label.error,body[data-theme=dark] textarea.error::placeholder {
    color: #fff
}

body[data-theme=dark] .active-field.is-active .active-field__label {
    bottom: calc(89%)
}

body[data-theme=dark] .active-field.is-active.active-field--error .active-field__label {
    color: #fff
}

body[data-theme=dark] .active-field--error .active-field__label {
    bottom: 24px;
    color: #fff
}

body[data-theme=dark] .active-field__label {
    background-color: #26252B;
    color: #fff
}

body[data-theme=dark] .card {
    background-color: #26252B
}

body[data-theme=dark] .card__columns,body[data-theme=dark] .card__footer {
    border-top: .25px solid rgba(255,255,255,.35)
}

body[data-theme=dark] .content {
    color: #fff
}

body[data-theme=dark] .content__container {
    background-color: #26252B
}

body[data-theme=dark] .content__error,body[data-theme=dark] .cta-link__link,body[data-theme=dark] .form__checkbox-text {
    color: #fff
}

body[data-theme=dark] .form__checkbox-checkbox {
    background-color: transparent;
    border: 1px solid #fff
}

body[data-theme=dark] .form__checkbox-input:focus~.form__checkbox-checkbox {
    outline: 1px dotted #fff
}

body[data-theme=dark] .form__checkbox-input:checked~.form__checkbox-checkbox {
    background-color: #2E518B
}

body[data-theme=dark] .information__heading,body[data-theme=dark] .information__list-item {
    color: #fff
}

body[data-theme=dark] .selectboxit:focus {
    outline: 1px dotted #fff
}

body[data-theme=dark] .selectboxit-container .form__select {
    border: 1px solid #fff;
    color: #fff
}

body[data-theme=dark] .selectboxit-container .form__select:focus {
    border: 1px solid #666
}

body[data-theme=dark] .selectboxit-container .selectboxit-arrow-container {
    background-image: url(../images/caret-white.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 38px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .selectboxit-container .selectboxit-arrow-container {
        background-image:url(../images/caret-white@2x.png);
        background-size: 18px 9px
    }
}

body[data-theme=dark] .selectboxit-container .selectboxit-options {
    background-color: transparent
}

body[data-theme=dark] .selectboxit-container .selectboxit-options .selectboxit-option-anchor {
    color: #fff
}

body[data-theme=dark] .selectboxit-container .selectboxit-focus .selectboxit-option-anchor {
    background-color: #B2B2B2
}

body[data-theme=dark] .site-button {
    background-color: #2E518B
}

body[data-theme=dark] .site-button:active,body[data-theme=dark] .site-button:focus,body[data-theme=dark] .site-button:hover {
    background-color: #03427B
}

body[data-theme=dark] .form__headline {
    background-color: #2E518B
}

body[data-theme=dark] .site-footer {
    background-color: #26252B
}

body[data-theme=dark] .site-footer__copyright {
    color: #fff
}

body[data-theme=dark] .site-footer__image {
    background-image: url(../images/logo-relx-light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 14px;
    min-width: 60px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-footer__image {
        background-image:url(../images/logo-relx-light@2x.png);
        background-size: 80px 18px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-footer__image {
        background-image:url(../images/logo-relx-light@2x.png);
        background-size: 60px 14px
    }
}

body[data-theme=dark] .site-footer__link,body[data-theme=dark] .site-footer__list-item {
    color: #fff
}

body[data-theme=dark] .site-header {
    background-color: #26252B
}

body[data-theme=dark] .site-header__heading {
    color: #fff
}

body[data-theme=dark] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
    max-width: 150px;
    min-height: 57px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered-light@2x.png);
        background-size: 150px 57px
    }
}

body[data-theme=dark] .site-header__logo-image {
    background-image: url(../images/logo-light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 133px;
    min-height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image {
        background-image:url(../images/logo-light@2x.png);
        background-size: 133px 40px
    }
}

body[data-theme=dark] .site-header--slim {
    padding: 20px 15px 10px
}

body[data-theme=dark] .site-header__logo-image--slim {
    background-image: url(../images/logo-light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 103px;
    min-height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image--slim {
        background-image:url(../images/logo-light@2x.png);
        background-size: 103px 31px
    }
}

body[data-theme=dark] .site-header__logo-link--slim {
    max-width: 103px;
    min-height: 24px
}

body[data-theme=dark] .main-content {
    background-color: #000
}

body[data-theme=dark] .toggle-theme__toggle:focus+.toggle-theme__label {
    outline: 1px dotted #fff
}

body[data-theme=dark] .action-button--phone,body[data-theme=dark] .action-button--phone::after,body[data-theme=dark] .action-button--phone::before {
    height: 25px;
    width: 25px
}

body[data-theme=dark] .action-button--phone::after,body[data-theme=dark] .action-button--phone::before {
    background-image: url(../images/icons/icon-phone-light.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--phone::before {
        background-image:url(../images/icons/icon-phone-light@2x.png);
        background-size: 25px 25px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--phone::after {
        background-image:url(../images/icons/icon-phone-light@2x.png);
        background-size: 25px 25px
    }
}

body[data-theme=dark] .action-button--education,body[data-theme=dark] .action-button--education::after,body[data-theme=dark] .action-button--education::before {
    height: 21px;
    width: 31px
}

body[data-theme=dark] .action-button--education::after,body[data-theme=dark] .action-button--education::before {
    background-image: url(../images/icons/icon-education-light.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--education::before {
        background-image:url(../images/icons/icon-education-light@2x.png);
        background-size: 31px 21px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--education::after {
        background-image:url(../images/icons/icon-education-light@2x.png);
        background-size: 31px 21px
    }
}

body[data-theme=dark] .action-button--chat,body[data-theme=dark] .action-button--chat::after,body[data-theme=dark] .action-button--chat::before {
    height: 26px;
    width: 30px
}

body[data-theme=dark] .action-button--chat::after,body[data-theme=dark] .action-button--chat::before {
    background-image: url(../images/icons/icon-chat-light.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--chat::before {
        background-image:url(../images/icons/icon-chat-light@2x.png);
        background-size: 30px 26px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--chat::after {
        background-image:url(../images/icons/icon-chat-light@2x.png);
        background-size: 30px 26px
    }
}

body[data-theme=dark] .action-button--technical,body[data-theme=dark] .action-button--technical::after,body[data-theme=dark] .action-button--technical::before {
    height: 27px;
    width: 24px
}

body[data-theme=dark] .action-button--technical::after,body[data-theme=dark] .action-button--technical::before {
    background-image: url(../images/icons/icon-light-bulb-light.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--technical::before {
        background-image:url(../images/icons/icon-light-bulb-light@2x.png);
        background-size: 24px 27px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .action-button--technical::after {
        background-image:url(../images/icons/icon-light-bulb-light@2x.png);
        background-size: 24px 27px
    }
}

body[data-theme=dark] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example-light.png);
    max-width: 67px;
    min-height: 52px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example-light@2x.png);
        background-size: 67px 52px
    }
}

body[data-theme=dark] .form__headline--secondary {
    background-color: #666
}

body[data-theme=dark] .card__columns--first {
    border-top: none
}

@media (min-width: 768px) {
    body[data-theme=dark] .card__columns {
        border-top:none
    }

    body[data-theme=dark] .site-header__link-ln {
        background-image: url(../images/logo-lexisnexis-powered-light-lg.png);
        max-width: 178px;
        min-height: 27px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered-light-lg@2x.png);
        background-size: 178px 27px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header__logo-image {
        background-image:url(../images/logo-light.png);
        max-width: 155px;
        min-height: 47px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image {
        background-image:url(../images/logo-light@2x.png);
        background-size: 155px 47px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example-light.png);
        max-width: 67px;
        min-height: 52px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example-light@2x.png);
        background-size: 67px 52px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header--slim {
        padding:20px 50px 10px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header__logo-image--slim {
        background-image:url(../images/logo-light.png);
        max-width: 103px;
        min-height: 24px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=dark] .site-header__logo-image--slim {
        background-image:url(../images/logo-light@2x.png);
        background-size: 103px 31px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header__logo-link--slim {
        max-width:103px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .site-header__heading--slim {
        font-size:16px
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .card__columns--divider-right {
        border-right:.25px solid rgba(255,255,255,.35)
    }
}

@media (min-width: 768px) {
    body[data-theme=dark] .card__columns--divider-top {
        border-top:.25px solid rgba(255,255,255,.35)
    }
}

body[data-theme=light] a {
    color: #00778B
}

body[data-theme=light] input[type=email],body[data-theme=light] input[type=password],body[data-theme=light] input[type=text],body[data-theme=light] textarea {
    border: 1px solid #000;
    color: #000
}

body[data-theme=light] input[type=email]:focus,body[data-theme=light] input[type=password]:focus,body[data-theme=light] input[type=text]:focus,body[data-theme=light] textarea:focus {
    border: 1px solid #666
}

body[data-theme=light] input[type=email]::placeholder,body[data-theme=light] input[type=password]::placeholder,body[data-theme=light] input[type=text]::placeholder,body[data-theme=light] textarea::placeholder {
    color: #000
}

body[data-theme=light] input[type=email].error,body[data-theme=light] input[type=password].error,body[data-theme=light] input[type=text].error,body[data-theme=light] textarea.error {
    border: 1px solid #E12726;
    color: #E12726
}

body[data-theme=light] input[type=email].error::placeholder,body[data-theme=light] input[type=password].error::placeholder,body[data-theme=light] input[type=text].error::placeholder,body[data-theme=light] label.error,body[data-theme=light] textarea.error::placeholder {
    color: #E12726
}

body[data-theme=light] .active-field.is-active .active-field__label {
    bottom: calc(89%)
}

body[data-theme=light] .active-field.is-active.active-field--error .active-field__label {
    color: #E12726
}

body[data-theme=light] .active-field--error .active-field__label {
    bottom: 24px;
    color: #E12726
}

body[data-theme=light] .active-field__label {
    background-color: #fff;
    color: #000
}

body[data-theme=light] .cta-link__link {
    color: #fff
}

body[data-theme=light] .site-button {
    background-color: #E12726;
    transition: background-color .3s ease-in-out
}

body[data-theme=light] .site-button:active,body[data-theme=light] .site-button:focus,body[data-theme=light] .site-button:hover {
    background-color: #B52025;
    color: #fff
}

body[data-theme=light] .card {
    background-color: #fff
}

body[data-theme=light] .card__columns {
    border-top: .25px solid #fff
}

body[data-theme=light] .content {
    color: #000
}

body[data-theme=light] .content__container {
    background-color: #f7f7f7
}

body[data-theme=light] .content__error {
    color: #E12726
}

body[data-theme=light] .form__headline {
    background-color: #444
}

body[data-theme=light] .card__footer {
    border-top: .25px solid rgba(0,0,0,.2)
}

body[data-theme=light] .form__checkbox-checkbox {
    background-color: #fff;
    border: 1px solid #000
}

body[data-theme=light] .form__checkbox-input:checked~.form__checkbox-checkbox {
    background-color: #E12726
}

body[data-theme=light] .form__checkbox-input:focus~.form__checkbox-checkbox {
    outline: 1px dotted #E12726
}

body[data-theme=light] .form__checkbox-text {
    color: #000
}

body[data-theme=light] .information__heading,body[data-theme=light] .information__list-item {
    color: #E12726
}

body[data-theme=light] .selectboxit:focus {
    outline: 1px dotted #E12726
}

body[data-theme=light] .selectboxit-container .form__select {
    border: 1px solid #000;
    color: #000
}

body[data-theme=light] .selectboxit-container .form__select:focus {
    border: 1px solid #666
}

body[data-theme=light] .selectboxit-container .selectboxit-arrow-container {
    background-image: url(../images/caret-red.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 38px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .selectboxit-container .selectboxit-arrow-container {
        background-image:url(../images/caret-red@2x.png);
        background-size: 18px 9px
    }
}

body[data-theme=light] .selectboxit-container .selectboxit-options {
    background-color: #fff
}

body[data-theme=light] .selectboxit-container .selectboxit-options .selectboxit-option-anchor {
    color: #000
}

body[data-theme=light] .selectboxit-container .selectboxit-focus .selectboxit-option-anchor {
    background-color: #f7f7f7
}

body[data-theme=light] .site-footer {
    background-color: #fff
}

body[data-theme=light] .site-footer-copyright {
    color: #26252B
}

body[data-theme=light] .site-footer__image {
    background-image: url(../images/logo-relx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 18px;
    min-width: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .site-footer__image {
        background-image:url(../images/logo-relx@2x.png);
        background-size: 80px 18px
    }
}

body[data-theme=light] .site-footer__link {
    color: #000
}

body[data-theme=light] .site-footer__list-item {
    color: #26252B
}

body[data-theme=light] .site-header {
    background-color: #fff
}

body[data-theme=light] .site-header__heading {
    color: #E12726
}

body[data-theme=light] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
    max-width: 150px;
    min-height: 57px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered@2x.png);
        background-size: 150px 57px
    }
}

body[data-theme=light] .site-header__logo-image {
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 133px;
    min-height: 31px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image {
        background-image:url(../images/logo@2x.png);
        background-size: 133px 31px
    }
}

body[data-theme=light] .site-header--slim {
    padding: 20px 15px 10px
}

body[data-theme=light] .site-header__logo-image--slim {
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 103px;
    min-height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image--slim {
        background-image:url(../images/logo@2x.png);
        background-size: 103px 24px
    }
}

body[data-theme=light] .site-header__logo-link--slim {
    max-width: 103px;
    min-height: 24px
}

body[data-theme=light] .main-content {
    background-color: #f7f7f7
}

body[data-theme=light] .toggle-theme__toggle:focus+.toggle-theme__label {
    outline: 1px dotted #E12726
}

body[data-theme=light] .action-button--phone,body[data-theme=light] .action-button--phone::after,body[data-theme=light] .action-button--phone::before {
    height: 25px;
    width: 25px
}

body[data-theme=light] .action-button--phone::before {
    background-image: url(../images/icons/icon-phone.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--phone::before {
        background-image:url(../images/icons/icon-phone@2x.png);
        background-size: 25px 25px
    }
}

body[data-theme=light] .action-button--phone::after {
    background-image: url(../images/icons/icon-phone-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--phone::after {
        background-image:url(../images/icons/icon-phone-dark@2x.png);
        background-size: 25px 25px
    }
}

body[data-theme=light] .action-button--education,body[data-theme=light] .action-button--education::after,body[data-theme=light] .action-button--education::before {
    height: 21px;
    width: 31px
}

body[data-theme=light] .action-button--education::before {
    background-image: url(../images/icons/icon-education.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--education::before {
        background-image:url(../images/icons/icon-education@2x.png);
        background-size: 31px 21px
    }
}

body[data-theme=light] .action-button--education::after {
    background-image: url(../images/icons/icon-education-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--education::after {
        background-image:url(../images/icons/icon-education-dark@2x.png);
        background-size: 31px 21px
    }
}

body[data-theme=light] .action-button--chat,body[data-theme=light] .action-button--chat::after,body[data-theme=light] .action-button--chat::before {
    height: 26px;
    width: 30px
}

body[data-theme=light] .action-button--chat::before {
    background-image: url(../images/icons/icon-chat.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--chat::before {
        background-image:url(../images/icons/icon-chat@2x.png);
        background-size: 30px 26px
    }
}

body[data-theme=light] .action-button--chat::after {
    background-image: url(../images/icons/icon-chat-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--chat::after {
        background-image:url(../images/icons/icon-chat-dark@2x.png);
        background-size: 30px 26px
    }
}

body[data-theme=light] .action-button--technical,body[data-theme=light] .action-button--technical::after,body[data-theme=light] .action-button--technical::before {
    height: 27px;
    width: 24px
}

body[data-theme=light] .action-button--technical::before {
    background-image: url(../images/icons/icon-light-bulb.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--technical::before {
        background-image:url(../images/icons/icon-light-bulb@2x.png);
        background-size: 24px 27px
    }
}

body[data-theme=light] .action-button--technical::after {
    background-image: url(../images/icons/icon-light-bulb-dark.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .action-button--technical::after {
        background-image:url(../images/icons/icon-light-bulb-dark@2x.png);
        background-size: 24px 27px
    }
}

body[data-theme=light] .card__columns--divider-right {
    border-right: .25px solid rgba(0,0,0,.2)
}

body[data-theme=light] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example.png);
    max-width: 67px;
    min-height: 52px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example@2x.png);
        background-size: 67px 52px
    }
}

body[data-theme=light] .form__headline--secondary {
    background-color: #666
}

body[data-theme=light] .card__columns--first {
    border-top: none
}

@media (min-width: 768px) {
    body[data-theme=light] .card__columns {
        border-top:none
    }

    body[data-theme=light] .site-header__link-ln {
        background-image: url(../images/logo-lexisnexis-powered-lg.png);
        max-width: 178px;
        min-height: 27px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__link-ln {
        background-image:url(../images/logo-lexisnexis-powered-lg@2x.png);
        background-size: 178px 27px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header__logo-image {
        background-image:url(../images/logo.png);
        max-width: 155px;
        min-height: 36px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image {
        background-image:url(../images/logo@2x.png);
        background-size: 155px 36px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example.png);
        max-width: 67px;
        min-height: 52px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image--cobranded {
        background-image:url(../images/logo-placeholder-example@2x.png);
        background-size: 67px 52px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .card__columns--divider-right {
        border-right:.25px solid rgba(0,0,0,.2)
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .card__columns--divider-top {
        border-top:.25px solid rgba(0,0,0,.2)
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header--slim {
        padding:20px 50px 10px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header__logo-image--slim {
        background-image:url(../images/logo.png);
        max-width: 103px;
        min-height: 24px
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:768px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2/1),only screen and (min-width:768px) and (min-device-pixel-ratio:2),only screen and (min-width:768px) and (min-resolution:192dpi),only screen and (min-width:768px) and (min-resolution:2dppx) {
    body[data-theme=light] .site-header__logo-image--slim {
        background-image:url(../images/logo@2x.png);
        background-size: 103px 24px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header__logo-link--slim {
        max-width:103px
    }
}

@media (min-width: 768px) {
    body[data-theme=light] .site-header__heading--slim {
        font-size:16px
    }
}

.toggle-theme {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    position: relative
}

.toggle-theme__label {
    background: #fff;
    border-radius: 100%;
    border: 1px solid #26252B;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: -9999px;
    transition: outline .3s ease-in-out;
    width: 20px
}

.toggle-theme__label::before {
    background-image: url(../images/sun-beams-dark.png);
    content: "";
    height: 26px;
    left: -8px;
    position: absolute;
    top: -5.5px;
    width: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .toggle-theme__label::before {
        background-image:url(../images/sun-beams-dark@2x.png);
        background-size: 14px 26px
    }
}

.toggle-theme__label::after {
    background-color: #26252B;
    border-radius: 90px;
    content: "";
    position: absolute;
    height: 16px;
    right: -3px;
    top: 0;
    transition: right .3s ease-in-out;
    width: 16px
}

.toggle-theme__text {
    display: none;
    font-size: 16px;
    padding-left: 9px;
    position: relative;
    top: -2px;
    transition: color .3s ease-in-out
}

.toggle-theme__toggle {
    height: 0;
    opacity: 0;
    width: 0
}

.toggle-theme__toggle:focus+.toggle-theme__label {
    outline: 1px dotted #E12726;
    outline-offset: 5px
}

.toggle-theme__toggle:checked+.toggle-theme__label {
    background: #26252B;
    border: 1px solid #fff
}

.toggle-theme__toggle:checked+.toggle-theme__label::before {
    background-image: url(../images/sun-beams-light.png);
    content: "";
    height: 26px;
    left: 14px;
    position: absolute;
    top: -5.5px;
    width: 14px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .toggle-theme__toggle:checked+.toggle-theme__label::before {
        background-image:url(../images/sun-beams-light@2x.png);
        background-size: 14px 26px
    }
}

.toggle-theme__toggle:checked+.toggle-theme__label::after {
    background-color: #fff;
    right: calc(100% - 21px)
}

.toggle-theme__toggle:checked~.toggle-theme__text {
    color: #fff
}

.toggle-theme__toggle:active::after {
    width: 130px
}

.toggle-theme--right {
    float: right
}

.toggle-theme--top {
    top: 10px
}

.toggle-theme--slim {
    padding: 0
}

@media (min-width: 768px) {
    .toggle-theme__text {
        display:inline-block
    }
}

.code-formatting {
    margin: 15px 0 55px
}

.code-formatting .CodeMirror {
    border: .5px solid #707070
}

.code-formatting--bottom {
    margin-bottom: 0
}

.code-formatting--bottom-small {
    margin-bottom: 15px
}

.code-formatting--bottom-med {
    margin-bottom: 30px
}

.code-formatting--top {
    margin-top: 0
}

.color-scheme {
    padding: 0 0 45px
}

.color-scheme__item {
    border-radius: 100%;
    display: inline-block;
    height: 91px;
    margin-right: 12px;
    position: relative;
    width: 91px
}

.color-scheme__item:last-child {
    margin-right: 0
}

.color-scheme__text {
    font-size: 13px;
    font-weight: 600;
    left: 50%;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.color-scheme__item--red {
    background-color: #E12726;
    color: #fff
}

.color-scheme__item--black {
    background-color: #000;
    color: #fff
}

.color-scheme__item--gray {
    background-color: #666;
    color: #fff
}

.color-scheme__item--offwhite {
    background-color: #f7f7f7;
    border: 1px solid #000;
    color: #000
}

.color-scheme__item--white {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.color-scheme__item--teal {
    background-color: #00778B;
    color: #fff
}

.color-scheme__item--blue {
    background-color: #002F6C;
    color: #fff
}

.color-scheme__item--purple {
    background-color: #671E75;
    color: #fff
}

.color-scheme__item--charcoal {
    background-color: #26252B;
    color: #fff
}

.color-scheme__item--darkgray {
    background-color: #444;
    color: #fff
}

.color-scheme__item--bluealternate {
    background-color: #2E518B;
    color: #fff
}

.color-scheme--last {
    padding-bottom: 0
}

.content-wrapper {
    position: relative
}

.content-wrapper__inner {
    margin: 0 auto;
    max-width: 992px;
    padding: 0 16px;
    width: 100%
}

.content-wrapper__inner--viewheight {
    min-height: calc(100vh - 97px)
}

@media (min-width: 768px) {
    .content-wrapper__inner {
        padding:0;
        width: 75%
    }

    .content-wrapper__inner--viewheight {
        min-height: calc(100vh - 98px)
    }
}

@media (min-width: 992px) {
    .content-wrapper {
        left:198px;
        transition: left .3s ease-in-out,width .3s ease-in-out;
        width: calc(100% - 198px)
    }

    .content-wrapper.drawer-collapsed {
        left: 5%;
        padding: 0;
        width: 90%
    }

    .content-wrapper__inner {
        width: 100%
    }

    .content-wrapper__inner--viewheight {
        min-height: calc(100vh - 77px)
    }
}

.drawer {
    background-color: #fff;
    box-shadow: 3px 0 6px 0 rgba(0,0,0,.35);
    bottom: 0;
    left: 0;
    padding: 30px 0;
    position: fixed;
    top: 0;
    transition: left .3s ease-in-out;
    width: 172px;
    z-index: 30
}

.drawer.is-collapsed {
    left: -172px
}

.drawer.is-collapsed .drawer__tab::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer.is-collapsed .drawer__tab::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.drawer__content {
    opacity: 0;
    padding-top: 15px;
    transition: opacity .1s ease-in-out,visibility .1s ease-in-out;
    visibility: hidden
}

.drawer__content.is-visible {
    opacity: 1;
    visibility: visible
}

.drawer__expando.is-expanded .drawer__expando-toggle {
    background-color: #E12726
}

.drawer__expando-toggle {
    background-color: #666;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out
}

.drawer__expando-toggle:hover {
    color: #fff;
    text-decoration: none
}

.drawer__expando-toggle:focus {
    background-color: #E12726;
    color: #fff;
    outline: 0
}

.drawer__link {
    color: #000;
    display: block;
    padding: 6px 15px;
    transition: color .3s ease-in-out
}

.drawer__link.is-active {
    background-color: #f0f0f0;
    font-weight: 600
}

.drawer__link.is-active:hover {
    color: #000
}

.drawer__link:hover {
    color: #E12726;
    text-decoration: none
}

.drawer__link:focus {
    color: #E12726;
    outline: 0;
    text-decoration: none
}

.drawer__logo-image {
    max-width: 137px;
    width: 100%
}

.drawer__logo-link {
    display: block;
    text-align: center
}

.drawer__logo-link:focus {
    outline: 1px dotted #E12726
}

.drawer__tab {
    background-image: url(../images/bg-tab.png);
    background-size: contain!important;
    background-repeat: no-repeat;
    height: 70px;
    position: absolute;
    right: -25px;
    top: 14px;
    width: 26px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .drawer__tab {
        background-image:url(../images/bg-tab@2x.png);
        background-size: 26px 70px
    }
}

.drawer__tab:focus::after,.drawer__tab:focus::before,.drawer__tab:hover::after,.drawer__tab:hover::before {
    background-color: #E12726
}

.drawer__tab:focus {
    outline: 0
}

.drawer__tab::after,.drawer__tab::before {
    background-color: #707070;
    border-radius: 10px;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    transition: background-color .3s ease-in-out;
    width: 12px
}

.drawer__tab::before {
    top: 30px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.drawer__tab::after {
    top: 37px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer__title {
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px 15px
}

.drawer__title-link {
    color: #000
}

.example {
    display: inline-block
}

.example__form-content {
    padding: 8px
}

.example__iframe {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    min-height: 750px;
    width: 100%
}

.example--form,.example--iframe {
    display: block
}

.example--dark-theme {
    padding: 5px 0 0;
    width: 100%
}

.example--dark-theme-checkbox {
    padding: 5px 5px 0
}

.example--dark-theme-pw-recovery {
    padding: 5px 0 0
}

body[data-theme=dark] .example .example__active-field-darktheme {
    background-color: #000
}

.gradient-overlay {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

@media (min-width: 992px) {
    .gradient-overlay {
        display:none
    }
}

.grid-system__column {
    background-color: #E5E1EC;
    border: 1px solid #C8C1D6;
    padding-bottom: 4.5px;
    padding-top: 4.5px
}

.grid-system__row {
    padding-bottom: 10px
}

.grid-system__text {
    font-size: 12px
}

.page-heading {
    border-bottom: 1px solid #707070;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
    padding: 25px 0
}

.page-heading__heading {
    font-size: 38px;
    line-height: 1.4
}

.page-heading__text {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 5px 0 0
}

.page-heading__text code {
    font-size: 10.5px
}

.page-heading__list {
    padding: 20px 0 0
}

.page-heading__list-item {
    font-size: 12px;
    line-height: 1.35;
    padding-bottom: 3px
}

.page-heading__list-item:last-child {
    padding-bottom: 0
}

.page-heading__list-item-category {
    font-weight: 700
}

.page-heading--secondary {
    border-bottom: none;
    border-top: 1px solid #707070
}

.page-heading__heading--secondary {
    font-weight: 700
}

.section {
    padding: 23px 0 75px
}

.section__banner-card {
    height: 90px
}

.section__button-list {
    display: inline-block;
    padding: 10px 0 5px
}

.section__button-list-item {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.section__button-list-item:last-child {
    margin-right: 0
}

.section__card {
    min-height: 115px;
    position: relative;
    width: 100%
}

.section__card-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.section__components {
    font-size: 12px
}

.section__components-link {
    color: #000
}

.section__components-link:active,.section__components-link:focus,.section__components-link:hover {
    color: #E12726;
    text-decoration: none
}

.section__components-link:focus {
    outline: 1px dotted #E12726
}

.section__components-list {
    padding-top: 5px
}

.section__components-list-item {
    line-height: 1.45
}

.section__components-title {
    font-weight: 700;
    line-height: 1.5
}

.section__components-uppercase {
    display: block;
    text-transform: uppercase
}

.section__container {
    max-width: 100%;
    width: 100%
}

.section__content {
    font-size: 16px
}

.section__content-content,.section__content-intro {
    line-height: 1.45
}

.section__content-list {
    list-style-type: none;
    padding-bottom: 40px
}

.section__content-list-item {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.45
}

.section__flex,.section__flex-item {
    display: block
}

.section__header-example {
    margin-bottom: 45px
}

.section__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 25px;
    text-transform: uppercase
}

.section__iframe {
    min-height: 280px;
    width: 100%
}

.section__image {
    margin-bottom: 32px;
    width: 100%
}

.section__image-captcha,.section__image-image {
    display: block;
    width: 100%
}

.section__image-security {
    display: block;
    max-width: 106px;
    width: 100%
}

.section__image-tab {
    display: block;
    max-width: 205px;
    width: 100%
}

.section__list-item-bullet {
    color: transparent;
    position: relative;
    width: 35px
}

.section__list-item-bullet::before {
    background-color: #00778B;
    border-radius: 100%;
    content: "•";
    height: 6px;
    position: absolute;
    top: 8px;
    width: 6px
}

.section__intro-header {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px
}

.section__list-item-text {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.section__main-content {
    min-height: 200px
}

.section__note {
    font-size: 12px;
    line-height: 1.25
}

.section__note-item {
    margin-bottom: 5px
}

.section__note-item:last-child {
    margin-bottom: 0
}

.section__row {
    height: 115px
}

.section__site-banner {
    margin-bottom: 20px
}

.section__subheading {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase
}

.section__subsection {
    padding-bottom: 105px
}

.section__template-description {
    font-size: 20px;
    line-height: 1.25;
    padding-bottom: 25px
}

.section__text {
    color: #666;
    font-size: 12px;
    padding-bottom: 17px
}

.section__toggle-theme-text.toggle-theme__text {
    display: inline-block
}

.section__toggle-theme-container {
    background-color: #000
}

.section__form-input {
    margin-top: 0
}

.section__header-example--border,.section__iframe--border {
    border: .5px solid #707070
}

.section__flex--bottom {
    padding-bottom: 25px
}

.section__heading--bottom {
    padding-bottom: 0
}

.section__heading--bottom-small {
    padding-bottom: 15px
}

.section--bottom-small {
    padding-bottom: 40px
}

.section--bottom-medium {
    padding-bottom: 50px
}

.section__button-list--night {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px
}

.section__subheading--bottom {
    padding-bottom: 8px
}

.section__text--option {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

.section__text--top {
    top: 0
}

.section__card--divider {
    min-height: 176px
}

.section__card--divider-small {
    min-height: 88px
}

.section__card--divider-small .card__columns--divider-right:not(:first-child) {
    max-height: 88px
}

.section__iframe--tall {
    min-height: 320px
}

.section__iframe--small {
    max-height: 45px;
    min-height: 45px
}

.section__iframe--action-buttons,.section__iframe--daynight {
    max-height: 50px;
    min-height: 50px
}

.section__iframe--medium {
    max-height: 65px;
    min-height: 65px
}

.section__iframe--form {
    max-height: 95px;
    min-height: 95px
}

.section__iframe--form-lg {
    max-height: 150px;
    min-height: 150px
}

.section__iframe--banner {
    height: 170px;
    max-height: 170px;
    min-height: 170px
}

.section__iframe--boxshadow {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    height: 228px;
    max-height: 228px;
    min-height: 228px
}

.section__iframe--plaintext {
    height: 205px;
    max-height: 205px;
    min-height: 205px
}

.section__iframe--errormessage {
    height: 165px;
    max-height: 165px;
    min-height: 165px
}

.section__iframe--securitynotice {
    height: 265px;
    max-height: 265px;
    min-height: 265px
}

.section__button-list--dark {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px
}

.section__note--bottom {
    padding-bottom: 80px
}

.section__iframe--information {
    height: 440px;
    max-height: 440px;
    min-height: 440px
}

.section__card--dark {
    background-color: #26252B
}

.section__card-columns--divider-night,.section__card-footer--night {
    border-color: rgba(255,255,255,.35);
    border-size: .25px
}

.section__iframe--back-cta,.section__iframe--legal {
    max-height: 70px;
    min-height: 70px
}

.section__iframe--checkbox {
    max-height: 125px;
    min-height: 125px
}

.section__text--option-top {
    padding-top: 17px
}

.section__iframe--header-dark {
    max-height: 190px;
    min-height: 190px
}

.section__iframe--footer {
    max-height: 275px;
    min-height: 275px
}

.section__iframe--footer-slim {
    max-height: 257px;
    min-height: 257px
}

.section__iframe--slim-dark-theme {
    max-height: 265px;
    min-height: 265px
}

.section__heading--paddingsmall {
    padding-bottom: 0
}

@media (min-width: 576px) {
    .section__container {
        max-width:100%;
        width: 100%
    }
}

@media (min-width: 768px) {
    .section__banner-card {
        max-width:420px
    }

    .section__components {
        padding-right: 20px
    }

    .section__container {
        max-width: 100%;
        width: 100%
    }

    .section__flex {
        display: -ms-flexbox;
        display: flex
    }

    .section__flex-item {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%
    }

    .section__flex-item--large {
        -ms-flex: 0 1 70%;
        flex: 0 1 70%
    }

    .section__flex-item--medium {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .section__text--option {
        top: 9px
    }

    .section__text--top {
        top: 0
    }

    .section__text--option-top {
        padding-top: 0
    }

    .section__iframe--footer-slim {
        max-height: 243px;
        min-height: 243px
    }
}

@media (min-width: 992px) {
    .section__banner-card {
        height:290px
    }

    .section__components-list {
        display: inline-block;
        margin-top: -2px;
        padding-top: 0;
        vertical-align: top
    }

    .section__components-title {
        display: inline-block;
        padding: 0 10px 0 0;
        vertical-align: top
    }

    .section__container {
        max-width: 100%;
        width: 100%
    }

    .section__main-content {
        min-height: 200px
    }

    .section__flex-item--medium {
        -ms-flex: 0 1 26%;
        flex: 0 1 26%
    }
}

@media (min-width: 1200px) {
    .section__container {
        max-width:100%;
        width: 100%
    }
}

.styleguide-footer {
    border-top: 1px solid #707070;
    margin: 0 16px;
    max-width: 992px;
    padding: 20px 0 35px
}

.styleguide-footer__copyright {
    color: #26252B;
    display: block;
    font-size: 12px
}

.styleguide-footer__link {
    color: #000
}

.styleguide-footer__link:active,.styleguide-footer__link:focus,.styleguide-footer__link:hover {
    color: #E12726;
    text-decoration: none
}

.styleguide-footer__link:focus {
    outline: 1px dotted #E12726
}

.styleguide-footer__list {
    display: block
}

.styleguide-footer__list-item {
    color: #26252B;
    display: inline-block;
    font-size: 12px;
    padding: 0 3px 0 7px;
    position: relative
}

.styleguide-footer__list-item:first-child {
    padding-left: 0
}

.styleguide-footer__list-item:last-child {
    padding-right: 0
}

.styleguide-footer__list-item:last-child::after {
    content: ""
}

.styleguide-footer__list-item::after {
    content: "|";
    position: absolute;
    right: -5px;
    top: -1px
}

@media (min-width: 768px) {
    .styleguide-footer {
        margin:0 auto;
        width: 75%
    }

    .styleguide-footer__copyright,.styleguide-footer__list {
        display: inline-block
    }

    .styleguide-footer__list-item:first-child {
        padding-left: 7px
    }
}

@media (min-width: 992px) {
    .styleguide-footer {
        width:100%
    }
}

.typography__heading {
    padding-bottom: 15px
}

.typography__note {
    color: #000;
    font-size: 12px;
    line-height: 1.45
}

.typography__text {
    font-size: 14px;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .typography__note {
        display:inline-block;
        padding-right: 35px
    }

    .typography__note:last-child {
        padding-right: 0
    }
}

.information__list-item a {
    color: black;
    text-decoration: underline;
}

.information__list-item a:hover {
    color: #00778B
}

.information__heading.not-customer {
    color: black !important;
    text-decoration: underline;
}

.information__heading.not-customer:hover {
    color: #00778B !important;
    text-decoration: none !important;
}

.list-unordered__text {
    font-family: "source-sans-3", sans-serif;
    font-weight: 400;
    font-style: normal; 
}
    
.form__headline-headline {
        font-weight: 400 !important;
    }