﻿
#GlobalNavWrapper {
    background-image: url('/about/assets/images/sld-Student-Success.jpg');
}





h2 {
    font-weight: normal;
    font-size: 1.4rem;
}


#featured-program {
    background-color: #00244e;
    border-radius: 3px;
}

    #featured-program, #featured-program a {
        color: white;
    }

        #featured-program h2 {
            color: var(--titan-orange);
        }

        #featured-program h3 {
            color: var(--bright-bg);
        }

        #featured-program article {
            padding: 1px 10px 5px 10px;
        }

        #featured-program p {
            font-weight: normal;
            font-size: 1rem;
        }

@media screen and (max-width: 900px) {
    #featured-program{
        text-align:center;
    }
}

#lead {
    background-color: #eff9ff;
}

section.resources {
    display: flex;
    margin-bottom: 0;
}

.resources.a {
    flex-direction: row;
}

.resources.b {
    flex-direction: row-reverse;
}

@media screen and (max-width: 900px) {
    .resources.a {
        flex-direction: column;
    }

    .resources.b {
        flex-direction: column-reverse;
    }
}

.resources article {
    flex-basis: 50%;
}

.resources .link-group {
    display: block;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
}

.resources .links {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.resources.a .links {
    float: left;
}

.resources.b .links {
    float: right;
}

.links div {
    flex-basis: 50%;
}

@media screen and (max-width:900px) {
    .links div {
        flex-basis: 100%;
        text-align: center;
    }

    .links ul {
        margin: 10px auto;
        padding: 0;
    }

        .links ul li {
            list-style: none;
            padding: 0;
            margin: 5px auto;
        }

    .resources.b article:first-child {
        margin-bottom: -5px;
    }
}


.resources img.banner {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
