.tp-main {
    padding-right:2em;
}
.ar .tp-main {
    padding-right:initial;
    padding-left:2em;
}
.tp-sub {
    font-size: 1.3em;
}
.tp-side {
    vertical-align: top;
}
.tp-side picture {
    min-width: 200px;
}
.tp-main-header {
    margin-top: 2em;
    margin-bottom: .35em;
    color: #777;
}
h1 {
    font-size: 4em;
    margin: 0 0 .35em 0;
    line-height: 1.2em;
}
h2 {
    color: #03AD94;
    font-size: 2.25em;
    margin: .5em 0 0 0;
}
.tp-indented {
    padding-right: 3em;
}
ol.tp-instructions {
    padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
}
.tp-instructions li:first-of-type::marker {
    color: #489EB4;
}
.tp-instructions li:nth-child(2)::marker {
    color: #A3B866;
}
.tp-instructions li:nth-child(3)::marker {
    color: #00D936;
}
.tp-instructions li:nth-child(4)::marker {
    color: #FF7F00;
}
.btn {
    border-radius: 2em;
    margin: .25em 0 1.5em 0;
    font-weight: bold;
    padding: 0 2.5em;
}
.tp-terms {
    color:#777;
    font-size: .9em;
}
.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}
.tick-flip,.tick-text-inline {
    font-size:2.5em;
}
.tick-char {
    width:1.5em;
}
.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}
.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-char {
    width:1.5em;
}
.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}
.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}
.tick-text-inline {
    color: rgb(90, 93, 99) !important;
}
.tick-flip-panel {
    color: rgb(255, 255, 255) !important;
}
.tick-flip {
    min-width: initial !important;
}
.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}
.tick-flip-panel {
    background-color: rgb(59, 61, 59) !important;
}
.tick-flip {
    border-radius:0.12em !important;
}


.tick-label.tick-text {
    margin-top:.35rem;font-size:.9rem;color:#777;
}
.tick-group {
    margin-right:1rem; text-align:center;
}
.ar .tick-group {
    margin-left:1rem;
    margin-right:initial;
}
.tick-group:last-of-type {
    margin-right:0;
}
.ar .tick-group:first-of-type {
    margin-left:0;
}

@media (max-width: 1100px) {
    .tp-mobile-on {
        display: initial;
    }
    .tp-mobile-off {
        display:none;
    }
    .table.tp {
        text-align: center;
    }
    .tp-main, .ar .tp-main {
        padding:0;
    }
    .tp-indented {
        padding: 0;
    }
    .tp-main-header {
        margin-top: 0;
    }
    .tick-flip,.tick-text-inline {
        font-size:1.5em;
    }
    h1 {
        font-size: 3em;
    }
}
@media (min-width: 1101px) {
    .tp-mobile-on {
        display: none;
    }
    .tp-mobile-off {
        display:inline;
    }
}
