/* Hub Row Refactor */
.hub-row-link-wrapper, .hub-row-text-blurb {
text-decoration: none;
}

.hub-row-link-wrapper:focus .hub-row-text-blurb, .hub-row-link-wrapper:hover .hub-row-text-blurb, .hub-row-link-wrapper:hover .hub-row-text-blurb, .hub-row-link-wrapper:hover h2.hub-row-heading:hover , .hub-row-link-wrapper:hover h2.hub-row-heading {
text-decoration: none;
}

.hub-row-link-wrapper:focus .hub-row-heading,
.hub-row-link-wrapper:hover .hub-row-heading {
text-decoration: underline;
}

.hub-row-link-wrapper {
display: block;
}

@media (min-width: 510px) {
.hub-row-body {
    display: flex;
}
}

.hub-row-text {
    flex-grow: 1;
}
/* Link Underlines */
.region-footer-second a, .region-footer-second p a, .region-footer-second .copyright a, .region-footer-third a, .region-footer-second .block-footer-message a {
text-decoration: underline;
}

.breadcrumb a {
text-decoration: underline;
}

/* Region Content Fix */
@media (min-width:740px) {
    .region-content {
        max-width: 100% !important;
    }
}

/* News Fix */
.news-view-more {
text-decoration: none;
display: block;
}

.news-view-more:focus .views-field-title .field-content,
.news-view-more:hover .views-field-title .field-content {
text-decoration: underline;
}