.ts-header {
  text-align: center;
}

.ts-hdr-1 {
  grid-area: ts-hdr-1;
}

.ts-buttons {
  grid-area: ts-buttons;
}

.ts-img {
  grid-area: ts-img;
}

.ts-1 {
  grid-area: ts-1;
}

.ts-2 {
  grid-area: ts-2;
}

.ts-3 {
  grid-area: ts-3;
}

.ts-table {
  display: grid;
}

#video-tn-button {
  left: 50%;
}

h3 {
  color: #006798;
}

.list {
  list-style-type: none;
}
.list li {
  text-indent: -1.4em;
}
.list li:before {
  font-family: "FontAwesome";
  content: "\f061";
  color: #ffc107;
  font-size: 1.4rem;
  width: 1.4em;
  position: relative;
  left: -10px;
  top: 2px;
}

.under-link {
  text-decoration: underline !important;
  color: #777;
}

@media (min-width: 200px) {
  #tscreen-container {
    /* For blocks with images, show image first */
    /* Text blocks come after images */
  }
  #tscreen-container .section-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  #tscreen-container .block-left:has(img),
  #tscreen-container .block-right:has(img) {
    order: 1;
    width: 100%;
  }
  #tscreen-container .block-left:not(:has(img)),
  #tscreen-container .block-right:not(:has(img)) {
    order: 2;
    width: 100%;
  }
  #tscreen-container .section-header {
    margin-top: 30px;
    text-align: left;
  }
  #tscreen-container .section-tagline {
    text-align: left;
    padding: 0;
    line-height: 1.6rem;
  }
  #tscreen-container .aLedger {
    text-align: center;
  }
  #tscreen-container .aLedger img {
    width: 90%;
    margin: 0 auto;
  }
  #tscreen-container .aTrust {
    text-align: center;
  }
  #tscreen-container .aTrust img {
    width: 80%;
    margin: 0 auto;
  }
  #tscreen-container .aReport {
    text-align: center;
  }
  #tscreen-container .aReport img {
    width: 80%;
    margin: 0 auto;
  }
  #tscreen-container .aPayments {
    text-align: center;
  }
  #tscreen-container .aPayments img {
    width: 80%;
    margin: 0 auto;
  }
  #ts-background {
    background-color: #0F426B;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 390px;
    overflow: hidden;
  }
  #ts-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "ts-hdr-1" "ts-buttons" "ts-img";
    margin-bottom: 30px;
    margin-top: 50px;
    height: 275px;
  }
  #ts-header .heading1,
  #ts-header .heading2,
  #ts-header .heading3 {
    color: #fff;
    display: inline-block;
  }
  #ts-header .heading1 {
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 300 !important;
    display: block;
    width: 100%;
  }
  #ts-header .heading2 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: normal;
    max-width: 324px;
  }
  #ts-header .heading3 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400 !important;
    max-width: 90%;
  }
  .ts-hdr-1 {
    text-align: center;
    z-index: 10;
    width: 100%;
  }
  .ts-buttons {
    text-align: center;
    z-index: 10;
  }
  .ts-img {
    height: auto;
  }
  .ts-space-left,
  .ts-space-right {
    display: none;
  }
  .ts-header-img {
    height: 316px;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    left: -180px;
    z-index: 1;
  }
  .ts-header-img-grad {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(15, 66, 107) 100%);
  }
  .app-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 420px) {
  #ts-header .heading2 {
    line-height: 1.9rem;
  }
}
@media (min-width: 539px) {
  #ts-header {
    margin-bottom: 69px;
  }
  #ts-header .heading2 {
    max-width: 90%;
  }
  .app-buttons {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #tscreen-container {
    margin-top: 100px;
    margin-bottom: 100px;
    /* For blocks with images, show image first */
    /* Text blocks come after images */
  }
  #tscreen-container .section-info {
    margin-top: 50px;
  }
  #tscreen-container .aLedger img {
    width: 70%;
  }
  #tscreen-container .aTrust img {
    width: 60%;
  }
  #tscreen-container .aReport img {
    width: 60%;
  }
  #tscreen-container .aPayments img {
    width: 60%;
  }
  #ts-background {
    height: 416px;
  }
  #ts-header {
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin-bottom: 0;
    grid-template-columns: 50% 50%;
    margin-left: 30px;
  }
  #ts-header .heading1 {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  #ts-header .heading2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  #ts-header .heading3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .ts-hdr-1 {
    text-align: left;
    z-index: 10;
  }
  .ts-buttons {
    text-align: left;
    padding-top: 10px;
    z-index: 10;
  }
  .ts-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ts-header-img {
    height: auto;
    top: auto;
    position: relative;
    width: 1041px;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  .app-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #tscreen-container {
    /* Text blocks come after images */
  }
  #tscreen-container .section-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 70px;
  }
  #tscreen-container .block-left:has(img),
  #tscreen-container .block-left:not(:has(img)),
  #tscreen-container .block-right:has(img) {
    order: 1;
    width: 50%;
  }
  #tscreen-container .block-right:has(img),
  #tscreen-container .block-right:not(:has(img)) {
    order: 2;
    width: 50%;
  }
  #tscreen-container .section-header {
    margin-top: 0;
  }
  #tscreen-container .aLedger img {
    width: 90%;
  }
  #tscreen-container .aTrust img {
    width: 80%;
  }
  #tscreen-container .aReport img {
    width: 80%;
  }
  #tscreen-container .aPayments img {
    width: 80%;
  }
  #tscreen-container .row.intro-para {
    margin-top: 20px;
  }
  #ts-background {
    height: 470px;
  }
  #ts-header {
    margin-bottom: 20px;
    padding-top: 35px;
    margin-top: 0;
  }
  #ts-header .heading1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #ts-header .heading2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  #ts-header .heading3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .ts-buttons {
    padding-top: 27px;
  }
  .ts-header-img {
    width: 1192px;
  }
  .ts-header-img-grad {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  #tscreen-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #tscreen-container .block-left {
    display: inline-block;
    width: 50% !important;
  }
  #tscreen-container .block-right {
    width: 50%;
    padding-top: 40px;
  }
  #tscreen-container #player {
    min-width: 570px;
  }
  #ts-header {
    grid-template-columns: 600px 600px;
    grid-template-rows: auto;
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin: 0 auto 20px auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-top: 35px;
  }
  .ts-header-img {
    width: 1196px;
    right: 0;
  }
  .ts-buttons {
    padding-top: 43px;
  }
  .ts-hdr-1 .heading2 {
    max-width: 100%;
  }
}

/*# sourceMappingURL=accounting-features.css.map */
