﻿.degree-programs-container-1 {
    text-align: center;
}

    .degree-programs-container-1 h2 {
        margin-bottom: 30px;
    }

.degree-programs-grid-v1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.degree-program-item {
    position: relative;
}

.degree-program-item img {
    padding: 0;
    border-radius: 10px 10px 0px 0px;
}

.degree-text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    text-align: left;
    background: linear-gradient(to bottom,transparent 50%,#000 100%);}

    a.degree-text-block span.degree-heading {
        font-size: 20px;
        font-weight: bold;
    }

.content a.degree-text-block {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
}

    /*a.degree-text-block span:last-child {
        font-weight: normal;
    }*/

        .content a.degree-text-block:hover {
            text-decoration: underline !important;
        }

        /*span.icon-chevron-thin-right {
            position: relative;
            top: 3px;
            left: 5px;
            color: #fff;
            font-size: .8em;
        }*/

            .content a.degree-text-block:hover span span.icon-chevron-thin-right {
                text-decoration: none !important;
            }

            .content a.degree-text-block span span.icon-chevron-thin-right:hover {
                text-decoration: none !important;
            }

.artwork-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.artwork-text {
    text-align: center;
}

    .artwork-text p {
        line-height: 1em;
        margin-bottom: 10px;
    }

    .artwork-name {
        font-size: 1.2em;
    }

.artwork-artist {
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
}

.degree-programs-grid-v2 {
    display: grid;
    grid-template-columns: 1fr;
}

.col-two-a nav ul {
    margin-left: 0;
    list-style: none;
    line-height: 2.5em;
    font-size: 1.1em;
    text-transform: uppercase;
}

@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/

}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    .degree-programs-grid-v1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .degree-programs-container-2 p.section-heading {
        margin-left: 80px;
    }

    .degree-programs-grid-v2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: start;
        /*grid-template-areas: "left right";*/
    }

        .degree-programs-grid-v2 .col-one-a {
            grid-area: 1 / 1 / span 1 / span 1;
        }

            .degree-programs-grid-v2 .col-one-a h2 {
                margin-left: 80px;
            }

        .degree-programs-grid-v2 .col-two-a {
            grid-area: 1 / 2 / span 2 / span 1;
        }

            .degree-programs-grid-v2 .col-two-a nav {
                width: 80%;
                margin: 0 auto;
            }

        .degree-programs-grid-v2 .col-one-b {
            grid-area: 2 / 1 / span 1 / span 1;
        }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge break point */

}

@media only screen and (min-width: 75em) { /* ~1182px xxlarge break point */

}

@media only screen and (min-width: 1450px) {
    
}