.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;
}

h3 {
  color: #006798;
}

.ls-grid {
  display: grid;
}

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

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

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

.section-title {
  color: #0d436b;
}
.section-title span {
  color: #49bb87;
}

.demo-button {
  font-size: 1.4rem;
  background-color: rgb(239, 239, 239);
  color: #0F426B;
  font-weight: bold;
}

.list-green-check li {
  line-height: 24px;
  position: relative;
  list-style: none;
}

.list-green-check li::before {
  position: absolute;
  content: "\f058";
  left: -30px;
  top: 2px;
  color: #34C88A;
  font-family: "fontawesome";
  font-size: 19px;
}

.ls-blue-heading {
  background: #0F426B;
  color: #FFF;
}

@media (min-width: 200px) {
  body {
    position: absolute;
  }
  #ts-background {
    background-color: #0F426B;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 420px;
    overflow: hidden;
  }
  #ts-header {
    padding-top: 35px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "ts-hdr-1" "ts-buttons" "ts-img";
    margin-top: 50px;
    margin-bottom: 80px;
  }
  #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: 360px;
    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%);
  }
  .list-green-check li {
    margin-bottom: 32px;
  }
  .ls-grid {
    grid-template-areas: "ls-2" "ls-3";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 0;
    padding: 10px;
    box-shadow: -1px 4px 7px 0px rgba(175, 175, 175, 0.75);
  }
  .ls-grid .ls-1 {
    display: none;
  }
  .ls-grid .ls-2, .ls-grid .ls-3 {
    padding: 10px 15px 0 15px;
  }
  .ls-grid .ls-3 {
    margin-bottom: 0;
  }
}
@media (min-width: 420px) {
  #ts-header .heading2 {
    line-height: 1.9rem;
  }
  #ts-header {
    padding-top: 50px;
  }
}
@media (min-width: 539px) {
  #ts-header {
    margin-bottom: 100px;
  }
  #ts-header .heading2 {
    max-width: 90%;
  }
  .ls-grid {
    grid-template-areas: "ls-1 ls-2" "ls-1 ls-3";
    grid-template-columns: 75px 1fr;
    grid-template-rows: auto;
    margin-bottom: 0;
  }
  .ls-grid .ls-1 {
    display: block;
    margin: 15px 10px 0 15px;
  }
  .ls-grid .ls-3 {
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .ls-grid {
    grid-template-areas: "ls-1 ls-2" "ls-1 ls-3";
    grid-template-columns: 18% 82%;
    grid-template-rows: auto;
    padding: 10px;
    box-shadow: none;
  }
  .ls-grid .ls-1 {
    margin: 15px 10px 0 15px;
  }
  .ls-grid .ls-3 {
    padding-right: 7px;
  }
  .ls-grid #ts-background {
    overflow: initial;
  }
  body {
    position: initial;
  }
  #ts-background {
    height: 410px;
  }
  #ts-header {
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin-top: 30px;
    margin-bottom: 50px;
    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;
  }
  .list-green-check li {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  #ts-background {
    height: 517px;
  }
  #ts-header {
    margin-bottom: 100px;
  }
  #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) {
  #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 135px auto !important;
    max-width: 1200px;
    padding-left: 30px;
  }
  .ts-header-img {
    width: 1196px;
    right: 0;
  }
  .ts-hdr-1 .heading2 {
    max-width: 100%;
  }
}

/*# sourceMappingURL=steadily.css.map */
