.row.kc-item-header {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 2px 4px #333;
    position: relative;
    z-index: 100;
}
.row.kc-item-header table td {
    padding: 10px;
}
.row.kc-item-header td.text {
    border-left: 1px solid #DDD;
}
.row.kc-item-header h1 {
    border-bottom: none;
    color: #555;
    font-weight: lighter;
}
.row.kc-webinar-body h1, .row.kc-webinar-body h2, .row.kc-webinar-body h3 {
    border-bottom: none;
}
.row.kc-webinar-body {
    background-color: #F9F9F9;
}
.row.kc-webinar-body .content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F9F9F9;
}

.kc-webinar-body .video-container {
    margin-bottom: 1.2em;
    background-color: #222;
    box-shadow: 0 0 8px #666;
}

/* Related content */
.row.related-content {
    box-shadow: 0 -2px 4px #333;
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 40px;
}
.row.related-content h4 {
    border-bottom: none;
    font-weight: bold;
    color: #555;
}
.related-item {
    padding-top: 15px;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
}
.related-item a {
    color: #444;
}

/* Speakers */
.speaker-table {
    width: 100%;
}
.speaker-table td {
    padding: 8px;
}
.speaker-link {
    display: block;
    transition: all .3s;
}
.speaker-link:hover {
    text-decoration: none;
    transform: scale(1.1);
}
.speaker-avatar {
    padding: 2px;
    border: 1px solid #EEE;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.speaker-info {
    display: inline-block;
    text-align: left;
}
.speaker-name {
    color: #223e52;
    font-weight: bold;
}
.speaker-title {
    color: #555;
    font-weight: normal;
}
.speaker-company {
    color: #555;
    font-weight: normal;
    font-style: italic;
}


/* New design */
.article-heading {
    background: rgba(0, 26, 41, 0.08);
    padding: 2.6rem 3.1rem 2.5rem 4.6rem;
    display: flex;
}
.red-v-line {
    margin-right: 3.1rem;
    object-fit: cover;
}
.article-heading-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.article-heading-content-top {
    display: flex;
    justify-content: space-between;
}

.article-header {
    color: #000;
    font-family: AmsiPro-Black;
    font-style: normal;
    font-weight: 400;
    border-bottom: unset;
    max-width: 94rem;
    margin-top: 0.9rem;
    margin-bottom: 0;
}
.article-header-details {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.article-header-details > a {
    margin-right: 2rem;
}
.article-header-details > a:last-of-type {
    margin-right: 0;
}
.article-details {
    color: #000;
    font-family: AmsiPro-Regular;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 0;
    margin-right: 9rem;
    max-width: 94rem;
}
.article-details span {
    font-weight: bold;
}
#document-download {
    color: #14293B!important;
    text-align: center;
    font-family: AmsiPro-Black;
    font-size: 1.5rem!important;
    font-style: normal;
    font-weight: 400;
}
.save-to-my-library
{
    color: #14293B;
    text-align: center;
    font-family: AmsiPro-Black;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    height: max-content;
    align-items: center;
    cursor: pointer;
    box-shadow: unset!important;
}
.save-to-my-library img {
    margin-left: 0.8rem;
}

.article-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5.4rem 5.1rem 5.4rem 7.6rem;
    background-image: url("../img/emblaze/emblaze-bg.png");
    background-size: contain;
}
.article-body-left {
    flex: 1;
    margin-right: 9rem;
}
.article-body-header {
    color: #000;
    font-family: AmsiPro-Black;
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.7rem;
    border-bottom: unset;
}
.article-body-text {
    color: #000;
    font-family: Tahoma;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}
.article-body-text img {
    max-width: 100%;
    height: auto;
}
.article-body-text li, .article-body-text td {
    font-size: 1.6rem;
    line-height: 2rem;
}
.article-body-right {
    background-color: #14293B;
    border-radius: 40px;
    width: max-content;
    padding: 4.1rem 5.2rem;
    min-width: 37.2rem;
    max-width: 33%;
    height: max-content;
}
.article-body-category {
    display: flex;
    flex-direction: column;
}
.article-body-category-header {
    color: #F5F7EB;
    font-family: AmsiPro-Black;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.2rem;
    margin-top: auto;
    margin-bottom: 0.6rem;
}
.article-body-categories {
    color: #F5F7EB;
}
.article-body-category-item {
    color: #F5F7EB;
    font-family: Tahoma;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem; 
}
.article-body-category-item:hover {
    color: #F5F7EB;
}
.article-body-action {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
}
.article-body-action-header {
    color: #F5F7EB;
    font-family: AmsiPro-Black;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.2rem;
    margin-bottom: 1rem;
    margin-top: 0;
}
.article-body-action-item {
    color: #F5F7EB;
    font-family: Tahoma;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    display: block;
    margin-bottom: 2rem;
    display: flex;
}
.article-body-action-item:hover {
    color: #F5F7EB;
}
.article-body-action-item img {
    margin-left: 1rem;
    width: 1.2rem;
    height: 1.6rem;
}

.article-related-wrapper {
    background-color: #14293B;
    padding: 4.7rem 6.9rem 3.8rem 10.3rem;
}
.article-related-container {
    display: flex;
    justify-content: space-between;
}
.article-related {
    flex: 1;
    margin-right: 7.3rem;
}
.article-related:last-of-type {
    margin-right: 0;
}
.article-related a {
    display: flex;
    align-items: flex-start;
    color: #FFF;
    font-family: Tahoma;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.article-related a .article-related-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.article-related a .article-related-article-icon {
    width: 2.4rem;
    height: 3.2rem;
    margin-right: 1.1rem;
}
.article-related a .article-related-webinar-icon {
    width: 3.9rem;
    height: 2.9rem;
    margin-right: 1.1rem;
}
.article-related a .article-related-podcast-icon {
    width: 2.4rem;
    height: 3.2rem;
    margin-right: 1.1rem;
}
.latest_insights_link {
    text-align: center;
    display: block;
    margin-top: 4.2rem;
    color: #F5F7EB;
    font-family: AmsiPro-Black;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.latest_insights_link:hover {
    color: #F5F7EB;
}
.latest_insights_link img {
    width: 2rem;
    margin-left: 0.5rem;
}

.speakers-container {
    border-radius: 8px;
}

@media(max-width: 992px) {
    .article-body {
        flex-direction: column;
    }
    .article-body-left {
        margin-right: unset;
    }
    .article-related-container {
        flex-direction: column;
    }
    .article-related {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media(max-width: 768px) {
    .article-body {
        padding: 4rem 2rem;
    }
    .article-body-right {
        min-width: 100%;
    }
    .article-details {
        margin-right: 2rem;
    }
    .open>.dropdown-menu {
        left: unset;
        right: 0;
    }


}