﻿* {
    box-sizing: border-box;
    letter-spacing: 0;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    -webkit-overflow-scrolling: touch;
}
*, *:invalid {
    box-shadow: none;
    outline: none;
}
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    line-height: 1.3;
    width: 100%;
    height: 100%;
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    display: block;
    margin: 0;
    padding: 0 0 0 1.5em;
}
canvas {
    display: inline-block;
}
code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}
div, details, header, footer, main, menu, nav, section {
    display: block;
}
div, img, figure, nav, audio, video {
    border: none;
    margin: 0;
    padding: 0;
}
em, i {
    font-style: italic;
}
ol, ul {
    display: block;
    margin: 0 0 1rem 1.5rem;
    padding: 0;
}
li {
    display: list-item;
    margin: 0;
    padding: 0 0 0.25rem;
}
ul {
    list-style: square;
}
figure {
    display: block;
    margin: 0;
    overflow: hidden;
}
figure img, figure audio, figure video {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
}
figure figcaption {
    display: block;
    margin: 0;
    padding: 0 10px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}
figure figcaption + img {
    padding-top: 10px;
}
header, footer, main {
    width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    display: block;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 2em;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.25rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.25rem;
}
hr {
    background: #7a7a7a;
    box-shadow: none;
    border: none;
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
p {
    margin-top: 1em;
}
small, sub, sup {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
}
sub {
    position: relative;
    vertical-align: text-bottom;
}
sup {
    padding: 3px;
    position: relative;
    vertical-align: text-top;
}
summary {
    display: list-item;
}
template, [hidden] {
    display: none;
}
form, fieldset, legend {
    display: block;
}
fieldset {
    border: solid 1px #ccc;
    margin: 0 0 0.5em 0;
    padding: 0.5em;
}
legend {
    font-size: 90%;
    line-height: 1.5em;
    margin: 0 0 0 1.5em;
    padding: 0 0.5em;
    max-width: 90%;
    white-space: normal;
}
label {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 90%;
    line-height: 1.3em;
}
button, input, optgroup, option, select, textarea {
    font-family: sans-serif;
    line-height: 1.3em;
    overflow: visible;
}
button, input, select, textarea {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    padding: .2em .5em;
    outline: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
button:focus, input:focus, select:focus, textarea:focus {
    border: solid 1px #7a7a7a;
}
button, [type=button], [type=reset], [type=submit] {
    appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
    border: none;
    padding: 0;
}
select {
    appearance: none;
    padding-right: 2em;
}
textarea {
    overflow: auto;
    resize: none;
    min-height: 2.4em;
}
[type=date], [type=datetime], [type=month], [type=search] {
    appearance: textfield;
}
[type=password] {
    -webkit-text-security: circle !important;
}
[type=search] {
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    appearance: none;
}
::-webkit-file-upload-button {
    appearance: button;
}
::placeholder {
    opacity: .25;
}
input:focus::placeholder {
    opacity: 0.25;
}
.disabled, [disabled], [readonly] {
    background-color: #eee !important;
    border-color: #ccc !important;
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
    user-select: text;
    outline-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.invalid, input:invalid, select:invalid, textarea:invalid {
    border-color: #f30 !important;
    color: #f30 !important;
}
.valid input, .valid select, .valid textarea {
    border-color: #381 !important;
    color: #381 !important;
}
progress {
    display: block;
    margin: 0.5rem;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table, thead, tbody, tr {
    border: none;
}
thead, tbody, tr, th, td {
    border-color: inherit;
}
th, td {
    border: solid 1px #ccc;
    margin: 0;
    padding: 2px;
    text-align: left;
}
thead th {
    text-align: center;
}
section {
    background: #fff;
    clear: both;
    display: block;
    max-width: 100%;
    overflow-y: visible;
    overflow-x: clip;
}
.box {
    display: block;
}
div::after, .box::after {
    clear: both;
    content: '';
    display: table;
    float: none;
    width: 100%;
    height: 0;
}
.clr {
    clear: both;
    display: table;
    float: none;
    width: 100%;
    height: 0;
}
.lft {
    display: block;
    float: left;
}
.rgt {
    display: block;
    float: right;
}
.rev {
    text-align: right;
}
.hide {
    display: none !important;
}
.btn {
    background: #1ac;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
.btn.end {
    background: #e31;
}
.trkr {
    background: #f2f2f2;
    padding: 10px;
}
.trkr > div {
    padding: 10px;
}
.trkr .box {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    overflow: hidden;
}
.trkr b {
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
.trkr .btn {
    margin: 10px;
}
.trkr .box > div {
    padding: 0 15px;
}
.trkr h5, .trkr h6 {
    color: #381;
    display: inline-block;
    padding: 10px 2px;
    line-height: 40px;
}
.trkr h6 {
    color: #f30;
    font-weight: normal;
}
.trkr sup, .trkr sub {
    color: #7a7a7a;
    font-size: .9rem;
    font-weight: normal;
}
.trkr i {
    color: #aaa;
    display: block;
    font-size: 75%;
    padding: 0 15px 15px;
}
.trkr .once {
    background: #ed3;
    color: #000;
    font-weight: bold;
    padding: 3px 10px;
}
.trkr input, .trkr textarea {
    display: block;
    margin: 10px 0;
    width: 100%;
}
@media only screen and (min-width: 760px) {
    .trkr > div:not(.dub) {
        float: left;
        width: 50%;
    }
}
@media only screen and (min-width: 1120px) {
    .trkr > div:not(.dub) {
        width: 25%;
    }
    .trkr > div.dub {
        float: left;
        width: 50%;
    }
}