﻿.bold-red p {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.row.block-row {
    margin-bottom: 45px;
}

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;
}

.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: #00406e;
}

@media only screen and (min-width: 40.063em) {
    a.curricunet-link {
        float: right;
        margin-bottom: 0px;
    }
}