﻿.single-post .l-container {
    max-width: 800px;
}

.single-post article .container {
    max-width: calc(800px + .8rem);
}

.single-post .gated-cta {
    padding: 40px 30px;
    border: 1px solid orange;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.single-post .article_has-sidebar .container {
    max-width: 1100px;
}

.single-post .article_has-sidebar .article__content {
    display: flex;
    max-width: 1110px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.single-post .article_has-sidebar .l-container {
    max-width: 100%;
}

.single-post .article_has-sidebar .article__body {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
}

.single-post .article_has-sidebar .article__sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}


.single-post .m-post-media img {
    margin: 0 auto;
}

.single-post .m-social {
    margin: 0 -5px;
    text-align: right;
    padding-bottom: 0;
}

.single-post .m-article-caption {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post .m-article-date {
    color: #1a1a1a;
}

.single-post .videoWrapper__container {
    padding-left: .55556rem;
    padding-right: .55556rem;
}

.single-post .m-social a {
    display: inline-block;
    transition: transform .3s ease;
    padding: 5px;
    margin: 0 2px 5px;
}

.single-post .m-social a:hover {
    text-decoration: none;
    transform: translateY(-4px);
}

.single-post article .m-preamble {
    font-size: 24px;
    line-height: 32px;
    color: #1a1a1a;
    margin-bottom: 0;
}

.single-post .m-post-cta .m-post-cta-push .m-post-cta-push-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-post .m-post-cta .tcxn-image-block__image img {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.single-post .m-post-cta .tcxn-image-block__image {
    background-repeat: no-repeat;
}

.single-post .m-post-cta .tcxn-image-block__wrapper {
    padding-right: .55556rem;
    padding-left: .55556rem;
}

.single-post .m-post-cta h3 {
    font-size: 24px;
    line-height: 32px;
}

.single-post .m-post-cta .m-cta-btn {
    margin-top: 20px;
}

.single-post .m-title h1 {
    padding-top: 25px;
}

.single-post .m-post-rich-content.s-highlight {
    background-color: #e6eef4;
    padding: 30px;
    min-height: 350px;
}

.single-post .m-post-download .m-post-download-push {
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.single-post h2 {
    color: #1a1a1a;
}

@media (min-width: 1024px) {
    .single-post .m-post-cta .m-post-cta-push .m-post-cta-push-text {
        padding: 70px;
    }
}


.tcxn-image-block__inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    min-height: 350px;
}

.tcxn-image-block__content {
    padding: 30px;
    order: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tcxn-image-block__button {
    margin-top: 20px;
}


.tcxn-image-block__image {
    background-position: 50% 50%;
    background-size: cover;
    order: 15;
}

.tcxn-image-block.image-left .tcxn-image-block__image {
    order: 5;
}

.tcxn-image-block.image-hero {
    text-align: center;
}

.tcxn-image-block.image-hero .tcxn-image-block__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    z-index: -1;
}

.tcxn-image-block .tcxn-image-block__video {
    height: 100%;
    position: relative;
}

.tcxn-image-block .tcxn-image-block__video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.tcxn-image-block.image-top {
    flex-direction: column;
}

.tcxn-image-block.image-top .tcxn-image-block__content {
    position: static;
    padding: 30px;
}

.tcxn-image-block.image-top .tcxn-image-block__image {
    padding-bottom: 60%;
    order: 5;
}

.tcxn-image-block .tcxn-image-block__image.m-push-icon {
    font-size: 100px;
    color: #00ace7;
    text-align: center;
    background-color: #f5fafe;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {

    .tcxn-image-block__image {
        order: 5;
        min-height: 250px;
    }

    .tcxn-image-block__content {
        padding: 40px;
        position: static;
    }

    .single-post .article_has-sidebar .article__body {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .single-post .article_has-sidebar .article__sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}


