.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 .section-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #tscreen-container .block-left {
    width: 90%;
    max-width: 640px;
    margin: 30px auto 30px auto;
    order: 2;
  }
  #tscreen-container .block-right {
    width: 100%;
    order: 1;
  }
  #tscreen-container .section-header {
    margin-top: 30px;
  }
  #ts-background {
    background-color: #0F426B;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 390px;
  }
  #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;
  }
  #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%);
  }
  .ts-table {
    display: grid;
    grid-template: "ts-1" "ts-2" "ts-3"/100%;
    grid-gap: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .ts-table .first {
    display: none;
  }
  .ts-1, .ts-2, .ts-3 {
    border: 0 solid #dfdfdf;
    padding: 15px;
  }
  .ts-1 {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .ts-2 {
    background-color: #caf0f8;
    border: 1px solid #b9e0e7;
    border-radius: 3px;
    margin-bottom: 7px;
    z-index: 10;
  }
  .ts-2:before {
    content: "Rentec Direct: ";
    font-weight: bold;
    color: #006DA0;
  }
  .ts-3 {
    background-color: #efefef;
    border: 1px solid #dedede;
    border-radius: 3px;
    z-index: 1;
  }
  .ts-3:before {
    content: "Other Services: ";
    font-weight: bold;
  }
  .card {
    margin-bottom: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .text-center {
    text-align: center !important;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
  .info-text {
    color: #777;
    font-size: 0.9rem;
    margin-left: 40px;
  }
  .info-text a {
    text-decoration: underline !important;
    color: #777;
  }
  .info-text a:hover {
    color: #006DA0;
  }
}
@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%;
  }
}
@media (min-width: 768px) {
  #tscreen-container .section-header,
  #tscreen-container .section-tagline {
    padding-left: 30px;
  }
  #tscreen-container .section-header {
    margin-top: 80px;
  }
  #tscreen-container .section-tagline {
    margin-top: 0;
  }
  #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;
  }
  .ts-table {
    display: grid;
    grid-template: "ts-1 ts-2 ts-3"/25% 43% 32%;
    grid-gap: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ts-table .first {
    display: block;
  }
  .ts-1, .ts-2, .ts-3 {
    border: 1px solid #dfdfdf;
    padding: 15px;
  }
  .ts-1 {
    margin-bottom: -1px;
    font-size: 1rem;
  }
  .ts-2 {
    background-color: #fafafa;
    margin: 0 -1px -1px -1px;
    border-radius: 0;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    position: relative;
    top: -10px;
  }
  .ts-2.first {
    background-color: #006798;
    color: #fff;
  }
  .ts-3 {
    background-color: #f6f6f6;
    border-radius: 0;
    margin-bottom: -1px;
  }
  .ts-2:before, .ts-3:before {
    content: "";
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  #video-tn-button {
    top: 50%;
  }
  #tscreen-container .section-header,
  #tscreen-container .section-tagline {
    padding-left: 0;
  }
  #tscreen-container .section-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #tscreen-container .block-left {
    width: 50%;
    max-width: 640px;
    margin: auto;
    order: 1;
  }
  #tscreen-container .block-right {
    width: 50%;
    order: 2;
  }
  #tscreen-container .section-header {
    margin-top: 70px;
  }
  #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;
  }
  #player {
    min-width: 480px;
  }
}
@media (min-width: 1200px) {
  #tscreen-container .block-left {
    display: inline-block;
    width: 50% !important;
  }
  #tscreen-container .block-right {
    width: 50%;
    padding-top: 40px;
  }
  #tscreen-container .info-title {
    font-size: 1.1rem;
  }
  #tscreen-container .section-header {
    margin-top: 90px;
  }
  #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%;
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
}

/*# sourceMappingURL=tenant-screening.css.map */
