/* Template fixes and overrides */

body main table thead tr td {
    background-color: #104C9B;
    color: #fefefe;
}

body main article div.container_rotating-banner.adaptive .slide-info-wrap {
    max-width: 75% !important;
}

@media print, screen and (max-width: 39.9988em) {
    body main article div.container_rotating-banner.adaptive .slide-info-wrap {
        max-width: unset !important;
    }
}