﻿.nfuonlinehome #articleBody div.card-content a:hover {
    text-decoration: underline!important;
}


.article .bg-row .fullwidth {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    #subscriptionBox .row .col-md-6,
    #form-outer .row .col-md-6 {
        width: 100%;
    }

    #subscriptionBox .row .col-md-4,
    #form-outer .row .col-md-4 {
        width: 100%;
    }
}

.teaser {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.featured-cards .card > div {
    overflow: hidden;
    
}

.featured-cards img {
    object-fit: cover;
    min-height: 215px;
    transition: all 1s ease-in-out;
}

.featured-cards .card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, transparent 50%, #233240 80%);
    border-radius: inherit;
    pointer-events: none;
}

.featured-cards .card:hover {
    cursor: pointer;
}

.featured-cards .card:hover a {
    color: #fffff!important;
    text-decoration: underline;
}

.featured-cards .card:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.featured-cards .card-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
}

.featured-cards .card-content .h6 {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.nfuonlinehome .umb-grid .featured-cards a:not(.btn):not([role=button]):not(.page-link):hover,
.nfuonlinehome .umb-grid .featured-cards a:not(.btn):not([role=button]):not(.page-link):focus,
.nfuonlinehome .umb-grid .featured-cards a:not(.btn):not([role=button]):not(.page-link):visited,
.featured-cards .card-content a {
    color: #ffffff;
}

.section-heading-more {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 767px) {
    .section-heading-more {
        display: block;
    }
    .section-heading-more h2 {
        margin-bottom: 5px;
    }
    .section-heading-more a {
        margin-bottom: 20px;
        display: block;
    }
}

.announcements {
    z-index: 1025;
    margin-bottom: 20px;
    margin-top: -21px;
}