/*
Theme Name: Oregon State Hospital Psychology Internship Consortium
Author: the Bross team
Author URI: https://brossgroup.com/
*/

.logo-img {
    width: 100%;
}
@media (min-width: 1200px) and (min-width: 992px) {
    .navbar-expand-lg.dark-blue .navbar-nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
}

table {
    width: 100%;
}
table caption {
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-align: center;
    caption-side: top;
}
table tr:nth-child(odd) {
    background: #f1f1f1;
}
table tr:nth-child(even) {
    background: #fff;
}
table tr td,
table th {
    padding: 6px;
}
table tr th {
    text-align: left;
    background: #333;
    color: #fff;
    padding-left: 16px;
}
table tr td {
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 16px;
    font-weight: normal;
}
table tr td:first-child {
    text-align: left !important;
    border-left: 0;
}

@media (max-width: 992px) {
    .right-img {
        display: none;
    }
    .fixed-header {
        padding-top: 159px;
    }
}
@media (max-width: 786px) {
    .fixed-header {
        padding-top: 145px;
    }
}

.inner-pages > .row.mt-5.mb-5 .col-md-12 ol[type="I"] > li::before {
    content: counter(inst, upper-roman) ".";
    color: #3388ff;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    vertical-align: middle;
    line-height: 0;
}

.inner-pages > .row.mt-5.mb-5 .col-md-12 ol[type="A"] > li::before {
    content: counter(inst, upper-alpha) ".";
    color: #3388ff;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    vertical-align: middle;
    line-height: 0;
}