.office-directory .office-contact-row a, .with-sidebar-aside .box__content p a, .news-feed-teaser .item__content a:not([class]), .feed-listing .item__content a:not([class]) {
    border-bottom-width: 0.125rem;
    border-color: #cfd2aa;
    color: #20438f;
}
/*
.office-directory .office-contact-row a:hover, .with-sidebar-aside .box__content p a:hover, .news-feed-teaser .item__content a:not([class]):hover, .feed-listing .item__content a:not([class]):hover {
    border-color: transparent;
}
*/
.text-cyan {
    color: #0574a3;
}

.offcanvas h2 {
	background-color: #0574a3;
}

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

.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;
}

.bg-green, .searchbar.collapsing-block > button, .exposed-form__letter ul li a.bef-link--selected, .exposed-form__letter ul li a:hover {
    background-color: #2f8355;
}

.by-the-numbers--list .stats-box div:nth-child(5n) {
    border-color: #d0435b;
}

.by-the-numbers--list .stats-box div:nth-child(5n) span {
	color: #d0435b;
}

#mc_embed_signup .asterisk {
	color: #d0435b !important;
}

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: #20438F auto 1px;
}

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

/* START - fixing link underlines for hover */

.editorial a:not([class]):hover, .ln:hover, .sidebar-contact__details a:hover, .saml-login-cancel:hover, .feed-listing .hover\:border-transparent:hover, .a-z-directory-link a:hover, .menu-jump-to a: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: #20438f;
}

.footer a:not(.btn):hover, .bg-blue.editorial a:hover:not(.btn):not(.more-link):not(.lightbox-trigger), .page-alert a:hover, #google_translate_element a:hover {
    border-color: #fff;
}
/* END - fixing link underlines for hover */