.categoryFormat {
    color: #B0B0B0;
}

.relatedNewsAndInsights-section {
    padding: 25px 0 50px 0;
}

.relatedNewsAndInsights-section-color {
    background-color: #f5f8fa;
}

.relatedNewsAndInsights-section-insight-link-container {
    text-align: center;
    border: solid 2px rgba(255, 69, 34, 1);
    background-color: rgba(255, 69, 34, 1);
    color: #ffffff;
    display: inline-block;
    width: 150px;
    transform: skew(-20deg);
}

.relatedNewsAndInsights-section-insight-link-container:hover,
.relatedNewsAndInsights-section-more-insights-link:hover {
    mask: linear-gradient(-60deg, #000 30%, rgba(254, 254, 254, 0), #000 70%) right / 350% 100%;
    animation: shimmer 2.5s infinite;
}

.relatedNewsAndInsights-section-insight-link-container:hover span,
.relatedNewsAndInsights-section-more-insights-link:hover span {
    text-decoration: underline;
}

.relatedNewsAndInsights-section-more-insights-link {
    text-align: center;
    border: solid 2px rgba(255, 69, 34, 1);
    background-color: rgba(255, 69, 34, 1);
    color: #ffffff;
    width: 150px;
    transform: skew(-20deg);
}

.relatedNewsAndInsights-section-insight-link-container span,
.relatedNewsAndInsights-section-more-insights-link span {
    transform: skew(20deg);
    display: block;
}

.relatedNewsAndInsights-section-insight-box a,
.relatedNewsAndInsights-section-more-insights-link-container a {
    text-decoration: none;
}

.relatedNewsAndInsights-section-more-insights-link-container {
    display: table-cell;
    vertical-align: middle;
    background-color: #f5f8fa;
    padding: 20px 2px 0 2px;
}

.relatedNewsAndInsights-section-insight-link-container a {
    text-decoration: none;
    color: rgba(255, 69, 34, 1);
    font-weight: bold;
}

.relatedNewsAndInsights-section-more-insights-link-a {
    display: inline-block;
}

.relatedNewsAndInsights-section-text-container {
    /*margin: 25px;*/
}

.relatedNewsAndInsights-section-insight-container {
    text-align: center;
    padding: 10px;
    display: table;
}

.relatedNewsAndInsights-section-insight-box {
    border: solid 1px #f5f8fa;
}