.slider-content .tns-item .img-caption {
    height: auto;
    overflow: visible;
}

.full-article .article-header .text-side article .date {
    font-weight: 700;
}

.full-article .article-body .post-media-wrapper.cta-wrapper .cta a.cta-button {
    color: white;
    background: #151D3C;
    border: 3px solid #151D3C;
    cursor: pointer;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.full-article .article-body .post-media-wrapper.cta-wrapper .cta a.cta-button:hover,
.full-article .article-body .post-media-wrapper.cta-wrapper .cta a.cta-button:focus {
    background: white;
    color: #151D3C;
}
