@charset "UTF-8";
.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;
}

.try-button {
  font-size: 1.1rem;
  background-color: white;
  color: #0d436b;
  font-weight: bold;
}
.try-button:hover {
  background-color: #087FB2;
  color: white;
  transition: color 0.3s, background-color 0.3s;
}

.demo-button {
  font-size: 1.1rem;
  background-color: #49bb87;
  color: white;
  font-weight: bold;
}
.demo-button:hover {
  background-color: rgb(56.848, 152.152, 108.68);
  color: #0d436b;
  transition: color 0.3s, background-color 0.3s;
}

@media (min-width: 200px) {
  #header-wrapper {
    height: 368px;
    overflow: hidden;
  }
  #ts-background {
    background-color: #0F426B;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    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-bottom: 20px;
  }
  #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;
    margin-top: 1.5rem;
  }
  .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%);
  }
}
@media (min-width: 380px) {
  #ts-header {
    margin-bottom: 110px;
  }
}
@media (min-width: 420px) {
  #ts-header .heading2 {
    line-height: 1.9rem;
  }
  #ts-header {
    padding-top: 50px;
  }
}
@media (min-width: 539px) {
  #ts-header {
    margin-bottom: 130px;
  }
  #ts-header .heading2 {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  #header-wrapper {
    height: 390px;
  }
  #ts-background {
    height: 416px;
  }
  #ts-header {
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin-bottom: 110px;
    grid-template-columns: 70% 30%;
    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;
    margin-top: 3rem;
  }
  .ts-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ts-header-img {
    height: auto;
    top: auto;
    position: relative;
    width: 1054px;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  #header-wrapper {
    height: 440px;
  }
  #ts-background {
    height: 517px;
  }
  #ts-header {
    margin-bottom: 170px;
  }
  #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;
    margin-top: 2rem;
  }
  .ts-header-img {
    width: 1192px;
  }
  .ts-header-img-grad {
    width: 850px;
  }
}
@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 100px auto;
    max-width: 1200px;
    padding-left: 30px;
  }
  .ts-header-img {
    width: 1196px;
    right: 0;
  }
  .ts-hdr-1 .heading2 {
    max-width: 100%;
  }
}
.section-title {
  font-size: 2rem;
  color: #0d436b;
}
.section-title span {
  color: #49bb87;
}
.section-title-center {
  color: #0d436b;
  text-align: center;
  display: block;
  width: 100%;
}
.section-title-center span {
  color: #49bb87;
}

h3 {
  color: #006798;
}
h3.section-title {
  font-size: 1.5rem;
}

h4 {
  color: #006798;
}
h4.section-title {
  font-size: 1.3rem;
}

h5 {
  color: #006798;
}
h5.section-title {
  font-size: 1.1rem;
}

.press-container,
.article-container {
  width: 94%;
  margin-top: 30px;
  padding: 20px;
  position: relative;
}

.press-container img {
  width: 80%;
  margin-left: 9%;
}
.press-container img.rismedia {
  max-height: none !important;
}
.press-container.article-list {
  padding-bottom: 30px;
  height: auto;
}

.card-modal__content {
  padding-top: 20px;
}
.card-modal__content.press {
  padding-top: 0;
}

.press-title {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: bold;
}

.press-icon {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}
.press-icon.nyt {
  width: 18px;
}
.press-icon.nbc {
  width: 26px;
}
.press-icon img {
  width: 100%;
}

.press-text a {
  transition: background-color 0.4s, color 0.4s, border 0.4s;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin-left: 20px;
}
.press-text a:after {
  content: " ⇒";
  color: #fff;
  transition: color 0.4s;
}
.press-text a:hover {
  background-color: #ccf2ff;
  color: #333;
  border-radius: 20px;
  border: 1px solid #b8ebfc;
}
.press-text a:hover:after {
  color: #333;
}

@media (min-width: 200px) {
  .article-container img {
    width: 100%;
    height: auto;
  }
  .press-container {
    padding-bottom: 20px;
    height: auto;
  }
  .press-container img {
    margin-top: 0;
    width: 50%;
    margin-left: 25%;
    max-height: 50px;
    height: auto;
  }
  .press-container .card-link {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .press-container .card-link a {
    border: 1px solid rgb(0, 123, 255);
    border-radius: 15px;
    padding: 5px 15px;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
  }
  .press-container .card-link a:hover {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 5px 15px;
    background-color: #efefef;
    color: #777;
  }
  .press-container .forbes img {
    width: 40%;
    margin-left: 30%;
  }
}
@media (min-width: 576px) {
  .article-container {
    padding-bottom: 85%;
  }
  .article-container .card-text {
    position: absolute;
    top: 49%;
    display: block;
    width: 85%;
    line-height: 1.15rem;
  }
  .article-container img {
    width: 100%;
    height: auto;
  }
  .press-container {
    height: 0;
    padding-bottom: 98%;
  }
  .press-container img {
    width: 68%;
    margin-left: 17%;
    max-height: 40px;
  }
  .press-container .card-link {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  .border-line-top {
    border-top: 1px solid #ddd;
    width: 80%;
    position: absolute;
    top: 75px;
    left: 10%;
  }
}
@media (min-width: 768px) {
  .press-container {
    padding-bottom: 70%;
  }
  .press-container .card-text {
    position: absolute;
    top: 110px;
    display: block;
    width: 85%;
  }
  .press-container .card-link {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .press-container img {
    width: 197px;
    height: auto;
  }
  .article-container {
    padding-bottom: 85%;
  }
  .article-container .card-text {
    position: absolute;
    top: 55%;
    display: block;
    width: 85%;
    line-height: 1.15rem;
  }
  .article-container img {
    width: 100%;
    height: auto;
  }
  .border-line-top {
    border-top: 1px solid #ddd;
    width: 80%;
    position: absolute;
    top: 75px;
    left: 10%;
  }
}
@media (min-width: 992px) {
  .press-container {
    padding-bottom: 85%;
  }
}
@media (min-width: 1200px) {
  .press-container {
    padding-bottom: 75%;
  }
}

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