﻿a:link {
    text-decoration: none
}

.ti-fast-tap,
[ng-click],
a,
button,
details,
input,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.ti-text-grand {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.16667;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-hero {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-heading {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-sub-heading {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-intro {
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-signpost {
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
    letter-spacing: .15em;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-label {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-body {
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-supplementary {
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-mini-signpost {
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: 900;
    font-size: 10px;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-mini-copy {
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-button {
    margin: 0;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ti-no-wrap {
    white-space: nowrap
}

.ti-colour-do {
    color: #41af4b
}

.ti-colour-go {
    color: #058de9
}

.ti-colour-no {
    color: #e6643c
}

.ti-checkbox-input,
.ti-radio-input,
.ti-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

@-webkit-keyframes ti-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ti-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ti-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ti-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ti-flash {
    0% {
        opacity: 0
    }

    30%, 70% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ti-flash {
    0% {
        opacity: 0
    }

    30%, 70% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ti-fade-out {
    -webkit-animation-name: ti-flash;
    animation-name: ti-flash;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#ti-viewport-identifier {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0
}

    #ti-viewport-identifier::before {
        visibility: hidden
    }

@media only screen and (max-width:480px) {
    #ti-viewport-identifier {
        ti-content: xsmall
    }

        #ti-viewport-identifier::before {
            content: "xsmall"
        }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    #ti-viewport-identifier {
        ti-content: small
    }

        #ti-viewport-identifier::before {
            content: "small"
        }
}

@media only screen and (min-width:769px) and (max-width:1000px) {
    #ti-viewport-identifier {
        ti-content: medium
    }

        #ti-viewport-identifier::before {
            content: "medium"
        }
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    #ti-viewport-identifier {
        ti-content: large
    }

        #ti-viewport-identifier::before {
            content: "large"
        }
}

@media only screen and (min-width:1201px) {
    #ti-viewport-identifier {
        ti-content: xlarge
    }

        #ti-viewport-identifier::before {
            content: "xlarge"
        }
}

.ti-g-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px
}

    .ti-g-row .ti-g-row {
        max-width: none
    }

.ti-g-col {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    box-sizing: border-box;
    min-width: 0
}

.ti-g-s-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.ti-g-s-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.ti-g-s-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.ti-g-s-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.ti-g-s-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.ti-g-s-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.ti-g-s-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.ti-g-s-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.ti-g-s-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.ti-g-s-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.ti-g-s-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.ti-g-s-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.ti-g-s-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-1 > .ti-g-col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

.ti-g-s-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-2 > .ti-g-col {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

.ti-g-s-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-3 > .ti-g-col {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

.ti-g-s-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-4 > .ti-g-col {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

.ti-g-s-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-5 > .ti-g-col {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

.ti-g-s-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-6 > .ti-g-col {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

.ti-g-s-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-7 > .ti-g-col {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

.ti-g-s-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-g-s-up-8 > .ti-g-col {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

@media only screen and (max-width:480px) {
    .ti-g-xs-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ti-g-xs-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ti-g-xs-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .ti-g-xs-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ti-g-xs-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ti-g-xs-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .ti-g-xs-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ti-g-xs-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ti-g-xs-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .ti-g-xs-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ti-g-xs-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ti-g-xs-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .ti-g-xs-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-1 > .ti-g-col {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .ti-g-xs-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-2 > .ti-g-col {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .ti-g-xs-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-3 > .ti-g-col {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .ti-g-xs-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-4 > .ti-g-col {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .ti-g-xs-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-5 > .ti-g-col {
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .ti-g-xs-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-6 > .ti-g-col {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .ti-g-xs-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-7 > .ti-g-col {
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .ti-g-xs-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xs-up-8 > .ti-g-col {
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media only screen and (min-width:769px) {
    .ti-g-m-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ti-g-m-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ti-g-m-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .ti-g-m-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ti-g-m-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ti-g-m-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .ti-g-m-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ti-g-m-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ti-g-m-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .ti-g-m-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ti-g-m-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ti-g-m-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .ti-g-m-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-1 > .ti-g-col {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .ti-g-m-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-2 > .ti-g-col {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .ti-g-m-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-3 > .ti-g-col {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .ti-g-m-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-4 > .ti-g-col {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .ti-g-m-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-5 > .ti-g-col {
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .ti-g-m-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-6 > .ti-g-col {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .ti-g-m-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-7 > .ti-g-col {
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .ti-g-m-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-m-up-8 > .ti-g-col {
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media only screen and (min-width:1001px) {
    .ti-g-l-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ti-g-l-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ti-g-l-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .ti-g-l-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ti-g-l-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ti-g-l-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .ti-g-l-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ti-g-l-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ti-g-l-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .ti-g-l-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ti-g-l-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ti-g-l-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .ti-g-l-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-1 > .ti-g-col {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .ti-g-l-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-2 > .ti-g-col {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .ti-g-l-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-3 > .ti-g-col {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .ti-g-l-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-4 > .ti-g-col {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .ti-g-l-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-5 > .ti-g-col {
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .ti-g-l-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-6 > .ti-g-col {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .ti-g-l-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-7 > .ti-g-col {
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .ti-g-l-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-l-up-8 > .ti-g-col {
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media only screen and (min-width:1201px) {
    .ti-g-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ti-g-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ti-g-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .ti-g-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ti-g-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ti-g-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .ti-g-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ti-g-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ti-g-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .ti-g-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ti-g-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ti-g-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .ti-g-xl-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-1 > .ti-g-col {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .ti-g-xl-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-2 > .ti-g-col {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .ti-g-xl-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-3 > .ti-g-col {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .ti-g-xl-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-4 > .ti-g-col {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .ti-g-xl-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-5 > .ti-g-col {
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .ti-g-xl-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-6 > .ti-g-col {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .ti-g-xl-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-7 > .ti-g-col {
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .ti-g-xl-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .ti-g-xl-up-8 > .ti-g-col {
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

.ti-g-row--gutter-l {
    margin: -12px;
    max-width: 1124px
}

    .ti-g-row--gutter-l > .ti-g-col {
        padding: 12px
    }

.ti-align-left {
    text-align: left !important
}

.ti-align-center {
    text-align: center !important
}

.ti-align-right {
    text-align: right !important
}

.ti-input {
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    width: 100%;
    outline: 0;
    border: 2px solid #e5eaed;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    color: #3a4953;
    word-break: normal;
    font-weight: 400;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    cursor: text;
    transition: all .2s;
    transition-property: border-color,box-shadow
}

    .ti-input::-webkit-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-input:-ms-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-input::placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-input:disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .ti-input.ti-focus,
    .ti-input:focus {
        border-color: #058de9;
        box-shadow: 0 0 3px #058de9
    }

    .ng-submitted .ti-input.ng-invalid,
    .ti-input.ng-invalid.ng-dirty,
    .ti-input.ti-error,
    .ti-input.ti-input--error {
        border-color: #e6643c
    }

        .ng-submitted .ti-input.ng-invalid.ti-focus,
        .ng-submitted .ti-input.ng-invalid:focus,
        .ti-input.ng-invalid.ng-dirty.ti-focus,
        .ti-input.ng-invalid.ng-dirty:focus,
        .ti-input.ti-error.ti-focus,
        .ti-input.ti-error:focus,
        .ti-input.ti-input--error.ti-focus,
        .ti-input.ti-input--error:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-input-error-message-section {
    display: block;
    margin-top: 8px;
    color: #e6643c;
    font-size: 12px
}

    .ti-input-error-message-section .ti-input-error-message-text {
        margin-left: 4px
    }

.ti-input--icon-left {
    padding-left: 35px
}

.ti-input--icon-right {
    padding-right: 35px
}

.ti-input-icon {
    position: absolute;
    top: 15px;
    color: #6692b0;
    pointer-events: none
}

.ti-input-icon--left {
    left: 10px
}

.ti-input-icon--right {
    right: 10px
}

.ti-input--text-align-right {
    text-align: right
}

.ti-input--text-align-left {
    text-align: left
}

.ti-input-symbol {
    line-height: 1
}

.ti-textarea {
    display: block;
    overflow: hidden;
    line-height: 19.99995px;
    resize: none
}

.ti-textarea--scrollable {
    overflow: visible
}

.ti-autocomplete-input-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .ng-submitted .ti-autocomplete-input-container.ng-invalid .ti-autocomplete-input,
    .ti-autocomplete-input-container.ng-invalid.ng-dirty .ti-autocomplete-input,
    .ti-autocomplete-input-container.ti-error .ti-autocomplete-input,
    .ti-autocomplete-input-container.ti-input--error .ti-autocomplete-input {
        border-color: #e6643c
    }

        .ng-submitted .ti-autocomplete-input-container.ng-invalid .ti-autocomplete-input.ti-focus,
        .ng-submitted .ti-autocomplete-input-container.ng-invalid .ti-autocomplete-input:focus,
        .ti-autocomplete-input-container.ng-invalid.ng-dirty .ti-autocomplete-input.ti-focus,
        .ti-autocomplete-input-container.ng-invalid.ng-dirty .ti-autocomplete-input:focus,
        .ti-autocomplete-input-container.ti-error .ti-autocomplete-input.ti-focus,
        .ti-autocomplete-input-container.ti-error .ti-autocomplete-input:focus,
        .ti-autocomplete-input-container.ti-input--error .ti-autocomplete-input.ti-focus,
        .ti-autocomplete-input-container.ti-input--error .ti-autocomplete-input:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-autocomplete-input-typeahead {
    position: absolute;
    top: 1px;
    left: 1px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    width: auto;
    outline: 0;
    color: #3a4953;
    color: #6692b0;
    white-space: nowrap;
    word-break: normal;
    font-weight: 400;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    opacity: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .ti-autocomplete-input-typeahead::-webkit-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-autocomplete-input-typeahead:-ms-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-autocomplete-input-typeahead::placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-autocomplete-input-typeahead:disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

.ti-input--icon-left + .ti-autocomplete-input-typeahead {
    padding-left: 35px
}

.ti-autocomplete-input-typeahead-match {
    visibility: hidden
}

.ti-autocomplete-filter {
    display: block
}

    .ng-submitted .ti-autocomplete-filter.ng-invalid ti-autocomplete-multi,
    .ti-autocomplete-filter.ng-invalid.ng-dirty ti-autocomplete-multi,
    .ti-autocomplete-filter.ti-error ti-autocomplete-multi,
    .ti-autocomplete-filter.ti-input--error ti-autocomplete-multi {
        border-color: #e6643c
    }

        .ng-submitted .ti-autocomplete-filter.ng-invalid ti-autocomplete-multi.ti-focus,
        .ng-submitted .ti-autocomplete-filter.ng-invalid ti-autocomplete-multi:focus,
        .ti-autocomplete-filter.ng-invalid.ng-dirty ti-autocomplete-multi.ti-focus,
        .ti-autocomplete-filter.ng-invalid.ng-dirty ti-autocomplete-multi:focus,
        .ti-autocomplete-filter.ti-error ti-autocomplete-multi.ti-focus,
        .ti-autocomplete-filter.ti-error ti-autocomplete-multi:focus,
        .ti-autocomplete-filter.ti-input--error ti-autocomplete-multi.ti-focus,
        .ti-autocomplete-filter.ti-input--error ti-autocomplete-multi:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-autocomplete-filter-input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

    .ti-autocomplete-filter-input-container .ti-select {
        padding-left: 34px;
        border-right: 1px solid #e5eaed;
        border-radius: 3px 0 0 3px;
        transition: none
    }

    .ti-autocomplete-filter-input-container .ti-lozenge-group {
        border-left: 1px solid #e5eaed;
        border-radius: 0 3px 3px 0
    }

    .ti-autocomplete-filter-input-container ti-autocomplete-multi {
        width: 100%;
        transition: none
    }

.ti-autocomplete-selector-container {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 130px;
    flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    -ms-flex-negative: 0
}

.ti-autocomplete-select-placeholder {
    padding: 12px;
    padding-left: 34px;
    border: 2px solid #e5eaed;
    border-right: 1px solid #e5eaed;
    border-radius: 3px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    box-shadow: none;
    text-transform: capitalize;
    transition: all .2s;
    transition-property: border-color,box-shadow
}

    .ti-autocomplete-select-placeholder.ti-focus,
    .ti-autocomplete-select-placeholder:focus {
        border-color: #058de9;
        box-shadow: 0 0 3px #058de9
    }

    .ng-submitted .ti-autocomplete-select-placeholder.ng-invalid,
    .ti-autocomplete-select-placeholder.ng-invalid.ng-dirty,
    .ti-autocomplete-select-placeholder.ti-error,
    .ti-autocomplete-select-placeholder.ti-input--error {
        border-color: #e6643c
    }

        .ng-submitted .ti-autocomplete-select-placeholder.ng-invalid.ti-focus,
        .ng-submitted .ti-autocomplete-select-placeholder.ng-invalid:focus,
        .ti-autocomplete-select-placeholder.ng-invalid.ng-dirty.ti-focus,
        .ti-autocomplete-select-placeholder.ng-invalid.ng-dirty:focus,
        .ti-autocomplete-select-placeholder.ti-error.ti-focus,
        .ti-autocomplete-select-placeholder.ti-error:focus,
        .ti-autocomplete-select-placeholder.ti-input--error.ti-focus,
        .ti-autocomplete-select-placeholder.ti-input--error:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-autocomplete-filter-icon {
    position: absolute;
    z-index: 1;
    margin-top: 14px;
    margin-left: 14px;
    color: #6692b0
}

.ti-autocomplete-filter-button-label {
    text-transform: capitalize
}

.ti-action-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 45px;
    background-color: #e5eaed;
    -ms-flex-align: center;
    -ms-flex-pack: justify
}

@media only screen and (max-width:768px) {
    .ti-action-bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ti-action-bar--inline {
    padding: 8px 16px
}

.ti-avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 5px;
    background-color: #e5eaed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

    .ti-avatar.ti-avatar--small {
        width: 50px;
        height: 50px
    }

    .ti-avatar.ti-avatar--x-small {
        width: 35px;
        height: 35px
    }

    .ti-avatar.ti-avatar--deleted-image {
        background-color: #e6643c;
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .ti-avatar .deleted-state-icon {
        color: #fff
    }

.ti-avatar--initials {
    margin: 0;
    color: #fafbfb;
    text-align: center;
    word-wrap: normal;
    word-break: break-word;
    word-break: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-avatar--initials.ti-avatar--x-small {
        margin: 0;
        word-break: break-word;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.33333;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ti-avatar--initials.ti-avatar--small {
        margin: 0;
        word-break: break-word;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.33333;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ti-avatar--initials.ti-avatar--initials-1 {
        background-color: #d77173
    }

    .ti-avatar--initials.ti-avatar--initials-2 {
        background-color: #f49b8c
    }

    .ti-avatar--initials.ti-avatar--initials-3 {
        background-color: #f2c17b
    }

    .ti-avatar--initials.ti-avatar--initials-4 {
        background-color: #678e98
    }

    .ti-avatar--initials.ti-avatar--initials-5 {
        background-color: #99c8d4
    }

    .ti-avatar--initials.ti-avatar--initials-6 {
        background-color: #aa88b5
    }

    .ti-avatar--initials.ti-avatar--initials-7 {
        background-color: #62676f
    }

.ti-avatar-multi {
    width: 76px;
    height: 76px
}

.ti-avatar-multi-tile {
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f0f4f4;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

    .ti-avatar-multi-tile[ti-lazy-load*="placeholder.svg"] {
        background-size: 60px
    }

.ti-avatar-multi-tile--remainder {
    background-color: #bcc3c8
}

.ti-avatar-multi-count {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@supports (display:grid) {
    .ti-avatar-multi {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (36px)[2];
        grid-template-columns: repeat(2,36px);
        grid-column-gap: 4px;
        grid-row-gap: 4px
    }

    .ti-avatar-multi-tile:only-child {
        grid-area: 2 span/2 span
    }

    .ti-avatar-multi-tile:first-child:nth-last-child(3) {
        grid-area: 2 span
    }
}

@supports not (display:grid) {
    .ti-avatar-multi {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 76px;
        height: 76px
    }

    .ti-avatar-multi-tile {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        border: 2px solid #fff;
        border-radius: 5px
    }
}

.ti-banner-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    -ms-flex-pack: center;
    -ms-flex-align: baseline
}

.ti-banner-feedback {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #279731;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch
}

.ti-banner-feedback,
.ti-banner-wrapper {
    padding: var(--ti-section-padding-v) var(--ti-section-padding-h)
}

@supports not (--a:0) {
    .ti-banner-feedback,
    .ti-banner-wrapper {
        padding: 24px 48px
    }
}

.ti-banner-content {
    display: inline-block
}

.ti-banner-icon {
    margin-right: 8px
}

.ti-banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 15px;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.ti-banner--dismissed {
    display: none
}

.ti-banner--activation,
.ti-banner--info {
    border: none;
    border-right: none;
    border-left: none;
    background-color: #6692b0;
    color: #fafbfb
}

    .ti-banner--activation .ti-btn--link,
    .ti-banner--activation .ti-btn--link:hover,
    .ti-banner--activation .ti-link,
    .ti-banner--activation .ti-link:hover,
    .ti-banner--activation .ti-link:visited,
    .ti-banner--info .ti-btn--link,
    .ti-banner--info .ti-btn--link:hover,
    .ti-banner--info .ti-link,
    .ti-banner--info .ti-link:hover,
    .ti-banner--info .ti-link:visited {
        color: #fafbfb;
        text-decoration: underline
    }

.ti-banner--negative {
    border: none;
    border-right: none;
    border-left: none;
    background-color: #e6643c;
    color: #fafbfb
}

    .ti-banner--negative .ti-btn--link,
    .ti-banner--negative .ti-btn--link:hover,
    .ti-banner--negative .ti-link,
    .ti-banner--negative .ti-link:hover,
    .ti-banner--negative .ti-link:visited {
        color: #fafbfb;
        text-decoration: underline
    }

.ti-banner--success {
    border: none;
    border-right: none;
    border-left: none;
    background-color: #41af4b;
    color: #fafbfb
}

    .ti-banner--success .ti-btn--link,
    .ti-banner--success .ti-btn--link:hover,
    .ti-banner--success .ti-link,
    .ti-banner--success .ti-link:hover,
    .ti-banner--success .ti-link:visited {
        color: #fafbfb;
        text-decoration: underline
    }

@media only screen and (max-width:1000px) {
    .ti-banner-feedback,
    .ti-banner-wrapper {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        box-sizing: border-box
    }
}

.ti-bg--upsell {
    background: #f0f4f4 url(//vendfrontendassets.global.ssl.fastly.net/images/backgrounds/dashboard-upsell-bg-v1.svg)
}

.ti-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100vh
}

.ti-body--no-scroll {
    overflow: hidden
}

.ti-is-ios,
.ti-is-ios .ti-body,
.ti-is-ios body {
    height: 100%
}

.ti-btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.2;
    cursor: pointer;
    transition: all .2s;
    transition-property: background,color,border,box-shadow;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-btn:not(.ti-btn--link) {
        outline: 0
    }

    .ti-btn.disabled,
    .ti-btn:disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: not-allowed
    }

a.ti-btn.disabled {
    pointer-events: none
}

.ti-btn--do {
    background-color: #41af4b;
    color: #fafbfb
}

    .ti-btn--do:hover {
        background-color: #52c65d;
        color: #fafbfb
    }

    .ti-btn--do:active {
        background-color: #279731;
        box-shadow: 0 0 3px 2px rgba(65,175,75,.35)
    }

    .ti-btn--do:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(65,175,75,.35),0 0 0 3px rgba(65,175,75,.6)
    }

.ti-btn--icon-do {
    padding: 12px 14px;
    background-color: transparent;
    color: #6692b0
}

    .ti-btn--icon-do:hover {
        background-color: #52c65d;
        color: #fafbfb
    }

    .ti-btn--icon-do:active {
        background-color: #279731;
        box-shadow: 0 0 3px 2px rgba(65,175,75,.35)
    }

    .ti-btn--icon-do:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(65,175,75,.35),0 0 0 3px rgba(65,175,75,.6)
    }

.ti-btn--text-do {
    background-color: transparent;
    color: #41af4b
}

    .ti-btn--text-do:hover {
        background-color: #52c65d;
        color: #fafbfb
    }

    .ti-btn--text-do:active {
        background-color: #279731;
        box-shadow: 0 0 3px 2px rgba(65,175,75,.35)
    }

    .ti-btn--text-do:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(65,175,75,.35),0 0 0 3px rgba(65,175,75,.6)
    }

.ti-btn--supplementary {
    background-color: #6692b0;
    color: #fafbfb
}

    .ti-btn--supplementary:hover,
    .ti-suggestion-clear.ti-suggestion-clear--active {
        background-color: #7ca8c6;
        color: #fafbfb
    }

    .ti-btn--supplementary:active {
        background-color: #4e7fa1;
        box-shadow: 0 0 3px 2px rgba(102,146,176,.35)
    }

    .ti-btn--supplementary:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(102,146,176,.35),0 0 0 3px rgba(102,146,176,.6)
    }

.ti-btn--icon-supplementary {
    padding: 12px 14px;
    background-color: transparent;
    color: #6692b0
}

    .ti-btn--icon-supplementary:hover {
        background-color: #7ca8c6;
        color: #fafbfb
    }

    .ti-btn--icon-supplementary:active {
        background-color: #4e7fa1;
        box-shadow: 0 0 3px 2px rgba(102,146,176,.35)
    }

    .ti-btn--icon-supplementary:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(102,146,176,.35),0 0 0 3px rgba(102,146,176,.6)
    }

.ti-btn--text-supplementary {
    background-color: transparent;
    color: #6692b0
}

    .ti-btn--text-supplementary:hover {
        background-color: #7ca8c6;
        color: #fafbfb
    }

    .ti-btn--text-supplementary:active {
        background-color: #4e7fa1;
        box-shadow: 0 0 3px 2px rgba(102,146,176,.35)
    }

    .ti-btn--text-supplementary:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(102,146,176,.35),0 0 0 3px rgba(102,146,176,.6)
    }

.ti-btn--no {
    background-color: #e6643c;
    color: #fafbfb
}

    .ti-btn--no:hover {
        background-color: #f37b56;
        color: #fafbfb
    }

    .ti-btn--no:active {
        background-color: #cc4f29;
        box-shadow: 0 0 3px 2px rgba(230,100,60,.35)
    }

    .ti-btn--no:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(230,100,60,.35),0 0 0 3px rgba(230,100,60,.6)
    }

.ti-btn--icon-no {
    padding: 12px 14px;
    background-color: transparent;
    color: #6692b0
}

    .ti-btn--icon-no:hover {
        background-color: #f37b56;
        color: #fafbfb
    }

    .ti-btn--icon-no:active {
        background-color: #cc4f29;
        box-shadow: 0 0 3px 2px rgba(230,100,60,.35)
    }

    .ti-btn--icon-no:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(230,100,60,.35),0 0 0 3px rgba(230,100,60,.6)
    }

.ti-btn--text-no {
    background-color: transparent;
    color: #e6643c
}

    .ti-btn--text-no:hover {
        background-color: #f37b56;
        color: #fafbfb
    }

    .ti-btn--text-no:active {
        background-color: #cc4f29;
        box-shadow: 0 0 3px 2px rgba(230,100,60,.35)
    }

    .ti-btn--text-no:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(230,100,60,.35),0 0 0 3px rgba(230,100,60,.6)
    }

.ti-btn--go {
    background-color: #058de9;
    color: #fafbfb
}

    .ti-btn--go:hover {
        background-color: #24a1f5;
        color: #fafbfb
    }

    .ti-btn--go:active {
        background-color: #007bce;
        box-shadow: 0 0 3px 2px rgba(5,141,233,.35)
    }

    .ti-btn--go:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(5,141,233,.35),0 0 0 3px rgba(5,141,233,.6)
    }

.ti-btn--icon-go {
    padding: 12px 14px;
    background-color: transparent;
    color: #058de9
}

    .ti-btn--icon-go:hover {
        background-color: #24a1f5;
        color: #fafbfb
    }

    .ti-btn--icon-go:active {
        background-color: #007bce;
        box-shadow: 0 0 3px 2px rgba(5,141,233,.35)
    }

    .ti-btn--icon-go:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(5,141,233,.35),0 0 0 3px rgba(5,141,233,.6)
    }

.ti-btn--text-go {
    background-color: transparent;
    color: #058de9
}

    .ti-btn--text-go:hover {
        background-color: #24a1f5;
        color: #fafbfb
    }

    .ti-btn--text-go:active {
        background-color: #007bce;
        box-shadow: 0 0 3px 2px rgba(5,141,233,.35)
    }

    .ti-btn--text-go:focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,.8),0 0 3px 3px rgba(5,141,233,.35),0 0 0 3px rgba(5,141,233,.6)
    }

.ti-btn--link {
    display: inline;
    padding: 0;
    border: 0;
    background: 0 0;
    color: inherit;
    text-align: left;
    text-decoration: underline;
    font-weight: inherit;
    font-size: inherit
}

    .ti-btn--link:focus,
    .ti-btn--link:hover {
        color: #058de9
    }

.ti-btn--jumbo {
    margin: 0;
    padding: 16px 32px;
    word-break: break-word;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-btn--block {
    display: block;
    width: 100%
}

.ti-btn-group {
    margin: -4px
}

    .ti-btn-group > .ti-btn {
        margin: 4px
    }

    .ti-btn-group.ti-btn-group--nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

.ti-btn-panel {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    padding: 12px 20px;
    min-width: 120px;
    min-height: 120px;
    outline: 0;
    border: 2px solid #e5eaed;
    border-radius: 3px;
    background-color: #fff;
    color: #3a4953;
    text-align: center;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.33333;
    cursor: pointer;
    transition: all .2s;
    transition-property: background,color,border,box-shadow;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    -ms-flex-pack: center
}

    .ti-btn-panel.disabled,
    .ti-btn-panel:disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: not-allowed
    }

    .ti-btn-panel:focus {
        border-color: #058de9;
        box-shadow: 0 0 3px 2px rgba(5,141,233,.35)
    }

    .ti-btn-panel:hover {
        border-color: #24a1f5;
        box-shadow: 0 0 3px 2px rgba(5,141,233,.35)
    }

    .ti-btn-panel:active {
        background-color: rgba(255,255,255,.2)
    }

.ti-btn-panel--selected {
    border-color: #41af4b
}

    .ti-btn-panel--selected:focus,
    .ti-btn-panel--selected:hover {
        border-color: #52c65d;
        box-shadow: 0 0 3px 2px rgba(65,175,75,.35)
    }

    .ti-btn-panel--selected:active {
        border-color: #279731
    }

.ti-btn-panel-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ti-btn-panel-group > .ti-btn-panel {
        margin: 4px
    }

@media only screen and (max-width:480px) {
    .ti-btn-panel-group {
        min-width: 100%
    }
}

.ti-card {
    border: 2px solid #e5eaed;
    border-radius: 5px;
    background-color: #fff
}

    .ti-card + .ti-card {
        margin-left: 5px
    }

    .ti-card.ti-card--active {
        position: relative
    }

        .ti-card.ti-card--active::after {
            position: absolute;
            top: 3em;
            right: 1em;
            bottom: 0;
            left: 1em;
            z-index: -2;
            box-shadow: 0 .1em 4em 0 rgba(0,0,0,.35);
            content: ''
        }

ti-carousel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ti-carousel-frame-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    -ms-flex-pack: start
}

@-webkit-keyframes ti-slide-in-left {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes ti-slide-in-left {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes ti-slide-out-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes ti-slide-out-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@-webkit-keyframes ti-slide-right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes ti-slide-right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

ti-carousel-frame {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 2;
    order: 2;
    max-width: 100%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -ms-flex-order: 2
}

.ti-carousel-frame-content {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%
}

.ti-carousel-frame-transition-left,
.ti-carousel-frame-transition-right {
    visibility: visible;
    -webkit-order: 1;
    order: 1;
    -ms-flex-order: 1
}

.ti-carousel-frame-active {
    visibility: visible;
    -webkit-order: 0;
    order: 0;
    -ms-flex-order: 0
}

    .ti-carousel-frame-active.ti-carousel-frame-transition-left {
        -webkit-animation-name: ti-slide-in-left;
        animation-name: ti-slide-in-left
    }

    .ti-carousel-frame-active.ti-carousel-frame-transition-right {
        -webkit-animation-name: ti-slide-right;
        animation-name: ti-slide-right
    }

.ti-carousel-frame-transition-left:not(.ti-carousel-frame-active) {
    -webkit-animation-name: ti-slide-out-left;
    animation-name: ti-slide-out-left
}

.ti-carousel-frame-transition-right:not(.ti-carousel-frame-active) {
    -webkit-animation-name: ti-slide-right;
    animation-name: ti-slide-right
}

.ti-carousel-paginator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 72px;
    background-color: #fff;
    -ms-flex-pack: justify
}

.ti-carousel-paginator-paddle {
    width: 45px;
    font-size: 18px
}

.ti-carousel-paginator-indicators {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.ti-carousel-paginator-indicator {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

    .ti-carousel-paginator-indicator::before {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #bcc3c8;
        content: ''
    }

.ti-carousel-paginator-indicator--active::before {
    background-color: #41af4b
}

@-webkit-keyframes ti-checkbox-checked {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 6px;
        height: 0
    }

    50% {
        width: 6px;
        height: 11px
    }
}

@keyframes ti-checkbox-checked {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 6px;
        height: 0
    }

    50% {
        width: 6px;
        height: 11px
    }
}

.ti-checkbox {
    position: relative;
    display: inline-block;
    margin: 0 8px
}

    .ti-checkbox:first-child {
        margin-left: 0
    }

    .ti-checkbox:last-child {
        margin-right: 0
    }

.ti-checkbox-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
    cursor: pointer;
    -ms-flex-align: start
}

    .ti-checkbox-container:last-child {
        margin-bottom: 0
    }

.ti-checkbox-input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.ti-checkbox-label {
    margin-left: 12px
}

.ti-checkbox-description {
    margin: 0;
    margin-top: 8px;
    margin-left: 36px;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-checkbox-tick {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #e5eaed;
    border-radius: 3px;
    background-color: #fff;
    -ms-flex-negative: 0
}

    .ti-checkbox-tick:after {
        position: absolute;
        top: 11px;
        left: 2px;
        display: block;
        box-sizing: content-box;
        width: 6px;
        height: 11px;
        border-color: #e5eaed;
        border-top: 4px solid #e5eaed;
        border-right: 4px solid #e5eaed;
        content: '';
        opacity: 0;
        transition: opacity .2s;
        -webkit-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.ti-checkbox-input:hover + .ti-checkbox-tick:after {
    opacity: 1
}

.ti-checkbox-input:checked + .ti-checkbox-tick {
    border-color: #41af4b;
    background-color: #41af4b;
    transition: background-color .8s
}

    .ti-checkbox-input:checked + .ti-checkbox-tick:after {
        box-sizing: content-box;
        border-color: #fafbfb;
        opacity: 1;
        -webkit-animation: ti-checkbox-checked .8s;
        animation: ti-checkbox-checked .8s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.ti-checkbox-input:disabled,
.ti-disabled .ti-checkbox-input {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed
}

    .ti-checkbox-input:disabled:hover:not(:checked) + .ti-checkbox-tick:after,
    .ti-disabled .ti-checkbox-input:hover:not(:checked) + .ti-checkbox-tick:after {
        opacity: 0
    }

    .ti-checkbox-input:disabled ~ .ti-checkbox-label,
    .ti-disabled .ti-checkbox-input ~ .ti-checkbox-label {
        opacity: .35
    }

    .ti-checkbox-input:disabled:checked ~ .ti-checkbox-tick,
    .ti-disabled .ti-checkbox-input:checked ~ .ti-checkbox-tick {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

.ti-checkbox--mixed .ti-checkbox-tick {
    border: 2px solid #41af4b
}

.ti-checkbox--mixed .ti-checkbox-input:not(:checked) + .ti-checkbox-tick:after {
    top: 9px;
    left: 6px;
    width: 2px;
    height: 8px;
    border: none;
    background-color: #41af4b;
    opacity: 1;
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg)
}

.ti-datepicker-ui {
    display: block
}

.ti-datepicker-range-no-end-spacer {
    height: 32px
}

.ti-datepicker-range-no-end-disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.ti-datepicker-range-input-container .ti-datepicker-range-input {
    margin: 0;
    cursor: pointer
}

.ti-datepicker-data-inputs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 245px
}

    .ti-datepicker-data-inputs .ti-datepicker-date-input {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

        .ti-datepicker-data-inputs .ti-datepicker-date-input.ti-has-time-input {
            border-radius: 3px 0 0 3px
        }

    .ti-datepicker-data-inputs .ti-datepicker-time-input {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 0 3px 3px 0
    }

.ti-datepicker-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -24px;
    -ms-flex-pack: justify
}

@media only screen and (max-width:768px) {
    .ti-datepicker-group {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }
}

.ti-datepicker-group-item {
    padding: 24px
}

    .ti-datepicker-group-item:first-child {
        border-right: 1px solid #e5eaed
    }

@media only screen and (max-width:768px) {
    .ti-datepicker-group-item:first-child {
        border-right: none;
        border-bottom: 1px solid #e5eaed
    }
}

.ti-datepicker-group-item .ti-datepicker-ui {
    margin-top: 22px
}

.ti-datepicker-group-footer {
    padding: 8px 24px
}

.ti-datepicker-group-summary {
    margin: 8px;
    margin-left: 0
}

.ti-datepicker,
.ti-datepicker-range {
    color: #3a4953;
    font-size: 15px;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-datepicker abbr,
    .ti-datepicker caption,
    .ti-datepicker table,
    .ti-datepicker tbody,
    .ti-datepicker td,
    .ti-datepicker tfoot,
    .ti-datepicker th,
    .ti-datepicker thead,
    .ti-datepicker tr,
    .ti-datepicker-range abbr,
    .ti-datepicker-range caption,
    .ti-datepicker-range table,
    .ti-datepicker-range tbody,
    .ti-datepicker-range td,
    .ti-datepicker-range tfoot,
    .ti-datepicker-range th,
    .ti-datepicker-range thead,
    .ti-datepicker-range tr {
        margin: initial;
        padding: initial;
        border: initial;
        border-collapse: initial;
        background: initial;
        color: initial;
        text-align: initial;
        font-weight: initial;
        line-height: initial
    }

    .ti-datepicker .pika-table,
    .ti-datepicker-range .pika-table {
        margin-top: 20px
    }

        .ti-datepicker .pika-table tbody:before,
        .ti-datepicker-range .pika-table tbody:before {
            display: block;
            margin-top: 10px;
            content: " "
        }

        .ti-datepicker .pika-table td,
        .ti-datepicker-range .pika-table td {
            padding-right: 5px
        }

            .ti-datepicker .pika-table td:last-child,
            .ti-datepicker-range .pika-table td:last-child {
                padding-right: 0
            }

        .ti-datepicker .pika-table th,
        .ti-datepicker-range .pika-table th {
            padding-right: 5px
        }

            .ti-datepicker .pika-table th:last-child,
            .ti-datepicker-range .pika-table th:last-child {
                padding-right: 0
            }

        .ti-datepicker .pika-table abbr,
        .ti-datepicker-range .pika-table abbr {
            color: #3a4953;
            font-weight: 700
        }

    .ti-datepicker .pika-title,
    .ti-datepicker-range .pika-title {
        position: relative;
        text-align: center
    }

        .ti-datepicker .pika-title .pika-label,
        .ti-datepicker-range .pika-title .pika-label {
            display: inline-block;
            visibility: hidden
        }

            .ti-datepicker .pika-title .pika-label:nth-child(even):before,
            .ti-datepicker-range .pika-title .pika-label:nth-child(even):before {
                position: absolute;
                right: 37px;
                z-index: 100;
                visibility: visible;
                width: 0;
                height: 0;
                border-right: 4px solid transparent;
                border-bottom: 5px solid #3a4953;
                border-left: 4px solid transparent;
                content: " ";
                pointer-events: none
            }

            .ti-datepicker .pika-title .pika-label:nth-child(even):after,
            .ti-datepicker-range .pika-title .pika-label:nth-child(even):after {
                position: absolute;
                top: 10px;
                right: 37px;
                z-index: 100;
                visibility: visible;
                width: 0;
                height: 0;
                border-top: 5px solid #3a4953;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
                content: " ";
                pointer-events: none
            }

            .ti-datepicker .pika-title .pika-label:nth-child(odd):before,
            .ti-datepicker-range .pika-title .pika-label:nth-child(odd):before {
                position: absolute;
                right: 110px;
                z-index: 100;
                visibility: visible;
                width: 0;
                height: 0;
                border-right: 4px solid transparent;
                border-bottom: 5px solid #3a4953;
                border-left: 4px solid transparent;
                content: " ";
                pointer-events: none
            }

            .ti-datepicker .pika-title .pika-label:nth-child(odd):after,
            .ti-datepicker-range .pika-title .pika-label:nth-child(odd):after {
                position: absolute;
                top: 10px;
                right: 110px;
                z-index: 100;
                visibility: visible;
                width: 0;
                height: 0;
                border-top: 5px solid #3a4953;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
                content: " ";
                pointer-events: none
            }

        .ti-datepicker .pika-title .pika-select,
        .ti-datepicker-range .pika-title .pika-select {
            visibility: visible;
            box-sizing: border-box;
            margin: 0;
            padding: 12px;
            padding-right: 36px;
            padding-right: 12px;
            width: 100%;
            outline: 0;
            border: 2px solid #e5eaed;
            border-radius: 3px;
            background-color: #fff;
            box-shadow: none;
            color: #3a4953;
            word-break: normal;
            font-weight: 400;
            font-size: 15px;
            font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
            transition: all .2s;
            transition-property: border-color,box-shadow;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

            .ti-datepicker .pika-title .pika-select::-webkit-input-placeholder,
            .ti-datepicker-range .pika-title .pika-select::-webkit-input-placeholder {
                color: #6692b0;
                opacity: 1
            }

            .ti-datepicker .pika-title .pika-select:-ms-input-placeholder,
            .ti-datepicker-range .pika-title .pika-select:-ms-input-placeholder {
                color: #6692b0;
                opacity: 1
            }

            .ti-datepicker .pika-title .pika-select::placeholder,
            .ti-datepicker-range .pika-title .pika-select::placeholder {
                color: #6692b0;
                opacity: 1
            }

            .ti-datepicker .pika-title .pika-select:disabled,
            .ti-datepicker-range .pika-title .pika-select:disabled {
                opacity: .35;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%)
            }

            .ti-datepicker .pika-title .pika-select.ti-focus,
            .ti-datepicker .pika-title .pika-select:focus,
            .ti-datepicker-range .pika-title .pika-select.ti-focus,
            .ti-datepicker-range .pika-title .pika-select:focus {
                border-color: #058de9;
                box-shadow: 0 0 3px #058de9
            }

            .ng-submitted .ti-datepicker .pika-title .pika-select.ng-invalid,
            .ng-submitted .ti-datepicker-range .pika-title .pika-select.ng-invalid,
            .ti-datepicker .pika-title .pika-select.ng-invalid.ng-dirty,
            .ti-datepicker .pika-title .pika-select.ti-error,
            .ti-datepicker .pika-title .pika-select.ti-input--error,
            .ti-datepicker-range .pika-title .pika-select.ng-invalid.ng-dirty,
            .ti-datepicker-range .pika-title .pika-select.ti-error,
            .ti-datepicker-range .pika-title .pika-select.ti-input--error {
                border-color: #e6643c
            }

                .ng-submitted .ti-datepicker .pika-title .pika-select.ng-invalid.ti-focus,
                .ng-submitted .ti-datepicker .pika-title .pika-select.ng-invalid:focus,
                .ng-submitted .ti-datepicker-range .pika-title .pika-select.ng-invalid.ti-focus,
                .ng-submitted .ti-datepicker-range .pika-title .pika-select.ng-invalid:focus,
                .ti-datepicker .pika-title .pika-select.ng-invalid.ng-dirty.ti-focus,
                .ti-datepicker .pika-title .pika-select.ng-invalid.ng-dirty:focus,
                .ti-datepicker .pika-title .pika-select.ti-error.ti-focus,
                .ti-datepicker .pika-title .pika-select.ti-error:focus,
                .ti-datepicker .pika-title .pika-select.ti-input--error.ti-focus,
                .ti-datepicker .pika-title .pika-select.ti-input--error:focus,
                .ti-datepicker-range .pika-title .pika-select.ng-invalid.ng-dirty.ti-focus,
                .ti-datepicker-range .pika-title .pika-select.ng-invalid.ng-dirty:focus,
                .ti-datepicker-range .pika-title .pika-select.ti-error.ti-focus,
                .ti-datepicker-range .pika-title .pika-select.ti-error:focus,
                .ti-datepicker-range .pika-title .pika-select.ti-input--error.ti-focus,
                .ti-datepicker-range .pika-title .pika-select.ti-input--error:focus {
                    box-shadow: 0 0 3px #e6643c
                }

        .ti-datepicker .pika-title .pika-select-month,
        .ti-datepicker-range .pika-title .pika-select-month {
            position: absolute;
            top: -15px;
            left: 29px;
            width: 110px;
            background: #fff
        }

        .ti-datepicker .pika-title .pika-select-year,
        .ti-datepicker-range .pika-title .pika-select-year {
            position: absolute;
            top: -15px;
            right: 29px;
            width: 72px;
            background: #fff
        }

        .ti-datepicker .pika-title .pika-next,
        .ti-datepicker .pika-title .pika-prev,
        .ti-datepicker-range .pika-title .pika-next,
        .ti-datepicker-range .pika-title .pika-prev {
            position: absolute;
            overflow: hidden
        }

        .ti-datepicker .pika-title .pika-prev,
        .ti-datepicker-range .pika-title .pika-prev {
            left: -5px;
            visibility: hidden;
            width: 26px;
            cursor: pointer
        }

            .ti-datepicker .pika-title .pika-prev:before,
            .ti-datepicker-range .pika-title .pika-prev:before {
                position: absolute;
                visibility: visible;
                box-sizing: initial;
                width: 7px;
                height: 7px;
                border-top: 3px solid #3a4953;
                border-right: 3px solid #3a4953;
                content: " ";
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg)
            }

            .ti-datepicker .pika-title .pika-prev.is-disabled:before,
            .ti-datepicker-range .pika-title .pika-prev.is-disabled:before {
                border-top: 3px solid #e5eaed;
                border-right: 3px solid #e5eaed
            }

        .ti-datepicker .pika-title .pika-next,
        .ti-datepicker-range .pika-title .pika-next {
            right: -5px;
            visibility: hidden;
            width: 26px;
            cursor: pointer
        }

            .ti-datepicker .pika-title .pika-next:before,
            .ti-datepicker-range .pika-title .pika-next:before {
                position: absolute;
                visibility: visible;
                box-sizing: initial;
                width: 7px;
                height: 7px;
                border-top: 3px solid #3a4953;
                border-right: 3px solid #3a4953;
                content: " ";
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .ti-datepicker .pika-title .pika-next.is-disabled:before,
            .ti-datepicker-range .pika-title .pika-next.is-disabled:before {
                border-top: 3px solid #e5eaed;
                border-right: 3px solid #e5eaed
            }

    .ti-datepicker .is-disabled,
    .ti-datepicker-range .is-disabled {
        pointer-events: none
    }

    .ti-datepicker .is-inrange,
    .ti-datepicker-range .is-inrange {
        background-color: #eefff0
    }

        .ti-datepicker .is-inrange .pika-button,
        .ti-datepicker-range .is-inrange .pika-button {
            border-radius: 0;
            background-color: #eefff0
        }

            .ti-datepicker .is-inrange .pika-button:hover,
            .ti-datepicker-range .is-inrange .pika-button:hover {
                border-radius: 50%
            }

    .ti-datepicker .is-startrange,
    .ti-datepicker-range .is-startrange {
        background-image: linear-gradient(to right,transparent 50%,#eefff0 50%)
    }

    .ti-datepicker .is-endrange,
    .ti-datepicker-range .is-endrange {
        background-image: linear-gradient(to right,#eefff0 50%,transparent 50%)
    }

    .ti-datepicker .is-selected.is-startrange.is-endrange,
    .ti-datepicker-range .is-selected.is-startrange.is-endrange {
        background-image: none
    }

    .ti-datepicker td.is-disabled,
    .ti-datepicker-range td.is-disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .ti-datepicker .pika-button,
    .ti-datepicker-range .pika-button {
        padding: 3px;
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 50%;
        background: #fff;
        color: #3a4953;
        font-size: 15px;
        cursor: pointer
    }

        .ti-datepicker .pika-button:hover,
        .ti-datepicker-range .pika-button:hover {
            background: rgba(65,175,75,.35)
        }

    .ti-datepicker .is-today .pika-button,
    .ti-datepicker-range .is-today .pika-button {
        color: #41af4b;
        font-weight: 700
    }

    .ti-datepicker .is-endrange .pika-button,
    .ti-datepicker .is-startrange .pika-button,
    .ti-datepicker-range .is-endrange .pika-button,
    .ti-datepicker-range .is-startrange .pika-button {
        border: 2px solid #41af4b;
        background: #eefff0
    }

    .ti-datepicker .is-selected .pika-button,
    .ti-datepicker-range .is-selected .pika-button {
        border: none;
        background: #41af4b;
        color: #fafbfb;
        font-weight: 700
    }

.ti-datepicker-range-no-end .is-endrange .pika-button,
.ti-datepicker-range-no-end .is-startrange .pika-button {
    border: none
}

.ti-datepicker-range-no-end .ti-datepicker-end-picker .is-endrange .pika-button,
.ti-datepicker-range-no-end .ti-datepicker-end-picker .is-startrange .pika-button {
    background: #eefff0;
    color: #3a4953;
    font-weight: 400
}

.ti-datepicker {
    padding-top: 15px
}

:root {
    --ti-dialog-spacing: 32px
}

@media only screen and (max-width:768px) {
    :root {
        --ti-dialog-spacing: 24px
    }
}

@media only screen and (max-width:480px) {
    :root {
        --ti-dialog-spacing: 16px
    }
}

.ti-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    -ms-flex-align: center
}

@media only screen and (max-width:768px) {
    .ti-dialog {
        right: 4px;
        left: 4px;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

@media only screen and (max-width:480px) {
    .ti-dialog {
        right: 0;
        left: 0
    }
}

.ti-dialog .ti-dialog-banner {
    display: block;
    margin: calc(var(--ti-dialog-spacing) * -1);
    margin-bottom: var(--ti-dialog-spacing);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .ti-dialog .ti-dialog-banner .ti-banner-wrapper {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 16px var(--ti-dialog-spacing);
        -ms-flex-pack: start
    }

@media only screen and (max-width:480px) {
    .ti-dialog .ti-dialog-banner {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.ti-dialog-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 auto;
    padding: var(--ti-dialog-spacing);
    min-height: 170px;
    max-height: calc(95vh - 60px);
    width: calc(90% - 50px);
    border-radius: 3px;
    background: #fff;
    pointer-events: auto
}

    .ti-dialog-container:focus {
        outline: 0
    }

@media only screen and (max-width:768px) {
    .ti-dialog-container {
        margin-top: 60px;
        max-width: none;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .ti-dialog-container {
        margin-right: 0;
        margin-left: 0;
        max-height: none;
        height: calc(100% - 60px);
        border-radius: 0
    }
}

.ti-dialog-container--size-small {
    max-width: 480px
}

.ti-dialog-container--size-medium {
    max-width: 600px
}

.ti-dialog-container--size-standard {
    max-width: 720px
}

.ti-dialog-container--size-large {
    max-width: 800px
}

.ti-dialog-container--size-xlarge {
    max-width: 1100px
}

.ti-dialog-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: var(--ti-dialog-spacing);
    -ms-flex-negative: 0
}

.ti-dialog-header--center {
    text-align: center
}

@media only screen and (max-width:480px) {
    .ti-dialog-header--center {
        text-align: left
    }
}

.ti-dialog-header-sub {
    padding-left: 5px;
    font-size: 18px
}

@media only screen and (max-width:480px) {
    .ti-dialog-header-sub {
        display: block;
        padding-top: 5px;
        padding-left: 0
    }
}

.ti-dialog-header-meta {
    margin-top: 10px;
    color: #6692b0;
    font-size: 12px
}

.ti-dialog-header-divider {
    margin: 20px auto 0;
    width: 40px;
    border: none;
    border-top: 1px solid #bcc3c8
}

.ti-dialog-content {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 calc(var(--ti-dialog-spacing) * -1);
    padding: 0 var(--ti-dialog-spacing)
}

@media only screen and (max-width:480px) {
    .ti-dialog-content {
        -webkit-overflow-scrolling: touch
    }
}

.ti-dialog-actions {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: right;
    -ms-flex-negative: 0
}

.ti-dialog-content + .ti-dialog-actions {
    margin-top: var(--ti-dialog-spacing)
}

@media only screen and (max-width:480px) {
    .ti-dialog-actions {
        text-align: center
    }
}

@supports not (--a:0) {
    .ti-dialog .ti-dialog-banner {
        margin: -32px;
        margin-bottom: 32px
    }

        .ti-dialog .ti-dialog-banner .ti-banner-wrapper {
            padding: 16px 32px
        }

    .ti-dialog-container {
        padding: 32px
    }

    .ti-dialog-header {
        margin-bottom: 32px
    }

    .ti-dialog-content {
        margin: 0 -32px;
        padding: 0 32px
    }

        .ti-dialog-content + .ti-dialog-actions {
            margin-top: 32px
        }
}

.ti-dialog-close {
    position: absolute;
    top: 0;
    right: -60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

    .ti-dialog-close .ti-dialog-close-button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
        color: #6692b0;
        text-decoration: none;
        -ms-flex-align: center;
        -ms-flex-pack: center
    }

    .ti-dialog-close .ti-dialog-close-icon {
        opacity: .5
    }

    .ti-dialog-close:hover .ti-dialog-close-icon {
        opacity: 1
    }

    .ti-dialog-close:focus {
        outline: 0;
        box-shadow: 0 0 3px 1px #058de9
    }

@media only screen and (max-width:768px) {
    .ti-dialog-close {
        top: -55px;
        right: 5px
    }
}

.ti-dialog-close--drawer {
    top: 10px;
    left: -60px
}

@media only screen and (max-width:768px) {
    .ti-dialog-close--drawer {
        top: 0;
        right: 0;
        left: inherit
    }
}

.ti-dialog-close-label {
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .ti-dialog-close-label {
        display: none
    }
}

.ti-dialog-close--inverse .ti-dialog-close-button {
    background: #6692b0;
    color: #fafbfb
}

.ti-dialog-close--inverse .ti-dialog-close-icon {
    opacity: 1
}

.ti-dialog-close--inverse .ti-dialog-close-label {
    color: #3a4953;
    opacity: .5
}

.ti-dialog-drawer-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 350px;
    background: #fff;
    pointer-events: auto
}

    .ti-dialog-drawer-container:focus {
        outline: 1px solid #058de9
    }

@media only screen and (max-width:480px) {
    .ti-dialog-drawer-container {
        min-width: inherit;
        width: 100%
    }
}

ti-dott {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-animation: ti-rotate 3s infinite linear;
    animation: ti-rotate 3s infinite linear;
    will-change: transform
}

.ti-dott-mask {
    stroke: #fff;
    stroke-width: 62.5%
}

.ti-dott-gradient-start {
    stop-color: #058de9
}

.ti-dott-gradient-stop {
    stop-color: #41af4b
}

.ti-dott-border:not(.ti-input--error) {
    border: initial;
    border-top: 2px solid #058de9;
    border-bottom: 2px solid #41af4b;
    background-image: linear-gradient(#058de9,#41af4b),linear-gradient(#058de9,#41af4b);
    background-position: 0 0,100% 0;
    background-size: 2px 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px 0 #058de9
}

.ti-dropdown-input {
    cursor: pointer
}

    .ti-dropdown-input::-webkit-input-placeholder {
        -webkit-user-select: none;
        user-select: none
    }

    .ti-dropdown-input:-ms-input-placeholder {
        -ms-user-select: none;
        user-select: none
    }

    .ti-dropdown-input::placeholder {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.ng-submitted .ti-dropdown-input-container.ng-invalid .ti-dropdown-input,
.ti-dropdown-input-container.ng-invalid.ng-dirty .ti-dropdown-input,
.ti-dropdown-input-container.ti-error .ti-dropdown-input,
.ti-dropdown-input-container.ti-input--error .ti-dropdown-input {
    border-color: #e6643c
}

    .ng-submitted .ti-dropdown-input-container.ng-invalid .ti-dropdown-input.ti-focus,
    .ng-submitted .ti-dropdown-input-container.ng-invalid .ti-dropdown-input:focus,
    .ti-dropdown-input-container.ng-invalid.ng-dirty .ti-dropdown-input.ti-focus,
    .ti-dropdown-input-container.ng-invalid.ng-dirty .ti-dropdown-input:focus,
    .ti-dropdown-input-container.ti-error .ti-dropdown-input.ti-focus,
    .ti-dropdown-input-container.ti-error .ti-dropdown-input:focus,
    .ti-dropdown-input-container.ti-input--error .ti-dropdown-input.ti-focus,
    .ti-dropdown-input-container.ti-input--error .ti-dropdown-input:focus {
        box-shadow: 0 0 3px #e6643c
    }

.ti-expandable-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s
}

.ti-expandable--expanded > .ti-expandable-content {
    max-height: 1000px;
    transition-duration: .8s
}

.ti-feedback-button-container {
    margin-left: 8px
}

.ti-feedback-button {
    display: inline;
    margin-left: 24px;
    white-space: nowrap;
    cursor: pointer
}

.ti-feedback-button-icon {
    margin-right: 8px
}

.ti-feedback-thankyou {
    width: 100%
}

.ti-field {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
    font-size: 15px
}

    .ti-field:last-child {
        margin-bottom: 0
    }

    .ti-field .ti-label {
        display: inline-block;
        margin: 0;
        margin-bottom: 5px;
        word-break: break-word;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.33333;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ti-field .ti-value {
        position: relative
    }

.ti-fieldset .ti-field {
    margin-bottom: 16px
}

    .ti-fieldset .ti-field:not(:last-child) {
        margin-right: 8px
    }

@media only screen and (max-width:480px) {
    .ti-fieldset .ti-field:not(:last-child) {
        margin-right: 0
    }
}

.ti-fieldset .ti-field:only-child {
    margin-bottom: 16px
}

.ti-field--short {
    margin-right: 20px;
    max-width: 400px
}

    .ti-field--short:last-of-type {
        margin-right: 0
    }

@media only screen and (max-width:768px) {
    .ti-field {
        margin-top: 20px
    }

    .ti-fieldset .ti-field {
        margin-top: inherit
    }

    .ti-field--short {
        margin-right: 0;
        max-width: initial
    }
}

.ti-fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0
}

    .ti-fieldset + .ti-fieldset {
        margin-top: 24px
    }

.ti-legend {
    margin: 0 0 16px;
    padding: 0 0 8px;
    width: 100%;
    border-bottom: 1px solid #bcc3c8;
    font-weight: 700;
    font-size: 16px
}

.ti-flag {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 4px 8px;
    border-radius: 3px;
    background-color: #e5eaed;
    vertical-align: text-top;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: 900;
    font-size: 10px;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-flag,
    .ti-flag:link,
    .ti-flag:visited {
        color: #6692b0 !important
    }

.ti-flag-chevron {
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    margin-bottom: -4px;
    margin-left: -3px;
    width: 14px;
    height: 14px;
    outline: 1px solid transparent;
    border-width: 1px 1px 0 0;
    border-style: solid;
    opacity: .5;
    -webkit-transform: rotate(59deg) skew(27deg);
    transform: rotate(59deg) skew(27deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ti-flag--negative,
.ti-flag--warning {
    background-color: #e6643c
}

    .ti-flag--negative,
    .ti-flag--negative:link,
    .ti-flag--negative:visited,
    .ti-flag--warning,
    .ti-flag--warning:link,
    .ti-flag--warning:visited {
        color: #fafbfb !important
    }

        .ti-flag--negative .ti-flag-chevron,
        .ti-flag--warning .ti-flag-chevron {
            opacity: 1
        }

.ti-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ti-flex--row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.ti-flex--column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ti-flex--no-shrink {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0
}

.ti-flex--justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.ti-flex--justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.ti-flex--justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.ti-flex--justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.ti-flex--justify-center {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.ti-flex--align-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

.ti-flex--align-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}

.ti-flex--align-baseline {
    -webkit-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline
}

.ti-flex--align-center {
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.ti-flex--align-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

.ti-header {
    display: block;
    margin: 0;
    color: #3a4953;
    font-weight: 700;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif
}

.ti-header--page {
    position: relative;
    font-weight: 700;
    font-size: 35px
}

.ti-header--subpage {
    font-size: 24px
}

.ti-header--section {
    margin-bottom: 5px;
    font-size: 18px
}

.ti-header--settings {
    margin-bottom: 20px;
    font-size: 18px
}

.ti-header--dialog {
    word-break: break-word;
    font-size: 24px
}

@media only screen and (max-width:768px) {
    .ti-header--settings {
        margin-bottom: 10px
    }
}

.ti-hero-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1000px) {
    .ti-hero-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ti-hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 48px 20px;
    background-color: #fff;
    text-align: center;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

@media only screen and (max-width:1000px) {
    .ti-hero-container .ti-hero {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }
}

.ti-hero--transparent {
    background-color: initial
}

.ti-hero-content {
    min-width: 300px;
    max-width: 80%
}

@media only screen and (max-width:480px) {
    .ti-hero-content {
        min-width: initial
    }
}

.ti-hero-headline {
    margin: 0;
    margin-bottom: 20px;
    max-width: 90%;
    color: #3a4953;
    word-break: break-word;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-hero-intro {
    margin: 0;
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-hero-button {
    margin: 20px 0 0
}

.ti-hero-aux {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    background-color: #3a4953;
    color: #fafbfb;
    text-align: center;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    -ms-flex-pack: center
}

.ti-hero-container .ti-hero-aux {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

@media only screen and (max-width:1000px) {
    .ti-hero-container .ti-hero-aux {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.ti-hero-aux-headline {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
    word-break: break-word;
    font-weight: 400;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-hero-aux-hr {
    margin: 12px auto;
    width: 80px;
    border-top: 1px solid currentColor;
    border-right: none;
    border-bottom: none;
    border-left: none
}

.ti-hero-aux-content {
    margin: 0 auto;
    max-width: 90%;
    font-size: 15px;
    line-height: 1.6;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-hero-aux-footer {
    margin-top: 12px;
    color: #bcc3c8
}

.ti-hr,
.ti-popover-list-separator {
    margin: 20px auto;
    max-width: 1100px;
    width: 100%;
    border-top: 1px solid #bcc3c8;
    border-right: none;
    border-bottom: none;
    border-left: none
}

.ti-hr--full {
    max-width: 100%;
    width: 100%
}

.ti-countdown {
    margin-top: 8px;
    font-size: 12px
}

    .ti-countdown:not(.ti-text--negative) {
        color: #6692b0
    }

.ti-in-page-help {
    display: block
}

.ti-in-page-help-section {
    border-bottom: 1px solid #e5eaed
}

.ti-in-page-help-container {
    position: relative
}

@media only screen and (min-width:769px) {
    .ti-in-page-help-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media only screen and (min-width:769px) {
    .ti-in-page-help-content-item {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.ti-in-page-help-content-item.ti-in-page-help-content-item--constrained {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -ms-flex-positive: 0
}

@media only screen and (max-width:1000px) {
    .ti-in-page-help-content-item.ti-in-page-help-content-item--constrained {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.ti-in-page-help-is-dismissible > .ti-in-page-help-content-item {
    margin-right: 65px
}

.ti-in-page-help-content-text {
    padding-top: 10px;
    min-width: 200px
}

.ti-in-page-help-content-media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

@media only screen and (min-width:769px) {
    .ti-in-page-help-content-media {
        min-width: 500px;
        min-height: 250px
    }
}

.ti-in-page-help-close {
    position: absolute;
    top: 0;
    right: 0
}

.ti-link {
    color: #058de9;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s
}

    .ti-link:visited {
        color: #058de9
    }

    .ti-link:hover {
        text-decoration: underline
    }

.ti-link--secondary {
    color: currentColor !important;
    text-decoration: underline !important
}

    .ti-link--secondary:hover {
        color: #058de9 !important
    }

.ti-lozenge {
    display: inline-block;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 6px 10px;
    border-radius: 3px;
    background-color: #e5eaed;
    color: #6692b0;
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-lozenge .ti-lozenge-label {
        text-transform: capitalize
    }

    .ti-lozenge .ti-lozenge-value {
        font-weight: 700
    }

    .ti-lozenge .ti-lozenge-delete {
        margin-left: 6px;
        cursor: pointer
    }

.ti-lozenge--interactive {
    background-color: #6692b0;
    color: #fafbfb
}

.ti-lozenge--disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.ti-lozenge--marked {
    background-color: #e6643c;
    color: #fafbfb
}

@-webkit-keyframes ti-lozenge-group-already-added {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,3deg);
        transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes ti-lozenge-group-already-added {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,3deg);
        transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.05,1.05,1.05) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.ti-lozenge-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #e5eaed;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    cursor: text;
    transition: all .2s;
    transition-property: border-color,box-shadow;
    -ms-flex-align: center
}

    .ti-lozenge-group.ti-focus,
    .ti-lozenge-group:focus {
        border-color: #058de9;
        box-shadow: 0 0 3px #058de9
    }

    .ng-submitted .ti-lozenge-group.ng-invalid,
    .ti-lozenge-group.ng-invalid.ng-dirty,
    .ti-lozenge-group.ti-error,
    .ti-lozenge-group.ti-input--error {
        border-color: #e6643c
    }

        .ng-submitted .ti-lozenge-group.ng-invalid.ti-focus,
        .ng-submitted .ti-lozenge-group.ng-invalid:focus,
        .ti-lozenge-group.ng-invalid.ng-dirty.ti-focus,
        .ti-lozenge-group.ng-invalid.ng-dirty:focus,
        .ti-lozenge-group.ti-error.ti-focus,
        .ti-lozenge-group.ti-error:focus,
        .ti-lozenge-group.ti-input--error.ti-focus,
        .ti-lozenge-group.ti-input--error:focus {
            box-shadow: 0 0 3px #e6643c
        }

    .ti-lozenge-group .ti-lozenge {
        margin-top: 4px;
        margin-left: 4px
    }

        .ti-lozenge-group .ti-lozenge.ti-lozenge-group-already-added {
            -webkit-animation-name: ti-lozenge-group-already-added;
            animation-name: ti-lozenge-group-already-added;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }

    .ti-lozenge-group .ti-lozenge-group-input {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        box-sizing: border-box;
        margin: 0;
        padding: 12px;
        width: 100%;
        outline: 0;
        border: none;
        background-color: transparent;
        color: #3a4953;
        word-break: normal;
        font-weight: 400;
        font-size: 15px;
        font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        -ms-flex-positive: 1
    }

        .ti-lozenge-group .ti-lozenge-group-input::-webkit-input-placeholder {
            color: #6692b0;
            opacity: 1
        }

        .ti-lozenge-group .ti-lozenge-group-input:-ms-input-placeholder {
            color: #6692b0;
            opacity: 1
        }

        .ti-lozenge-group .ti-lozenge-group-input::placeholder {
            color: #6692b0;
            opacity: 1
        }

        .ti-lozenge-group .ti-lozenge-group-input:disabled {
            opacity: .35;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
        }

.highcharts-loading::after,
.ti-loader {
    display: inline-block;
    -webkit-align-self: center;
    align-self: center;
    width: 20px;
    height: 20px;
    border: 2px solid #41af4b;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: ti-rotate 1s ease-in-out infinite;
    animation: ti-rotate 1s ease-in-out infinite;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center
}

    .ti-loader--small.highcharts-loading::after,
    .ti-loader.ti-loader--small {
        width: 16px;
        height: 16px
    }

.ti-btn .highcharts-loading::after,
.ti-btn .ti-loader {
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor
}

.ti-btn .ti-loader--small {
    margin: -3px 0 -3px 6px;
    vertical-align: middle
}

.ti-loader--input {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 0;
    margin-top: -12px
}

    .ti-loader--input.ti-loader--small {
        margin-top: -10px
    }

.ti-i-bg {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 0;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.ti-main-content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 1px;
    flex-basis: 1px;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    box-sizing: border-box;
    height: calc(100% - 50px);
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 1px
}

    .ti-main-content-container.ti-nav-rest-of-page {
        height: 100%
    }

.ti-main-content-inner-container {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0
}

.ti-main-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media print {
    .ti-main-content {
        overflow: visible
    }
}

.ti-modals-container {
    position: absolute;
    z-index: 410;
    color: #3a4953;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-nav-item {
    box-sizing: border-box;
    height: 100%
}

.ti-nav-item-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -ms-flex-align: center
}

    .ti-nav-item-action:active,
    .ti-nav-item-action:focus,
    .ti-nav-item-action:hover {
        color: inherit
    }

.ti-nav-item--disabled {
    cursor: not-allowed
}

    .ti-nav-item--disabled .ti-nav-item-action {
        pointer-events: none
    }

.ti-overlay {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition-timing-function: ease-in;
    transition-duration: .2s;
    transition-property: background-color,visibility;
    pointer-events: none
}

.ti-overlay--visible {
    visibility: visible;
    background-color: rgba(0,0,0,.35);
    pointer-events: auto
}

.ti-p {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5
}

    .ti-p:last-child {
        margin-bottom: 0
    }

.ti-panel {
    display: block;
    margin: 0 -24px;
    background-color: #fff
}

.ti-popover-container {
    position: relative;
    z-index: 300;
    display: none;
    outline: 0;
    color: #3a4953;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-popover-container.ti-popover-tether-enabled {
        display: inline-block
    }

    .ti-popover-container.ti-popover-tether-element-attached-top.ti-popover-tether-target-attached-bottom {
        padding-top: 12px
    }

        .ti-popover-container.ti-popover-tether-element-attached-top.ti-popover-tether-target-attached-bottom .ti-popover-beak {
            top: 0;
            left: 24px;
            margin-top: -6px;
            margin-left: -6px;
            border-right-color: transparent;
            border-bottom-color: transparent;
            box-shadow: none
        }

        .ti-popover-container.ti-popover-tether-element-attached-top.ti-popover-tether-target-attached-bottom.ti-popover-tether-element-attached-center .ti-popover-beak {
            left: 50%
        }

        .ti-popover-container.ti-popover-tether-element-attached-top.ti-popover-tether-target-attached-bottom.ti-popover-tether-element-attached-right .ti-popover-beak {
            right: 24px;
            left: auto
        }

    .ti-popover-container.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top {
        padding-bottom: 12px
    }

        .ti-popover-container.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top .ti-popover-beak {
            bottom: 0;
            left: 24px;
            margin-bottom: -6px;
            margin-left: -6px;
            border-top-color: transparent;
            border-left-color: transparent;
            box-shadow: 3px 3px 5px rgba(0,0,0,.35)
        }

        .ti-popover-container.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top.ti-popover-tether-element-attached-center .ti-popover-beak {
            left: 50%
        }

        .ti-popover-container.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top.ti-popover-tether-element-attached-right .ti-popover-beak {
            right: 24px;
            left: auto
        }

    .ti-popover-container.ti-popover-tether-element-attached-middle.ti-popover-tether-target-attached-middle.ti-popover-tether-element-attached-right.ti-popover-tether-target-attached-left {
        padding-right: 12px
    }

        .ti-popover-container.ti-popover-tether-element-attached-middle.ti-popover-tether-target-attached-middle.ti-popover-tether-element-attached-right.ti-popover-tether-target-attached-left .ti-popover-beak {
            top: 50%;
            right: 0;
            margin-top: -6px;
            margin-right: -6px;
            border-bottom-color: transparent;
            border-left-color: transparent;
            box-shadow: 3px 0 5px rgba(0,0,0,.35)
        }

    .ti-popover-container.ti-popover-tether-element-attached-middle.ti-popover-tether-target-attached-middle.ti-popover-tether-element-attached-left.ti-popover-tether-target-attached-right {
        padding-left: 12px
    }

        .ti-popover-container.ti-popover-tether-element-attached-middle.ti-popover-tether-target-attached-middle.ti-popover-tether-element-attached-left.ti-popover-tether-target-attached-right .ti-popover-beak {
            top: 50%;
            left: 0;
            margin-top: -6px;
            margin-left: -6px;
            border-top-color: transparent;
            border-right-color: transparent;
            box-shadow: 3px 3px 5px rgba(0,0,0,.35)
        }

.ti-popover-container--inside-modal {
    z-index: 420
}

.ti-popover {
    position: relative;
    border: 1px solid #e5eaed;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.35)
}

.ti-popover-tether-pinned-bottom .ti-popover {
    margin-bottom: 12px
}

.ti-popover-tether-pinned-top .ti-popover {
    margin-top: 12px
}

.ti-popover-content {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 24px;
    max-height: calc(50vh - 40px);
    border-radius: 5px;
    background-color: #fff
}

.ti-popover-actions:not(:empty) {
    margin: -1px
}

    .ti-popover-actions:not(:empty) .ti-action-bar {
        position: relative;
        z-index: 1;
        padding-right: 24px;
        padding-left: 24px;
        border: 1px solid transparent;
        border-radius: 0 0 5px 5px
    }

.ti-popover-beak {
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #e5eaed;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top .ti-popover-actions:not(:empty) ~ .ti-popover-beak {
    background-color: #e5eaed
}

.ti-popover-tether-pinned .ti-popover-beak {
    display: none
}

.ti-popover-container--modal {
    display: block
}

    .ti-popover-container--modal .ti-popover {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        border: none;
        box-shadow: none;
        -ms-flex-pack: justify
    }

    .ti-popover-container--modal .ti-dialog-container {
        padding: 0
    }

    .ti-popover-container--modal .ti-dialog-content {
        margin: 0;
        padding: 0
    }

.ti-dialog-popover-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 420
}

.ti-popover-resize-detector {
    position: absolute;
    top: -100%;
    left: 0;
    visibility: hidden;
    margin: 1px 0 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    pointer-events: none
}

.ti-multiselect-popover-input {
    cursor: pointer
}

.ti-multiselect-popover-container {
    display: block
}

    .ti-multiselect-popover-container .ti-input-icon {
        padding-right: 24px;
        color: #3a4953
    }

    .ng-submitted .ti-multiselect-popover-container.ng-invalid .ti-multiselect-popover-input,
    .ti-multiselect-popover-container.ng-invalid.ng-dirty .ti-multiselect-popover-input,
    .ti-multiselect-popover-container.ti-error .ti-multiselect-popover-input,
    .ti-multiselect-popover-container.ti-input--error .ti-multiselect-popover-input {
        border-color: #e6643c
    }

        .ng-submitted .ti-multiselect-popover-container.ng-invalid .ti-multiselect-popover-input.ti-focus,
        .ng-submitted .ti-multiselect-popover-container.ng-invalid .ti-multiselect-popover-input:focus,
        .ti-multiselect-popover-container.ng-invalid.ng-dirty .ti-multiselect-popover-input.ti-focus,
        .ti-multiselect-popover-container.ng-invalid.ng-dirty .ti-multiselect-popover-input:focus,
        .ti-multiselect-popover-container.ti-error .ti-multiselect-popover-input.ti-focus,
        .ti-multiselect-popover-container.ti-error .ti-multiselect-popover-input:focus,
        .ti-multiselect-popover-container.ti-input--error .ti-multiselect-popover-input.ti-focus,
        .ti-multiselect-popover-container.ti-input--error .ti-multiselect-popover-input:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-multiselect-popover-content-container {
    max-width: 400px
}

    .ti-multiselect-popover-content-container .ti-checkbox-input-container {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }

    .ti-multiselect-popover-content-container .ti-popover-list-item {
        cursor: pointer
    }

.ti-popover--with-list .ti-popover-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.ti-popover--with-list.ti-popover-tether-element-attached-top.ti-popover-tether-target-attached-bottom .ti-popover-content {
    padding-top: 8px
}

.ti-popover--with-list.ti-popover-tether-element-attached-bottom.ti-popover-tether-target-attached-top .ti-popover-content {
    padding-bottom: 8px
}

.ti-popover-list-header {
    position: relative
}

.ti-popover-list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.ti-popover-list-group-header {
    position: relative;
    display: block;
    margin: 0;
    padding: 16px 24px;
    color: currentColor;
    text-decoration: none;
    text-transform: uppercase;
    word-break: break-word;
    word-break: break-word;
    letter-spacing: .15em;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.33333;
    transition-duration: .2s;
    transition-property: color,background;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-popover-list-group-header:hover {
        text-decoration: none
    }

    .ti-popover-list-group-header::after {
        position: absolute;
        right: 24px;
        bottom: 0;
        left: 24px;
        display: block;
        border-bottom: 2px solid #e5eaed;
        content: ''
    }

.ti-popover-list-item {
    display: block;
    padding: 16px 24px;
    outline: 0;
    color: currentColor;
    text-decoration: none;
    word-break: break-word;
    cursor: pointer;
    transition-duration: .2s;
    transition-property: color,background
}

    .ti-popover-list-item:hover {
        text-decoration: none
    }

    .ti-popover-list-item.ti-popover-list-item--active,
    .ti-popover-list-item:focus,
    .ti-popover-list-item:hover {
        background-color: #ecf7ff
    }

.ti-popover-list-empty {
    display: block;
    padding: 24px;
    color: currentColor;
    text-decoration: none;
    word-break: break-word;
    transition-duration: .2s;
    transition-property: color,background
}

    .ti-popover-list-empty:hover {
        text-decoration: none
    }

.ti-popover-list-header {
    display: block;
    padding: 16px 24px;
    color: currentColor;
    text-decoration: none;
    word-break: break-word;
    transition-duration: .2s;
    transition-property: color,background
}

    .ti-popover-list-header:empty {
        display: none
    }

    .ti-popover-list-header:hover {
        text-decoration: none
    }

.ti-popover-list-footer {
    display: block;
    padding: 16px 24px;
    color: currentColor;
    text-decoration: none;
    word-break: break-word;
    transition-duration: .2s;
    transition-property: color,background
}

    .ti-popover-list-footer:hover {
        text-decoration: none
    }

.ti-popover-list-separator {
    margin: 8px 24px;
    width: inherit
}

.ti-promo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.ti-promo-headline {
    margin: 0;
    margin: 12px 0;
    color: #3a4953;
    word-break: break-word;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-promo-image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100px;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.ti-promo-image {
    max-width: 100%;
    height: auto
}

.ti-promo-intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.66667
}

.ti-promo-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px;
    -ms-flex-pack: justify
}

.ti-promo--full {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -ms-flex-preferred-size: 100%;
    -ms-flex-pack: start
}

@media only screen and (max-width:768px) {
    .ti-promo--full {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        -ms-flex-pack: center
    }
}

.ti-promo--full .ti-promo-content {
    -webkit-align-self: center;
    align-self: center;
    padding: 0 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center
}

.ti-promo--full .ti-promo-headline {
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .ti-promo--full .ti-promo-headline {
        margin: 12px 0
    }
}

.ti-promo--full .ti-promo-image-container {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0
}

.ti-promo--disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.ti-promo-image--restrained {
    width: 110px
}

@-webkit-keyframes ti-radio-checked {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    33% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    66% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ti-radio-checked {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    33% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    66% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ti-radio {
    position: relative;
    display: inline-block;
    padding: 0 4px
}

    .ti-radio:first-child {
        padding-left: 0
    }

    .ti-radio:last-child {
        padding-right: 0
    }

.ti-radio-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    cursor: pointer;
    -ms-flex-align: start
}

    .ti-radio-container:last-child {
        padding-bottom: 0
    }

.ti-radio-input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.ti-radio-label {
    padding-left: 12px
}

.ti-radio-description {
    margin: 0;
    padding-top: 8px;
    padding-left: 32px;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-radio-description--disabled {
    opacity: .35
}

.ti-radio-tick {
    position: relative;
    display: inline-block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #e5eaed;
    border-radius: 50%;
    background-color: #fff;
    -ms-flex-negative: 0
}

    .ti-radio-tick:after {
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #e5eaed;
        content: '';
        opacity: 0;
        transition: opacity .2s
    }

.ti-radio--large .ti-radio-tick {
    width: 26px;
    height: 26px
}

    .ti-radio--large .ti-radio-tick:after {
        top: 6px;
        left: 6px;
        width: 10px;
        height: 10px
    }

.ti-radio--large .ti-radio-description {
    padding-left: 38px
}

.ti-radio-input:hover + .ti-radio-tick:after {
    opacity: 1
}

.ti-radio-input:checked + .ti-radio-tick {
    border-color: #41af4b;
    background-color: #41af4b;
    transition: background-color .8s
}

    .ti-radio-input:checked + .ti-radio-tick:after {
        box-sizing: content-box;
        background-color: #fafbfb;
        opacity: 1;
        -webkit-animation: ti-radio-checked .8s;
        animation: ti-radio-checked .8s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.ti-radio-input:disabled,
.ti-radio.ti-disabled .ti-radio-input {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed
}

    .ti-radio-input:disabled:hover + .ti-radio-tick:after,
    .ti-radio.ti-disabled .ti-radio-input:hover + .ti-radio-tick:after {
        opacity: 0
    }

    .ti-radio-input:disabled:hover:checked + .ti-radio-tick:after,
    .ti-radio.ti-disabled .ti-radio-input:hover:checked + .ti-radio-tick:after {
        background-color: #fff;
        opacity: 1
    }

    .ti-radio-input:disabled ~ .ti-radio-label,
    .ti-radio.ti-disabled .ti-radio-input ~ .ti-radio-label {
        opacity: .35
    }

    .ti-radio-input:disabled:checked ~ .ti-radio-tick,
    .ti-radio.ti-disabled .ti-radio-input:checked ~ .ti-radio-tick {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

.ti-radio:focus-within {
    box-shadow: 0 0 5px 2px #058de9
}

.ti-scrollable-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0
}

.ti-scrollable {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto
}

.ti-scrollable-indicator {
    position: absolute;
    left: 50%;
    z-index: 100;
    overflow: hidden;
    margin: 0 -45%;
    width: 90%;
    height: 30px;
    opacity: 0;
    transition: opacity .2s ease 0s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .ti-scrollable-indicator::before {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        box-shadow: 0 0 30px rgba(0,0,0,.35);
        content: ''
    }

.ti-scrollable-monobrow {
    top: 0
}

    .ti-scrollable-monobrow::before {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.ti-scrollable-goatee {
    bottom: 0
}

    .ti-scrollable-goatee::before {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

:root {
    --ti-section-padding-h: 48px;
    --ti-section-padding-v: 5px
}

@media only screen and (max-width:1000px) {
    :root {
        --ti-section-padding-h: 32px;
        --ti-section-padding-v: 5px
    }
}

@media only screen and (max-width:768px) {
    :root {
        --ti-section-padding-h: 24px;
        --ti-section-padding-v: 5px
    }
}

.ti-section,
ti-section {
    position: relative;
    display: block;
    padding: var(--ti-section-padding-v) var(--ti-section-padding-h);
    font-size: 15px
}

    .ti-section .ti-section-container,
    ti-section .ti-section-container {
        margin: calc(var(--ti-section-padding-v) * -1) calc(var(--ti-section-padding-h) * -1);
        padding: var(--ti-section-padding-v) var(--ti-section-padding-h)
    }

    .ti-section .ti-section,
    .ti-section ti-section,
    ti-section .ti-section,
    ti-section ti-section {
        padding: var(--ti-section-padding-v) 0
    }

@supports not (--a:0) {
    .ti-section,
    ti-section {
        padding: 24px 48px
    }

        .ti-section .ti-section-container,
        ti-section .ti-section-container {
            margin: -24px -48px;
            padding: 24px 48px
        }

        .ti-section .ti-section,
        .ti-section ti-section,
        ti-section .ti-section,
        ti-section ti-section {
            padding: 24px 0
        }
}

.ti-section--secondary,
.ti-section--secondary .ti-section-container {
    background-color: #e5eaed
}

.ti-section--tertiary,
.ti-section--tertiary .ti-section-container {
    background-color: #fff
}

.ti-section--panel {
    margin: 0 24px;
    border-bottom: 1px solid #bcc3c8
}

    .ti-section--panel:last-child {
        border-bottom: none
    }

.ti-section--fixed {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 200;
    box-sizing: border-box
}

    .ti-section--fixed::after {
        position: absolute;
        top: 3em;
        right: 1em;
        bottom: 0;
        left: 1em;
        z-index: -2;
        box-shadow: 0 .1em 4em 0 rgba(0,0,0,.35);
        content: ''
    }

    .ti-section--fixed::after {
        top: auto;
        bottom: 4px;
        height: 40px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ti-fade-in .2s ease-in-out;
        animation: ti-fade-in .2s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

.ti-section--action-bar,
.ti-section--action-bar .ti-section-container {
    background-color: #fff;
}

    .ti-section--action-bar .ti-section-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        min-height: 45px;
        -ms-flex-pack: justify;
        -ms-flex-align: center
    }

@media only screen and (max-width:768px) {
    .ti-section--action-bar .ti-section-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ti-section--action-bar-about {
    padding-right: 24px
}

@media only screen and (max-width:768px) {
    .ti-section--action-bar-about {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding: 0 0 24px 0;
        -ms-flex-preferred-size: 100%
    }
}

.ti-section--action-bar-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ti-section-back {
    position: absolute;
    top: 12px;
    left: -33px;
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer
}

    .ti-section-back .ti-section-back-icon {
        display: block;
        color: #bcc3c8;
        font-size: 24px;
        transition: all .2s;
        transition-property: margin-left,padding-right,color
    }

    .ti-section-back:hover .ti-section-back-icon {
        margin-left: -2px;
        padding-right: 2px;
        color: #41af4b
    }

@media only screen and (max-width:1000px) {
    .ti-section-back {
        position: relative;
        left: 0
    }

        .ti-section-back .ti-section-back-icon {
            display: inline-block;
            vertical-align: text-top
        }
}

.ti-segcontrol {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

    .ti-segcontrol:first-of-type .ti-segcontrol-button {
        border-left: 2px solid #e5eaed;
        border-radius: 3px 0 0 3px
    }

    .ti-segcontrol:last-of-type .ti-segcontrol-button {
        border-right: 2px solid #e5eaed;
        border-radius: 0 3px 3px 0
    }

.ti-segcontrol--stretched {
    width: 100%
}

.ti-segcontrol--selected .ti-segcontrol-button {
    z-index: 3;
    border-color: #41af4b !important
}

.ti-segcontrol:not(.ti-segcontrol--selected):not(.ti-segcontrol--disabled):hover .ti-segcontrol-input:not(:disabled) ~ .ti-segcontrol-button {
    z-index: 2;
    border-color: #bcc3c8;
    cursor: pointer
}

.ti-segcontrol + .ti-segcontrol .ti-segcontrol-button {
    margin-left: -2px
}

.ti-segcontrol-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 12px 20px;
    width: 100%;
    border: 2px solid #e5eaed;
    background-color: #fff;
    color: #3a4953;
    transition-duration: .2s;
    transition-property: background,border;
    -ms-flex-pack: start;
    -ms-flex-align: center
}

.ti-segcontrol-input {
    position: absolute;
    visibility: hidden
}

    .ti-segcontrol-input:checked + .ti-segcontrol-button {
        color: #3a4953
    }

    .ti-segcontrol-input:disabled + .ti-segcontrol-button {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: default;
        pointer-events: none
    }

.ti-segcontrol:active .ti-segcontrol-input + .ti-segcontrol-button {
    background-color: rgba(255,255,255,.2);
    box-shadow: 0 0 3px 2px rgba(255,255,255,.35)
}

.ti-segcontrol--panel {
    margin-left: 20px;
    width: 100%
}

    .ti-segcontrol--panel:first-of-type {
        margin-left: 0
    }

.ti-select-container {
    position: relative;
    display: block
}

    .ti-select-container.ti-error .ti-select {
        border-color: #e6643c
    }

        .ti-select-container.ti-error .ti-select:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-select {
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    padding-right: 36px;
    width: 100%;
    outline: 0;
    border: 2px solid #e5eaed;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('data:image/svg+xml,      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10">        <polygon points="10 0, 0 10, 20 10" fill="currentColor"/>      </svg>'),url('data:image/svg+xml,      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10">        <polygon points="0 0, 20 0, 10, 10" fill="currentColor"/>      </svg>');
    background-position: calc(100% - 10px) 10px,calc(100% - 10px) calc(100% - 10px);
    background-size: 10px,10px;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #3a4953;
    word-break: normal;
    font-weight: 400;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    transition: all .2s;
    transition-property: border-color,box-shadow;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .ti-select::-webkit-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-select:-ms-input-placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-select::placeholder {
        color: #6692b0;
        opacity: 1
    }

    .ti-select:disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .ti-select.ti-focus,
    .ti-select:focus {
        border-color: #058de9;
        box-shadow: 0 0 3px #058de9
    }

    .ng-submitted .ti-select.ng-invalid,
    .ti-select.ng-invalid.ng-dirty,
    .ti-select.ti-error,
    .ti-select.ti-input--error {
        border-color: #e6643c
    }

        .ng-submitted .ti-select.ng-invalid.ti-focus,
        .ng-submitted .ti-select.ng-invalid:focus,
        .ti-select.ng-invalid.ng-dirty.ti-focus,
        .ti-select.ng-invalid.ng-dirty:focus,
        .ti-select.ti-error.ti-focus,
        .ti-select.ti-error:focus,
        .ti-select.ti-input--error.ti-focus,
        .ti-select.ti-input--error:focus {
            box-shadow: 0 0 3px #e6643c
        }

.ti-select-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

    .ti-select-group .ti-select-container {
        width: auto
    }

    .ti-select-group .ti-input {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 0;
        margin-left: 0
    }

    .ti-select-group .ti-input,
    .ti-select-group .ti-select {
        position: relative
    }

        .ti-select-group .ti-input:focus,
        .ti-select-group .ti-select:focus {
            z-index: 103
        }

        .ti-select-group .ti-input:not(:first-child) {
            margin-left: -1px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .ti-select-group .ti-select-container:not(:first-child) {
        margin-left: -1px
    }

        .ti-select-group .ti-select-container:not(:first-child) .ti-select {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .ti-select-group .ti-input:not(:last-child),
    .ti-select-group .ti-select-container:not(:last-child) .ti-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .ti-select-group .ti-input.ti-error,
    .ti-select-group .ti-select-container:not(:last-child).ti-error {
        z-index: 102
    }

.ti-select-container--inline {
    position: relative;
    display: inline-block
}

    .ti-select-container--inline::after,
    .ti-select-container--inline::before {
        display: none
    }

    .ti-select-container--inline .ti-select {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        line-height: inherit;
        opacity: 0;
        cursor: pointer
    }

.ti-select-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: baseline;
    align-self: baseline;
    -ms-flex-item-align: baseline
}

.ti-select-inline--placeholder {
    color: #6692b0
}

.ti-select-inline-text {
    text-decoration: underline;
    pointer-events: none
}

.ti-select-inline-chevron {
    -webkit-align-self: center;
    align-self: center;
    padding-left: .1em;
    font-size: .5em;
    pointer-events: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center
}

.ti-sidebar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    height: calc(100% - 50px);
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    -ms-flex-negative: 0
}

.ti-sidebar-drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 145px;
    height: 100%;
    border-right: 1px solid #e5eaed;
    background-color: #fff;
    -ms-flex-negative: 0
}

    .ti-sidebar-drawer .ti-nav-item {
        width: 100%;
        height: auto;
        color: #3a4953;
        font-weight: 700
    }

        .ti-sidebar-drawer .ti-nav-item:hover {
            background: #f0f4f4
        }

    .ti-sidebar-drawer .ti-nav-item-action {
        padding: 20px 10px
    }

    .ti-sidebar-drawer .ti-nav-item--active {
        color: #6692b0
    }

    .ti-sidebar-drawer .ti-nav-item--pending {
        color: #6692b0
    }

    .ti-sidebar-drawer .ti-nav-item--disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

        .ti-sidebar-drawer .ti-nav-item--disabled:hover {
            background-color: inherit
        }

    .ti-sidebar-drawer .ti-nav-item-label {
        font-size: 14px
    }

.ti-sidebar-tabs {
    z-index: 101;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 85px;
    height: 100%;
    background-color: #e5eaed;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    color: #3a4953;
    font-size: 12px;
    -ms-flex-negative: 0
}

    .ti-sidebar-tabs .ti-nav-item {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%;
        height: 75px;
        -ms-flex-negative: 0
    }

        .ti-sidebar-tabs .ti-nav-item:hover {
            background: #f0f4f4
        }

    .ti-sidebar-tabs .ti-nav-item-action {
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .ti-sidebar-tabs .ti-nav-item--active {
        background: #fff
    }

    .ti-sidebar-tabs .ti-nav-item--pending {
        background: #f0f4f4
    }

    .ti-sidebar-tabs .ti-nav-item--disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

        .ti-sidebar-tabs .ti-nav-item--disabled:hover {
            background-color: inherit
        }

    .ti-sidebar-tabs .ti-nav-item-label {
        font-weight: 700
    }

    .ti-sidebar-tabs .ti-nav-item-icon {
        font-size: 20px
    }

    .ti-sidebar-tabs .ti-nav-item--carnation .ti-nav-item-icon {
        color: #f5765f
    }

    .ti-sidebar-tabs .ti-nav-item--carnation.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--carnation.ti-nav-item--pending {
        border-color: #f5765f
    }

    .ti-sidebar-tabs .ti-nav-item--ocean-green .ti-nav-item-icon {
        color: #44b773
    }

    .ti-sidebar-tabs .ti-nav-item--ocean-green.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--ocean-green.ti-nav-item--pending {
        border-color: #44b773
    }

    .ti-sidebar-tabs .ti-nav-item--rajah .ti-nav-item-icon {
        color: #f3c276
    }

    .ti-sidebar-tabs .ti-nav-item--rajah.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--rajah.ti-nav-item--pending {
        border-color: #f3c276
    }

    .ti-sidebar-tabs .ti-nav-item--shakespeare .ti-nav-item-icon {
        color: #56bad6
    }

    .ti-sidebar-tabs .ti-nav-item--shakespeare.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--shakespeare.ti-nav-item--pending {
        border-color: #56bad6
    }

    .ti-sidebar-tabs .ti-nav-item--downy .ti-nav-item-icon {
        color: #70b8d3
    }

    .ti-sidebar-tabs .ti-nav-item--downy.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--downy.ti-nav-item--pending {
        border-color: #70b8d3
    }

    .ti-sidebar-tabs .ti-nav-item--fern .ti-nav-item-icon {
        color: #65b479
    }

    .ti-sidebar-tabs .ti-nav-item--fern.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--fern.ti-nav-item--pending {
        border-color: #65b479
    }

    .ti-sidebar-tabs .ti-nav-item--fiord .ti-nav-item-icon {
        color: #4b576e
    }

    .ti-sidebar-tabs .ti-nav-item--fiord.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--fiord.ti-nav-item--pending {
        border-color: #4b576e
    }

    .ti-sidebar-tabs .ti-nav-item--rob-roy .ti-nav-item-icon {
        color: #ebc381
    }

    .ti-sidebar-tabs .ti-nav-item--rob-roy.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--rob-roy.ti-nav-item--pending {
        border-color: #ebc381
    }

    .ti-sidebar-tabs .ti-nav-item--terracotta .ti-nav-item-icon {
        color: #e57d66
    }

    .ti-sidebar-tabs .ti-nav-item--terracotta.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--terracotta.ti-nav-item--pending {
        border-color: #e57d66
    }

    .ti-sidebar-tabs .ti-nav-item--wistera .ti-nav-item-icon {
        color: #965fb0
    }

    .ti-sidebar-tabs .ti-nav-item--wistera.ti-nav-item--active,
    .ti-sidebar-tabs .ti-nav-item--wistera.ti-nav-item--pending {
        border-color: #965fb0
    }

.ti-splash-fullscreen-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    border: 20px solid rgba(0,0,0,.35)
}

@media only screen and (max-width:480px) {
    .ti-splash-fullscreen-container {
        border-width: 10px
    }
}

.ti-splash-fullscreen {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: ti-fade-in .5s ease-in-out;
    animation: ti-fade-in .5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

    .ti-splash-fullscreen .ti-dialog-close {
        top: 10px;
        right: 20px;
        z-index: 100
    }

.ti-splash-fullscreen-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 20px
}

.ti-status-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #41af4b;
    vertical-align: middle
}

.ti-status-icon--negative {
    background-color: #e6643c
}

.ti-suggestions-popover .ti-popover-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: hidden
}

.ti-suggestion-badge {
    margin-top: -8px;
    margin-bottom: -8px
}

.ti-suggestion-list-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

    .ti-suggestion-list-container .ti-scrollable-goatee {
        bottom: 50px
    }

    .ti-suggestion-list-container .ti-suggestion-list--with-footer .ti-scrollable {
        padding-bottom: 50px
    }

.ti-suggestion--footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    height: 50px;
    border-top: 1px solid #e5eaed;
    background-color: #fff
}

.ti-suggestion-query-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-align: center
}

.ti-suggestion-query-container--center {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.ti-suggestion-query {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ti-suggestion--footer-clear {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.ti-suggestion-clear {
    margin-right: -16px !important
}

.ti-switch {
    position: relative;
    display: inline-block
}

.ti-switch-input.disabled,
.ti-switch-input:disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed
}

.ti-switch-input:disabled {
    opacity: 0
}

.ti-switch-track {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 68px;
    height: 36px;
    border: 2px solid #41af4b;
    border-radius: 36px;
    background-color: #fff;
    vertical-align: middle;
    transition: background-color .5s ease-in-out
}

.ti-switch--small .ti-switch-track {
    width: 52px;
    height: 28px
}

.ti-switch-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    display: inline-block;
    box-sizing: border-box;
    color: #fafbfb;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.ti-switch--small .ti-switch-icon {
    top: 6px;
    left: 7px;
    font-size: 12px
}

.ti-cross-icon {
    position: absolute;
    top: 8px;
    left: 41px;
    display: inline-block;
    box-sizing: border-box;
    color: #41af4b;
    opacity: 1;
    transition: opacity .54s ease-in-out
}

.ti-switch--small .ti-cross-icon {
    top: 6px;
    left: 31px;
    font-size: 12px
}

.ti-switch-track-knob {
    float: left;
    box-sizing: border-box;
    margin-top: -2px;
    margin-left: -2px;
    width: 36px;
    height: 36px;
    border: 2px solid #41af4b;
    border-radius: inherit;
    background-color: #fff;
    transition: -webkit-transform .5s cubic-bezier(.54,1.85,.5,1);
    transition: transform .5s cubic-bezier(.54,1.85,.5,1);
    transition: transform .5s cubic-bezier(.54,1.85,.5,1),-webkit-transform .5s cubic-bezier(.54,1.85,.5,1);
    pointer-events: none
}

.ti-switch--small .ti-switch-track-knob {
    width: 28px;
    height: 28px
}

.ti-switch-input:checked + .ti-switch-track {
    background-color: #41af4b
}

    .ti-switch-input:checked + .ti-switch-track .ti-switch-icon {
        opacity: 1
    }

    .ti-switch-input:checked + .ti-switch-track .ti-cross-icon {
        opacity: 0
    }

    .ti-switch-input:checked + .ti-switch-track .ti-switch-track-knob {
        -webkit-transform: translate3d(32px,0,0);
        transform: translate3d(32px,0,0)
    }

.ti-switch--small .ti-switch-input:checked + .ti-switch-track .ti-switch-track-knob {
    -webkit-transform: translate3d(24px,0,0);
    transform: translate3d(24px,0,0)
}

.ti-switch-input:focus + .ti-switch-track {
    box-shadow: 0 0 5px 2px #058de9
}

.ti-switch-input:disabled + .ti-switch-track {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed
}

.ti-tabs {
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 -1px #bcc3c8
}

.ti-tab {
    display: inline-block
}

    .ti-tab + .ti-tab {
        margin-left: 30px
    }

    .ti-tab.ti-tab--active .ti-tab-button,
    .ti-tab:hover:not(.ti-tab--disabled) .ti-tab-button {
        border-bottom-color: #41af4b;
        color: #41af4b
    }

    .ti-tab:hover:not(.ti-tab--active) .ti-tab-button {
        cursor: pointer
    }

    .ti-tab.ti-tab--disabled .ti-tab-button {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

        .ti-tab.ti-tab--disabled .ti-tab-button:hover {
            cursor: not-allowed
        }

.ti-tab-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    height: 48px;
    outline: 0;
    border: none;
    border-bottom: 4px solid transparent;
    background-color: transparent;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    transition: background .2s;
    -ms-flex-align: center
}

.ti-tabs--no-border {
    box-shadow: none
}

.ti-tabs--large .ti-tab .ti-tab-button {
    border-bottom-width: 5px;
    font-size: 18px
}

table {
    border-collapse: collapse
}

.ti-table {
    width: 100%;
    border: 0;
    font-size: 15px
}

    .ti-table thead {
        margin: 0;
        word-break: break-word;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.33333;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .ti-table thead th {
            padding: 16px 40px 16px;
            text-align: left
        }

        .ti-table thead tr {
            border-color: #bcc3c8
        }

    .ti-table tr {
        border-bottom: 1px solid #e5eaed
    }

        .ti-table tr .ti-clickable {
            display: block
        }

        .ti-table tr.ti-disabled {
            opacity: .5;
            pointer-events: none
        }

        .ti-table tr.ti-inactive:hover {
            background-color: inherit
        }

        .ti-table tr.ti-error {
            background-color: #fff3f0;
            transition: background-color .5s ease-in-out
        }

        .ti-table tr.ti-no-border-b {
            border-bottom: none
        }

        .ti-table tr.ti-no-border-t {
            border-top: none
        }

        .ti-table tr.ti-no-border-l {
            border-left: none
        }

        .ti-table tr.ti-no-border-r {
            border-right: none
        }

        .ti-table tr.ti-border-t {
            border-top: 1px solid #e5eaed
        }

        .ti-table tr.ti-border-b {
            border-bottom: 1px solid #e5eaed
        }

        .ti-table tr.ti-med-pad-t td,
        .ti-table tr.ti-med-pad-v td {
            padding-top: 8px
        }

        .ti-table tr.ti-med-pad-b td,
        .ti-table tr.ti-med-pad-v td {
            padding-bottom: 8px
        }

        .ti-table tr.ti-sml-pad-t td,
        .ti-table tr.ti-sml-pad-v td {
            padding-top: 4px
        }

        .ti-table tr.ti-sml-pad-b td,
        .ti-table tr.ti-sml-pad-v td {
            padding-bottom: 4px
        }

        .ti-table tr.ti-valign-t td {
            vertical-align: top
        }

        .ti-table tr.ti-valign-m td {
            vertical-align: middle
        }

        .ti-table tr.ti-valign-b td {
            vertical-align: bottom
        }

        .ti-table tr.ti-expandable:hover:not(.ti-expandable--nt) {
            background-color: #ecf7ff;
            cursor: pointer
        }

        .ti-table tr.ti-expandable + tr:not(.ti-expandable),
        .ti-table tr.ti-expandable.ti-expandable--expanded {
            background: #fff
        }

            .ti-table tr.ti-expandable + tr:not(.ti-expandable) > td:first-child::before,
            .ti-table tr.ti-expandable.ti-expandable--expanded > td:first-child::before {
                position: absolute;
                top: -1px;
                bottom: 0;
                left: 0;
                z-index: 1;
                width: 4px;
                background-color: #41af4b;
                content: ''
            }

        .ti-table tr.ti-expandable + tr:not(.ti-expandable) {
            display: none
        }

        .ti-table tr.ti-expandable.ti-expandable--expanded + tr {
            display: table-row
        }

    .ti-table td {
        vertical-align: middle
    }

    .ti-table td,
    .ti-table th {
        position: relative;
        padding: 20px 40px;
        white-space: normal;
        word-break: break-word
    }

        .ti-table td.ti-tight,
        .ti-table th.ti-tight {
            width: 1%;
            white-space: nowrap
        }

        .ti-table td.ti-truncate,
        .ti-table td.ti-truncate *,
        .ti-table th.ti-truncate,
        .ti-table th.ti-truncate * {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .ti-table td.ti-sml-pad-h,
        .ti-table td.ti-sml-pad-l,
        .ti-table th.ti-sml-pad-h,
        .ti-table th.ti-sml-pad-l {
            padding-left: 8px
        }

        .ti-table td.ti-sml-pad-h,
        .ti-table td.ti-sml-pad-r,
        .ti-table th.ti-sml-pad-h,
        .ti-table th.ti-sml-pad-r {
            padding-right: 8px
        }

        .ti-table td.ti-no-pad-h,
        .ti-table td.ti-no-pad-l,
        .ti-table th.ti-no-pad-h,
        .ti-table th.ti-no-pad-l {
            padding-left: 0
        }

        .ti-table td.ti-no-pad-h,
        .ti-table td.ti-no-pad-r,
        .ti-table th.ti-no-pad-h,
        .ti-table th.ti-no-pad-r {
            padding-right: 0
        }

        .ti-table td.ti-no-pad-b,
        .ti-table td.ti-no-pad-v,
        .ti-table th.ti-no-pad-b,
        .ti-table th.ti-no-pad-v {
            padding-bottom: 0
        }

        .ti-table td.ti-no-pad-t,
        .ti-table td.ti-no-pad-v,
        .ti-table th.ti-no-pad-t,
        .ti-table th.ti-no-pad-v {
            padding-top: 0
        }

        .ti-table td.ti-valign-t,
        .ti-table th.ti-valign-t {
            vertical-align: top
        }

        .ti-table td.ti-valign-m,
        .ti-table th.ti-valign-m {
            vertical-align: middle
        }

        .ti-table td.ti-valign-b,
        .ti-table th.ti-valign-b {
            vertical-align: bottom
        }

    .ti-table.ti-table--data {
        border: 1px solid #e5eaed
    }

        .ti-table.ti-table--data tr {
            background-color: #fff
        }

.ti-table--compact thead th {
    padding: 16px 8px
}

.ti-table--compact td {
    padding: 16px 8px;
    font-size: 13px
}

.ti-table--fixed {
    table-layout: fixed
}

    .ti-table--fixed td {
        white-space: normal;
        word-break: break-word
    }

.ti-table .ti-table-nested-report-container {
    padding: 0 0 0 3px
}

.ti-table .ti-table-expanded-td-reset {
    padding: 0 0 0 4px
}

.ti-table--report {
    border: 1px solid #e5eaed
}

    .ti-table--report > thead th {
        padding: 16px 16px;
        background-color: #fff
    }

    .ti-table--report > thead tr {
        border: 1px solid #e5eaed
    }

    .ti-table--report > tbody > tr {
        border-bottom: none
    }

        .ti-table--report > tbody > tr:nth-child(odd) {
            background-color: #f0f4f4
        }

        .ti-table--report > tbody > tr:nth-child(even) {
            background-color: #fff
        }

        .ti-table--report > tbody > tr > td {
            padding: 16px 16px
        }

    .ti-table--report > tfoot > tr > td {
        padding: 16px
    }

    .ti-table--report.ti-table--expandable > tbody > tr:nth-child(4n+3) {
        background-color: #fff
    }

    .ti-table--report.ti-table--report--nested {
        border-right: none;
        border-left: none
    }

        .ti-table--report.ti-table--report--nested.ti-table {
            margin-bottom: 0
        }

        .ti-table--report.ti-table--report--nested > tbody > tr:nth-child(odd) {
            background-color: #f0f4f4
        }

        .ti-table--report.ti-table--report--nested > tbody > tr:nth-child(even) {
            background-color: #fff
        }

        .ti-table--report.ti-table--report--nested > tbody > tr > td:first-child {
            padding-left: 13px
        }

    .ti-table--report.ti-table--report--nested--indented > tbody > tr > td:first-child {
        padding-left: 53px
    }

.ti-text--secondary {
    color: #6692b0
}

.ti-text--success {
    color: #41af4b
}

.ti-text--negative {
    color: #e6643c
}

.ti-text--disabled {
    color: #3a4953;
    opacity: .35
}

.ti-text--sub {
    font-size: 12px
}

.ti-text--intro {
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-text--honour-line-break {
    white-space: pre-line
}

.ti-toast-notification-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    display: block;
    color: #3a4953;
    font-size: 15px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    opacity: 0;
    transition: opacity ease-in-out .5s,-webkit-transform ease-in-out .5s;
    transition: transform ease-in-out .5s,opacity ease-in-out .5s;
    transition: transform ease-in-out .5s,opacity ease-in-out .5s,-webkit-transform ease-in-out .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ti-toast-notification-container.ti-visible {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

.ti-toast-notification {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px 40px;
    max-width: 680px;
    width: calc(100% - 20px);
    border-radius: 3px;
    color: #fafbfb;
    text-align: center;
    transition: opacity ease-in-out .5s;
    pointer-events: auto;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.ti-toast-notification-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

    .ti-toast-notification-dismiss:hover {
        cursor: pointer
    }

.ti-toast-notification--success {
    background-color: #41af4b
}

.ti-toast-notification--negative {
    background-color: #e6643c
}

.ti-popover--tooltip {
    border-color: #3a4953;
    background-color: #3a4953;
    color: #fafbfb
}

    .ti-popover--tooltip .ti-popover-content {
        padding: 8px;
        background-color: #3a4953
    }

    .ti-popover--tooltip .ti-popover-beak {
        border-color: #3a4953;
        background-color: #3a4953
    }

.ti-topbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    height: 50px;
    background-color: #3a4953;
    color: #fafbfb;
    font-size: 14px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: normal;
    -ms-flex-align: center;
    -ms-flex-pack: justify
}

    .ti-topbar .ti-nav-item-action {
        padding: 0 20px;
        opacity: .5
    }

        .ti-topbar .ti-nav-item-action:hover {
            opacity: 1
        }

    .ti-topbar .ti-nav-item-icon + .ti-nav-item-label {
        margin-left: 10px
    }

    .ti-topbar .ti-nav-item-label {
        overflow: hidden;
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

@media only screen and (max-width:480px) {
    .ti-show-mobile {
        display: block !important
    }

    table.ti-show-mobile {
        display: table !important
    }

    tr.ti-show-mobile {
        display: table-row !important
    }

    td.ti-show-mobile,
    th.ti-show-mobile {
        display: table-cell !important
    }
}

@media only screen and (max-width:768px) {
    .ti-show-tablet-portrait {
        display: block !important
    }

    table.ti-show-tablet-portrait {
        display: table !important
    }

    tr.ti-show-tablet-portrait {
        display: table-row !important
    }

    td.ti-show-tablet-portrait,
    th.ti-show-tablet-portrait {
        display: table-cell !important
    }
}

@media only screen and (max-width:768px) {
    .ti-show-tablet-landscape {
        display: block !important
    }

    table.ti-show-tablet-landscape {
        display: table !important
    }

    tr.ti-show-tablet-landscape {
        display: table-row !important
    }

    td.ti-show-tablet-landscape,
    th.ti-show-tablet-landscape {
        display: table-cell !important
    }
}

@media only screen and (max-width:1200px) {
    .ti-show-desktop {
        display: block !important
    }

    table.ti-show-desktop {
        display: table !important
    }

    tr.ti-show-desktop {
        display: table-row !important
    }

    td.ti-show-desktop,
    th.ti-show-desktop {
        display: table-cell !important
    }
}

@media only screen and (max-width:480px) {
    .ti-hide-mobile {
        display: none !important
    }

    td.ti-hide-mobile,
    th.ti-hide-mobile {
        display: table-cell !important;
        visibility: collapse !important;
        width: 0 !important;
        white-space: nowrap !important
    }
}

@media only screen and (max-width:768px) {
    .ti-hide-tablet-portrait {
        display: none !important
    }

    td.ti-hide-tablet-portrait,
    th.ti-hide-tablet-portrait {
        display: table-cell !important;
        visibility: collapse !important;
        width: 0 !important;
        white-space: nowrap !important
    }
}

@media only screen and (max-width:1000px) {
    .ti-hide-tablet-landscape {
        display: none !important
    }

    td.ti-hide-tablet-landscape,
    th.ti-hide-tablet-landscape {
        display: table-cell !important;
        visibility: collapse !important;
        width: 0 !important;
        white-space: nowrap !important
    }
}

@media only screen and (min-width:1001px) {
    .ti-hide-desktop {
        display: none !important
    }

    td.ti-hide-desktop,
    th.ti-hide-desktop {
        display: table-cell !important;
        visibility: collapse !important;
        width: 0 !important;
        white-space: nowrap !important
    }
}

.ti-show-print {
    display: none !important
}

td.ti-show-print,
th.ti-show-print {
    display: table-cell !important;
    visibility: collapse !important;
    width: 0 !important;
    white-space: nowrap !important
}

@media print {
    .ti-show-print {
        display: block !important
    }

    table.ti-show-print {
        display: table !important
    }

    tr.ti-show-print {
        display: table-row !important
    }

    td.ti-show-print,
    th.ti-show-print {
        display: table-cell !important
    }

    .ti-hide-print {
        display: none !important
    }

    td.ti-hide-print,
    th.ti-hide-print {
        display: table-cell !important;
        visibility: collapse !important;
        width: 0 !important;
        white-space: nowrap !important
    }
}

.ti-next-stepper {
    display: block;
    padding: 24px;
    border: 1px solid #e5eaed;
    background-color: #fff
}

    .ti-next-stepper.ti-next-stepper--on-box {
        border-color: transparent;
        background-color: #f0f4f4
    }

.ti-next-stepper-label {
    margin-right: 4px;
    white-space: nowrap;
    font-weight: 700
}

.ti-next-stepper-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.ti-next-stepper-header {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-right: 8px;
    -ms-flex-preferred-size: 100%
}

.ti-next-stepper-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #bcc3c8
}

.ti-next-stepper-confirm {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin: 8px 0 0;
    -ms-flex-item-align: end
}

.ti-next-stepper-why {
    white-space: nowrap
}

.ti-next-stepper-dott {
    margin-right: 24px
}

@media only screen and (max-width:480px) {
    .ti-next-stepper-summary {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ti-next-stepper-header {
        padding: 0 0 8px 0
    }

    .ti-next-stepper-why {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end
    }
}

.ti-grid-settings-item {
    padding-right: 40px
}

@media only screen and (max-width:768px) {
    .ti-grid-settings-item {
        padding-right: 0;
        padding-bottom: 40px
    }
}

.ti-save {
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0
}

.ti-badge {
    display: block
}

.ti-id-badge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    overflow: hidden;
    text-align: left;
    -ms-flex-align: stretch
}

    .ti-id-badge .ti-flag-container {
        display: inline-block;
        vertical-align: text-bottom
    }

    .ti-id-badge .ti-id-badge__header-title {
        display: inline
    }

    .ti-id-badge + .ti-id-badge {
        margin-top: 16px;
        margin-right: 16px
    }

    .ti-id-badge.ti-id-badge--current {
        border-color: #41af4b
    }

    .ti-id-badge.ti-id-badge--interactive-selection {
        border: 2px solid #e5eaed;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer
    }

        .ti-id-badge.ti-id-badge--interactive-selection .ti-id-badge__image {
            border-radius: 0
        }

        .ti-id-badge.ti-id-badge--interactive-selection:active,
        .ti-id-badge.ti-id-badge--interactive-selection:focus,
        .ti-id-badge.ti-id-badge--interactive-selection:hover {
            outline: 0;
            background-color: #ecf7ff
        }

    .ti-id-badge.ti-id-badge--current {
        border-color: #41af4b
    }

    .ti-id-badge.ti-id-badge--small .ti-id-badge__content {
        padding: 8px
    }

    .ti-id-badge.ti-id-badge--small .ti-id-badge__image {
        min-width: 50px;
        min-height: 50px
    }

    .ti-id-badge.ti-id-badge--interactive-action {
        cursor: pointer
    }

        .ti-id-badge.ti-id-badge--interactive-action .ti-id-badge__header-title {
            text-decoration: underline
        }

        .ti-id-badge.ti-id-badge--interactive-action:active,
        .ti-id-badge.ti-id-badge--interactive-action:focus,
        .ti-id-badge.ti-id-badge--interactive-action:hover {
            outline: 0
        }

            .ti-id-badge.ti-id-badge--interactive-action:active .ti-id-badge__header-title,
            .ti-id-badge.ti-id-badge--interactive-action:focus .ti-id-badge__header-title,
            .ti-id-badge.ti-id-badge--interactive-action:hover .ti-id-badge__header-title {
                color: #058de9
            }

    .ti-id-badge.ti-id-badge--x-small .ti-id-badge__content {
        padding: 8px
    }

    .ti-id-badge.ti-id-badge--x-small .ti-id-badge__image {
        margin: 8px 0;
        min-width: auto;
        min-height: auto;
        width: 35px;
        height: 35px
    }

    .ti-id-badge.ti-id-badge--avatar-multi {
        min-width: 0
    }

        .ti-id-badge.ti-id-badge--avatar-multi .ti-id-badge__image {
            -webkit-align-self: center;
            align-self: center;
            min-width: auto;
            min-height: auto;
            width: 76px;
            height: 76px;
            background: 0 0;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center
        }

        .ti-id-badge.ti-id-badge--avatar-multi .ti-id-badge__content {
            padding-top: 0;
            padding-bottom: 0;
            min-width: 0
        }

.ti-table .ti-id-badge {
    margin-top: -10px;
    margin-bottom: -10px
}

.ti-id-badge__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 16px;
    color: #3a4953;
    word-break: break-word;
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33333;
    -ms-flex-pack: center;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-id-badge__description {
    margin: 0;
    margin-top: 2px;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-id-badge__status {
    margin: 0;
    margin-top: 2px;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-id-badge__image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    min-width: 76px;
    min-height: 76px;
    border-radius: 5px;
    background-color: #e5eaed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-negative: 0
}

    .ti-id-badge__image .ti-avatar {
        height: 100%;
        border-radius: 0
    }

.ti-mt0 {
    margin-top: 0 !important
}

.ti-mt1 {
    margin-top: 4px !important
}

.ti-mt2 {
    margin-top: 8px !important
}

.ti-mt3 {
    margin-top: 12px !important
}

.ti-mt4 {
    margin-top: 16px !important
}

.ti-mt5 {
    margin-top: 20px !important
}

.ti-mt6 {
    margin-top: 24px !important
}

.ti-mt7 {
    margin-top: 28px !important
}

.ti-mt8 {
    margin-top: 32px !important
}

.ti-mt9 {
    margin-top: 36px !important
}

.ti-mt10 {
    margin-top: 40px !important
}

.ti-mb0 {
    margin-bottom: 0 !important
}

.ti-mb1 {
    margin-bottom: 4px !important
}

.ti-mb2 {
    margin-bottom: 8px !important
}

.ti-mb3 {
    margin-bottom: 12px !important
}

.ti-mb4 {
    margin-bottom: 16px !important
}

.ti-mb5 {
    margin-bottom: 20px !important
}

.ti-mb6 {
    margin-bottom: 24px !important
}

.ti-mb7 {
    margin-bottom: 28px !important
}

.ti-mb8 {
    margin-bottom: 32px !important
}

.ti-mb9 {
    margin-bottom: 36px !important
}

.ti-mb10 {
    margin-bottom: 40px !important
}

.ti-ml0 {
    margin-left: 0 !important
}

.ti-ml1 {
    margin-left: 4px !important
}

.ti-ml2 {
    margin-left: 8px !important
}

.ti-ml3 {
    margin-left: 12px !important
}

.ti-ml4 {
    margin-left: 16px !important
}

.ti-ml5 {
    margin-left: 20px !important
}

.ti-ml6 {
    margin-left: 24px !important
}

.ti-ml7 {
    margin-left: 28px !important
}

.ti-ml8 {
    margin-left: 32px !important
}

.ti-ml9 {
    margin-left: 36px !important
}

.ti-ml10 {
    margin-left: 40px !important
}

.ti-mr0 {
    margin-right: 0 !important
}

.ti-mr1 {
    margin-right: 4px !important
}

.ti-mr2 {
    margin-right: 8px !important
}

.ti-mr3 {
    margin-right: 12px !important
}

.ti-mr4 {
    margin-right: 16px !important
}

.ti-mr5 {
    margin-right: 20px !important
}

.ti-mr6 {
    margin-right: 24px !important
}

.ti-mr7 {
    margin-right: 28px !important
}

.ti-mr8 {
    margin-right: 32px !important
}

.ti-mr9 {
    margin-right: 36px !important
}

.ti-mr10 {
    margin-right: 40px !important
}

.ti-ma0 {
    margin: 0 !important
}

.ti-ma1 {
    margin: 4px !important
}

.ti-ma2 {
    margin: 8px !important
}

.ti-ma3 {
    margin: 12px !important
}

.ti-ma4 {
    margin: 16px !important
}

.ti-ma5 {
    margin: 20px !important
}

.ti-ma6 {
    margin: 24px !important
}

.ti-ma7 {
    margin: 28px !important
}

.ti-ma8 {
    margin: 32px !important
}

.ti-ma9 {
    margin: 36px !important
}

.ti-ma10 {
    margin: 40px !important
}

.ti-pt0 {
    padding-top: 0 !important
}

.ti-pt1 {
    padding-top: 4px !important
}

.ti-pt2 {
    padding-top: 8px !important
}

.ti-pt3 {
    padding-top: 12px !important
}

.ti-pt4 {
    padding-top: 16px !important
}

.ti-pt5 {
    padding-top: 20px !important
}

.ti-pt6 {
    padding-top: 24px !important
}

.ti-pt7 {
    padding-top: 28px !important
}

.ti-pt8 {
    padding-top: 32px !important
}

.ti-pt9 {
    padding-top: 36px !important
}

.ti-pt10 {
    padding-top: 40px !important
}

.ti-pb0 {
    padding-bottom: 0 !important
}

.ti-pb1 {
    padding-bottom: 4px !important
}

.ti-pb2 {
    padding-bottom: 8px !important
}

.ti-pb3 {
    padding-bottom: 12px !important
}

.ti-pb4 {
    padding-bottom: 16px !important
}

.ti-pb5 {
    padding-bottom: 20px !important
}

.ti-pb6 {
    padding-bottom: 24px !important
}

.ti-pb7 {
    padding-bottom: 28px !important
}

.ti-pb8 {
    padding-bottom: 32px !important
}

.ti-pb9 {
    padding-bottom: 36px !important
}

.ti-pb10 {
    padding-bottom: 40px !important
}

.ti-pl0 {
    padding-left: 0 !important
}

.ti-pl1 {
    padding-left: 4px !important
}

.ti-pl2 {
    padding-left: 8px !important
}

.ti-pl3 {
    padding-left: 12px !important
}

.ti-pl4 {
    padding-left: 16px !important
}

.ti-pl5 {
    padding-left: 20px !important
}

.ti-pl6 {
    padding-left: 24px !important
}

.ti-pl7 {
    padding-left: 28px !important
}

.ti-pl8 {
    padding-left: 32px !important
}

.ti-pl9 {
    padding-left: 36px !important
}

.ti-pl10 {
    padding-left: 40px !important
}

.ti-pr0 {
    padding-right: 0 !important
}

.ti-pr1 {
    padding-right: 4px !important
}

.ti-pr2 {
    padding-right: 8px !important
}

.ti-pr3 {
    padding-right: 12px !important
}

.ti-pr4 {
    padding-right: 16px !important
}

.ti-pr5 {
    padding-right: 20px !important
}

.ti-pr6 {
    padding-right: 24px !important
}

.ti-pr7 {
    padding-right: 28px !important
}

.ti-pr8 {
    padding-right: 32px !important
}

.ti-pr9 {
    padding-right: 36px !important
}

.ti-pr10 {
    padding-right: 40px !important
}

.ti-pa0 {
    padding: 0 !important
}

.ti-pa1 {
    padding: 4px !important
}

.ti-pa2 {
    padding: 8px !important
}

.ti-pa3 {
    padding: 12px !important
}

.ti-pa4 {
    padding: 16px !important
}

.ti-pa5 {
    padding: 20px !important
}

.ti-pa6 {
    padding: 24px !important
}

.ti-pa7 {
    padding: 28px !important
}

.ti-pa8 {
    padding: 32px !important
}

.ti-pa9 {
    padding: 36px !important
}

.ti-pa10 {
    padding: 40px !important
}

.nv-topnav {
    position: relative;
    width: 100%
}

@media print {
    .nv-topnav {
        display: none
    }
}

.nv-topnav-title--banner {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:480px) {
    .nv-topnav-title--banner {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.nv-topnav-header {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

@media only screen and (max-width:480px) {
    .nv-topnav-header.nv-topnav-header--mobile {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.nv-topnav-header .ti-nav-item-label {
    max-width: none;
    font-weight: 700;
    font-size: 15px
}

.nv-topnav-header .ti-nav-item-action {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    width: auto
}

.nv-topnav-header .ti-nav-item-icon {
    font-size: 42px
}

.nv-topnav-header.ti-nav-item--disabled .ti-nav-item-action {
    opacity: 1
}

.nv-topnav-header.ti-nav-item--disabled .ti-nav-item-icon {
    opacity: .5
}

.nv-topnav-header.nv-topnav-header--mobile {
    display: none
}

.nv-topnav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    height: 100%;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -ms-flex-item-align: end
}

@media only screen and (max-width:480px) {
    .nv-topnav-content {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.nv-topnav--offline {
    background: repeating-linear-gradient(-60deg,#727d85,#727d85 15px,#7a858d 15px,#7a858d 30px)
}

.nv-topnav--training {
    background: repeating-linear-gradient(-60deg,#0584da,#0584da 15px,#058de9 15px,#058de9 30px)
}

@media only screen and (max-width:1200px) {
    .nv-topnav-header {
        display: none
    }

        .nv-topnav-header.nv-topnav-header--mobile {
            position: relative;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .nv-topnav-header.nv-topnav-header--mobile::after {
                position: absolute;
                top: 10px;
                left: 33px;
                box-sizing: content-box;
                width: 10px;
                height: 10px;
                border: 3px solid #3a4953;
                border-radius: 50%;
                background-color: #e6643c;
                content: '';
                opacity: 1;
                transition: -webkit-transform .2s ease 0s;
                transition: transform .2s ease 0s;
                transition: transform .2s ease 0s,-webkit-transform .2s ease 0s;
                -webkit-transform: scale(0);
                transform: scale(0);
                pointer-events: none
            }

    .nv-topnav--offline .nv-topnav-header.nv-topnav-header--mobile::after {
        border-color: #7a858d
    }

    .nv-topnav--training .nv-topnav-header.nv-topnav-header--mobile::after {
        border-color: #058de9
    }

    .nv-topnav-header.nv-topnav-header--mobile.nv-topnav-header--nav-error::after {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .nv-topnav-header.nv-topnav-header--mobile .ti-nav-item-icon {
        font-size: 24px
    }
}

.nv-topnav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 15px;
    -ms-flex-align: center;
    -ms-flex-negative: 0
}

.nv-topnav-title-shorthand {
    display: none
}

@media only screen and (max-width:1000px) {
    .nv-topnav-title-shorthand {
        display: inline
    }

    .nv-topnav-title-full {
        display: none
    }
}

.nv-sidenav {
    z-index: 200;
    display: block;
    height: calc(100% - 50px);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

    .nv-sidenav .nv-sidenav-modal-close {
        top: 10px;
        right: -60px;
        display: none
    }

    .nv-sidenav .ti-sidebar-tabs {
        height: auto;
        box-shadow: none
    }

    .nv-sidenav .ti-sidebar-drawer {
        height: auto;
        border-right: none
    }

@media print {
    .nv-sidenav {
        display: none
    }
}

@supports ((height:-webkit-min-content) or (height:min-content)) {
    .nv-sidenav .ti-sidebar-drawer,
    .nv-sidenav .ti-sidebar-tabs {
        height: -webkit-min-content;
        height: min-content
    }
}

.nv-sidenav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    height: 100%;
    background: linear-gradient(to right,#e5eaed 0,#e5eaed 85px,#fff 85px,#fff 145px);
    box-shadow: 1px 0 0 0 #e5eaed
}

.nv-sidenav--pad-drawer {
    padding-right: 145px
}

.nv-display-sidenav-modal .nv-sidenav {
    z-index: 411
}

    .nv-display-sidenav-modal .nv-sidenav .nv-sidenav-modal-close {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

@media only screen and (max-width:1200px) {
    .nv-sidenav {
        position: absolute;
        left: 0;
        height: 100%;
        -webkit-transform: translateX(calc(-100% - 1px));
        transform: translateX(calc(-100% - 1px))
    }

        .nv-sidenav .nv-sidenav-content {
            background: linear-gradient(to right,#e5eaed 0,#e5eaed 85px,#fff 85px,#fff 145px)
        }

        .nv-sidenav .ti-sidebar-tabs {
            width: 85px
        }

        .nv-sidenav .ti-sidebar-drawer {
            width: 145px
        }

    .nv-display-sidenav-modal .nv-sidenav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nv-sidenav--pad-drawer {
        padding-right: 0
    }
}

@media only screen and (min-width:1201px) {
    .nv-sidenav--no-drawer {
        width: 85px
    }

    .nv-display-sidenav-modal .nv-sidenav--no-drawer .nv-sidenav-content {
        position: absolute
    }

    .nv-display-sidenav-modal .nv-sidenav--no-drawer .nv-sidenav-modal-close {
        right: -205px
    }
}

.nv-account-banner {
    display: block
}

    .nv-account-banner .ti-banner-content {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

.nv-account-banner-action {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 24px;
    -ms-flex-negative: 0
}

.nv-notifications-item {
    position: relative
}

    .nv-notifications-item::after {
        position: absolute;
        top: 15px;
        right: 12px;
        box-sizing: content-box;
        width: 10px;
        height: 10px;
        border: 3px solid #3a4953;
        border-radius: 50%;
        background-color: #41af4b;
        content: '';
        opacity: 1;
        transition: -webkit-transform .2s ease 0s;
        transition: transform .2s ease 0s;
        transition: transform .2s ease 0s,-webkit-transform .2s ease 0s;
        -webkit-transform: scale(0);
        transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }

.nv-topnav--offline .nv-notifications-item::after {
    border-color: #7a858d
}

.nv-topnav--training .nv-notifications-item::after {
    border-color: #058de9
}

.nv-notifications-item--active::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nv-user-sale-data-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.nv-user-sale-data-heading {
    font-weight: 700
}

.nv-user-sale-data-total {
    text-align: right;
    font-weight: 700;
    font-size: 18px
}

.nv-dialog-drawer-top-banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    height: 50px;
    background: #3a4953;
    color: #fafbfb;
    font-size: 16px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 16px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0
}

.nv-dialog-drawer-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif
}

.nv-dialog-drawer-highlight-icon {
    display: block;
    color: #6692b0;
    text-align: center;
    font-size: 32px
}

.nv-dialog-drawer-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.nv-dialog-drawer-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.nv-dialog-drawer-footer {
    background: #f0f4f4
}

.nv-notifications--retrieving {
    margin-top: 20px;
    text-align: center
}

.nv-notifications-list {
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 50px);
    list-style: none
}

.nv-notifications-list-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 20px;
    padding-left: 40px;
    border-bottom: 1px solid #e5eaed;
    font-size: 15px;
    line-height: 18px;
    -ms-flex-negative: 0
}

    .nv-notifications-list-item.nv-notifications-list-item--read {
        background-color: #fff
    }

    .nv-notifications-list-item.nv-notifications-list-item--unread {
        background-color: #f0f4f4
    }

.nv-notifications-list-item-about {
    position: relative;
    word-wrap: break-word
}

    .nv-notifications-list-item-about:before {
        position: absolute;
        top: 10px;
        left: -20px;
        display: block;
        box-sizing: content-box;
        width: 8px;
        height: 8px;
        border: 1px solid currentColor;
        border-radius: 50%;
        background-color: currentColor;
        color: #bcc3c8;
        content: ''
    }

.nv-notifications-list-item--read .nv-notifications-list-item-about:before {
    background-color: transparent
}

.nv-notifications-list-item--unread .nv-notifications-list-item-about:before {
    color: #41af4b
}

.nv-notifications-list-item-action {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px
}

.nv-notifications-message-header {
    font-size: 16px
}

.nv-notifications-message-img {
    max-width: 100%
}

.nv-dialog-drawer-content--empty {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

@media only screen and (max-height:500px) {
    .nv-dialog-drawer-content--empty {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

.nv-user-switch-button {
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nv-user-dialog-current-user {
    border-bottom: 1px solid #bcc3c8;
    background: #f0f4f4;
    color: #3a4953;
    line-height: initial
}

.nv-user-dialog-current-user--with-switch-user-button {
    padding-top: 0
}

.nv-user-display-name {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis
}

.nv-user-account-type {
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.nv-user-account-email {
    overflow: hidden;
    color: #3a4953;
    word-wrap: break-word
}

.nv-user-dialog-outlet-info {
    font-weight: 700
}

.nv-user-dialog-content-section {
    border-bottom: 1px solid #bcc3c8
}

.ng-cloak,
.ng-hide:not(.ng-hide-animate),
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none !important
}

ng\:form {
    display: block
}

.ng-animate-shim {
    visibility: hidden
}

.ng-anchor {
    position: absolute
}

.up-page-loading {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.ui-view-container {
    position: relative
}

.up-user-sales-history-totals {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

    .up-user-sales-history-totals > li {
        padding: 7px 0
    }

.up-user-sales-total-value {
    font-weight: 700
}

.up-user-target-progress {
    position: relative;
    margin: 10px 0;
    height: 5px;
    border-radius: 10px;
    background: #bcc3c8
}

.up-user-sales-history-graph {
    min-height: 250px;
    width: 100%
}

.up-user-metrics-filters {
    margin-bottom: 20px
}

.up-user-target {
    margin-bottom: 30px
}

.up-user-target-progress-value {
    height: 100%;
    border-radius: 10px;
    background: #6692b0
}

.up-user-targets-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none
}

.up-user-target-sales {
    padding-left: 10px;
    font-weight: 700
}

.highcharts-loading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

    .highcharts-loading::after {
        content: '';
        opacity: 1
    }

.highcharts-xaxis-labels text {
    fill: #3a4953 !important
}

.up-user-input-cell {
    width: 120px
}

.up-input-loading {
    position: absolute;
    top: 12px;
    right: 12px
}

.ti-checkbox.ti-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    .ti-checkbox.ti-disabled .ti-checkbox-input:checked + .ti-checkbox-tick {
        opacity: .3
    }

.ti-radio.ti-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    .ti-radio.ti-disabled .ti-radio-input:checked + .ti-radio-tick {
        opacity: .3
    }

.up-file-input__name {
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.up-file-input__input {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0
}

    .up-file-input__input + label {
        display: inline-block;
        max-width: 130px;
        cursor: pointer
    }

        .up-file-input__input + label:hover {
            background-color: #fff
        }

.up-password-meter {
    position: relative;
    top: -4px;
    margin: 0 auto;
    margin-right: 1px;
    margin-left: 1px;
    width: calc(100% - 2px);
    height: 3px;
    background: 0 0
}

.up-password-meter-bar {
    height: 100%;
    transition: width .4s ease-out
}

    .up-password-meter-bar[data-value="0"] {
        background: 0 0
    }

    .up-password-meter-bar[data-value="1"] {
        width: calc(1/5 * 100%);
        background: #e41e25
    }

    .up-password-meter-bar[data-value="2"] {
        width: calc(2/5 * 100%);
        background: #ee614b
    }

    .up-password-meter-bar[data-value="3"] {
        width: calc(3/5 * 100%);
        background: #faa321
    }

    .up-password-meter-bar[data-value="4"] {
        width: calc(4/5 * 100%);
        background: #e2b909
    }

    .up-password-meter-bar[data-value="5"] {
        width: 100%;
        background: #5daf2e
    }

.ti-i-verified-badge {
    visibility: hidden
}

.has-valid-email .ti-i-verified-badge {
    visibility: visible
}

.ti-body {
    min-width: 980px
}

.up-promo-image .ti-promo-image {
    width: 377px
}

.up-role-subsection-title {
    font-size: 15px
}

.up-role-permission--disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.up-roles-subheading {
    min-height: 44px
}

.up-user-image {
    overflow: hidden;
    margin: 5px 0;
    width: 130px;
    height: auto;
    border-radius: 10px;
    background-color: #e5eaed
}

.up-user-thumb {
    overflow: visible !important;
    max-height: 50px;
    width: 50px;
    border-radius: 6px;
    background-color: #e5eaed
}

.up-user-help .ti-in-page-help-content-media img {
    height: 250px
}

.up-user-row .up-user-restore {
    z-index: 1;
    margin-left: 43px
}

.up-sentence-case::first-letter {
    text-transform: capitalize
}

.up-capitalize {
    text-transform: capitalize
}

.up-invisible {
    opacity: 0;
    pointer-events: none
}

.up-no-animate.ng-animate {
    -webkit-animation: none 0s !important;
    animation: none 0s !important
}

.up-user-switching-barcode {
    display: block;
    background-color: #fff
}

.up-user-switching-img-frame {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 50%;
    border: 1px solid #3a4953
}

    .up-user-switching-img-frame .barcode {
        max-width: 100%
    }

@media only screen and (max-width:768px) {
    .up-user-switching-img-frame {
        max-width: none
    }
}

.up-user-switching-actions {
    margin-left: 8px
}

@media only screen and (max-width:768px) {
    .up-user-switching-actions {
        margin-top: 8px;
        margin-left: 0
    }
}

.up-user-switching-img-frame--print {
    max-width: none;
    width: 300px;
    border: 0
}

.up-user-switch-id {
    margin: 0;
    padding: 0;
    width: 28ch;
    border: 0;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.nv-account-banner .ti-banner-content {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.isSelected {
    background-color: #44b773 !important;
}

