.ttui-container--custom {
    --ttui-container-add-hor-padding: var(--ls-l);
}

@media only screen and (max-width: 1080px) {
    .ttui-container--custom {
      --ttui-container-add-hor-padding: 0px;
      --ttui-container-min-hor-padding: var(--ls-xs);
    }
    .ttui-container--subheader {
      --ttui-container-add-hor-padding: 0px;
      --ttui-container-min-hor-padding: var(--ls-xs);
    }
  }



/* Article styling */
blockquote cite {
    font-style: normal;
    font-weight: 400;
}

blockquote p {
    font-family: Inter, sans-serif;
    font-style: italic;
}

div.news-article-grid img.news-article-image {
    margin-bottom: 3rem;
}

strong,b {
    font-weight: bold;
}

div.news-article-grid li {
    margin-bottom: var(--ls-xxs);
}

div.news-article-grid blockquote {
    margin-left: 0px;
    margin-bottom: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    border-left: 2px solid #0047ff;
    font-family: Lato, sans-serif;
    color: #444;
    font-size: 20px;
    line-height: 33px;
    font-style: italic;
    font-weight: 300;
}

div.news-article-grid > * {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
}

div.news-article-grid p, div.news-article-grid ul {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    color: #444;
}

div.news-article-grid ul {
    list-style: disc;
}

div.news-article-grid a {
    color: #0047FF;
}

div.news-article-grid p img {
    width: 100%;
}

div.news-article-grid h1 {
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-family: avant-garde, sans-serif;
    color: #0047ff;
}

div.news-article-grid h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Inter, sans-serif;
    color: #444;
    font-size: 26px;
    line-height: 33px;
    font-style: normal;
    font-weight: bold;
  }

div.news-article-grid h3 {
    font-weight: 400;
    line-height: 30px;
}

@media screen and (max-width: 479px) {
  .article-subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}

/* Social media icons */
.footer-social-icon {
    vertical-align: middle;
}

.social-icon-linkedin #Shape {
    transition: 0.6s;
    transition-timing-function: ease-out;
}

.social-icon-linkedin:hover #Shape {
    fill: #0a66c2;
}

.social-icon-twitter #Shape {
    transition: 0.6s;
    transition-timing-function: ease-out;
}

.social-icon-twitter:hover #Shape {
    fill: #1da1f2;
}

/* Logo list */
.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.listed-logo {
    margin-right: 30px !important;
    margin-bottom: 30px;
}

/* colored sections */
.blue-section {
    background-color: #F2F5FF;
    padding: 5px 0 5vh 0;
}

/* table in documents and articles */
.news-article-grid > table {
    width: 100%;
    text-align: left;
}

/* Other */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.strong-cta {
    border: 2px solid #0047ff !important;
    font-weight: bold !important;
}

.newscard-overview-image {
    width: 100%;
    height: auto;
}

.stack-link {
    font-weight: bold;
    font-size: 25px;
    color: #0047ff;
}

#contact-us-captcha-label {
    text-align: center;
}

.captcha {
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

#id_captcha > div {
    display: block;
    margin: auto;
}

#contact-us-captcha-error {
    text-align: center;
    display: block;
    margin: auto;
}

.contact-form-error {
    color: red;
}

.text-no-wrap {
    white-space: nowrap;
}

@media only screen and (max-width: 900px) {
    .ttui-header__sign-up {
        display: none
    }
  }

.how-to-text {
    position: sticky;
    top: 20%;
    align-self: start;
}
@media (max-width: 1080px) {
    .how-to-text {
        position: relative;
        top: 0;
    }
}

@media (min-width: 768px) {
    .tts-feature-cards-grid {
        column-gap: var(--ls-m) !important;
    }
    .mobile-only {
        display: none;
    }
}


@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}
