.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;
}

.width_250 {
    width: 100%;
    height: 250px !important;
    overflow: hidden;
    object-fit: cover;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.footer-about a {
    font-size: 0.725rem;
    line-height: 1.8rem;
    color: #9a9ea4;
    padding: 0 10px;
}

.footer-about a:hover {
    color: #fff !important;
    font-size: 0.75rem;
    text-decoration: none;
}

.fill-primary {
    fill: #066ac9 !important;
}

.fill-white {
    fill: var(--bs-white) !important;
}

.fill-secondary {
    fill: #9a9ea4 !important;
}

.fill-success {
    fill: #0cbc87 !important;
}

.fill-info {
    fill: #17a2b8 !important;
}

.fill-warning {
    fill: #f7c32e !important;
}

.fill-danger {
    fill: #d6293e !important;
}

.fill-light {
    fill: #f5f7f9 !important;
}

.fill-dark {
    fill: #24292d !important;
}

.fill-orange {
    fill: #fd7e14 !important;
}

.fill-purple {
    fill: #6f42c1 !important;
}

.fill-blue {
    fill: #1d3b53 !important;
}

.fill-body {
    fill: var(--bs-body-bg) !important;
}

.btn-xs {
    padding: 0.4rem 0.6rem !important;
    font-size: 0.6rem !important;
    line-height: 1.2 !important;
    border-radius: 0.325rem !important;
}

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;
}

footer .widget a {
    font-size: 0.75rem !important;
}

footer .widget a:hover {
    color: #fff !important;
    font-size: 0.7625rem !important;
    text-decoration: none;
}