.bg-dark-blue {
    background-color: #002954;
    color: #fff;
}

h2.epcc-courses {
    letter-spacing: -.02em;
    margin-bottom: 0.4em;
    line-height: 1.15em;
    font-weight: 800;
}

.width_80 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: cover;
}

a.btn.btn-theme-colored.btn-flat.btn-sm.mt-1 {
    display: inline-block;
    font-family: tradeGothic, sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    transition: background-color .25s cubic-bezier(.1, .5, .5, 1);
    color: #fff;
    background-color: #007cbf;
    border: 1px solid #007cbf;
    font-size: .6rem;
    padding: 1em 1.6em;
}