.text-blue-700 { /* only here due to order of cascading...same value as our standard css file */
    color: #004c97;
}

.text-black { /* only here due to order of cascading...same value as our standard css file */
    color: #171614;
}

.text-white { /* only here due to order of cascading...same value as our standard css file */
    color: #fff;
}

.fact .text-xl {
	font-size: 1.5rem;
}

.fact:nth-child(6n+5) {
    background: #d14732;
}

a:-webkit-any-link:focus {
    outline-offset: 1px;
}

:focus, button:focus, .slick-prev:focus, .slick-next:focus, .slick-dots li button:focus, select:focus, input:focus {
    outline: #0057b8 auto 1px;
}

.fsBody .fsForm .ui-slider-handle:focus, .fsBody .fsForm input:focus, .fsBody .fsForm select:focus, .fsBody .fsForm textarea:focus {
	outline: 1px auto #0057b8 !important;
}

.feed-listing .hover\:border-transparent:hover, body.page-node-3008 .home-spotlight figcaption a:hover, body.page-node-3008 .home-featured-event figcaption a:hover, body.page-node-3008 .home-featured-news figcaption a:hover, .with-sidebar-aside .box__content p a:hover, .news-feed-teaser .item__content a:not([class]):hover {
	border-color: #0057b8;
}

.bg-blue.editorial a:hover:not(.btn):not(.more-link):not(.lightbox-trigger) {
    border-color: #fff;
}

/** styling the sup tag when a link **/
a.sup > sup {
    color: #0057b8;
    text-decoration-line: underline;
    text-decoration-color: #007fa3;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 6px;
}
a.sup > sup:hover {
    text-decoration-color: #0057b8;
}