﻿.bold-red p {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.course-options-container .course-options, .higher-exception-block, .row.credits-row, .row.pathway-row, .row.owner-row {
    display: block;
    width: 100%;
    margin-bottom: 45px;
}

.course-options-container .course-options:last-child {
    margin-bottom: 10px;
}

a.curricunet-link {
    display: inline-block;
    float: left;
    padding: 5px;
    background: #0d2142;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: .7em;
    margin-bottom: 20px;
}

.title-block {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.program-data-container h2, .section-heading {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 1.625em;
    font-weight: 600;
    color: #00406f;
}

.course-options .def-title {
    
}

.course-options .option-notes {
    text-transform: uppercase;
    font-weight: 600;
}

.course-options .option-notes span {
    display: block;
    font-weight: normal;
    text-transform: none;
}

.course-options .row.courserow {
    width: 100%;
    margin: 0px auto;
}

.courserow .columns {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .courserow .columns.multi-course-row {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.col1light {
    background: #ccd9e2;
}

.col1dark {
    background: #a3bacb;
}

.col2light {
    background: #ddd;
}

.col2dark {
    background: #ccc;
}

.courserow .prog-code-col {
    padding-left: 10px;
}

    .courserow .prog-code-col a {
        text-transform: uppercase;
        font-weight: 600;
        color: #00406f;
        text-decoration: underline;
    }

        .courserow .prog-code-col a:hover, .courserow .prog-code-col a:focus {
            text-decoration: none;
        }

.courserow .prog-title-col {
    padding-left: 10px;
}

    .courserow .prog-title-col a {
        color: #000;
    }

.courserow .prog-credits-col {
    text-align: center;
}

.req .course {
    padding-bottom: 3px;
}

.req .course a {
    margin-right: 5px;
}

.higher-exception-block p {
    font-size: .7em;
}

.row.credits-row {
    margin-left: auto;
    margin-right: auto;
}

.credits-row div:first-child {
    color: #fff;
    background: #00406f;
}

.credits-row div:last-child {
    text-align: right;
    color: #000;
    background: #cdced0;
}

.credits-row .columns {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
}

/*.row.pathway-row {
    margin-bottom: 45px;
}*/

.pathway-row .section-heading {
    margin-bottom: 15px;
}

.pathway-row ul {
    margin-left: 15px;
    list-style: none;
}

    .pathway-row ul li::before {
        content: "\2022";
        color: #a2c539;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

.pathway-row a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #00406f;
}

@media only screen and (min-width: 40.063em) {
    a.curricunet-link {
        float: right;
        margin-bottom: 0px;
    }
}