.three-degree-sub-header {
    color: white;
    background-color: #4c2683;
    background-image: url('/degreesin3/images/three-degree-subheader-bg.jpg');
    background-size: cover;
    background-position: center center;
    font-size: 120%;
    text-align: center;
    padding: 3em 2em 2em 2em;
}

.three-degree-sub-header .intro-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.three-degree-sub-header h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    font-style: italic;
}

.three-degree-section-white,
.three-degree-section-orange,
.three-degree-section-grey {
    padding-top: 2em;
    padding-bottom: 2em;
}

.three-degree-section-orange {
    color: #fff;
    background-color: #f68b1f;
}

.three-degree-section-grey {
    background-color: #f3f3f3;
}

table.courses {
    margin-bottom: 2em;
}
table.courses p {
    margin-bottom: 0;
}

table.courses .black {
    color: #fff;
    background-color: #000;
}

table.courses .grey {
    color: #000;
    background-color: #efefef;
}

.hide-on-mobile {
    display: none;
}

.hide-on-tablet {
    display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .hide-on-mobile {
        display: initial;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .hide-on-tablet {
        display: initial;
    }
}