.logo-bar {
    padding: 0px;
}
.page-title {
    color: #901821;
    font-size: 24px;
}
#site-detail {
    padding: 5px 0;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 1);
}

table.noBorderTable {
    border-width: 0px;
}

table.noBorderTable tbody {
    border-width: 0px;
}

table.noBorderTable th {
    border-width: 0px;
}

table.noBorderTable tr {
    border-width: 0px;
}

table.noBorderTable td {
    border-width: 0px;
}

a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

a:visited {
    color: purple;
}

.main-navigation a {
    color: #222;
}

#menu-item-148000 a {
    color: #0c4cba;
}
a,
ul li a:hover,
ol li a:hover,
li a:hover,
.side-menu-wrap .side-nav-wrap a:hover, /* Side Menu */
.entry-title a:hover, /* Post */
.entry-title a:focus,
.entry-title a:active,
.entry-meta a:hover,
.image-navigation .nav-links a,
a.more-link {
    color: #0c4cba;
}
.entry-title a {
    color: #0c4cba;
}
.entry-title a:visited {
    color: purple;
}
#site-branding {
    padding: 0 0px;
}
.top-bar-date {
    padding: 3px 5px;
}
.top-bar-date {
    padding-left: 5px;
}
P {
    font-family: Arial, Helvetica, sans-serif;
}
.at-donate {
    font-size: x-large;
    font-style: bold;
}
#secondary .widget-title {
    margin-bottom: 10px;
}
.top-bar-date {
    font-size: 16px;
    font-weight: bold;
}
.src_url {
    font-size: x-small
}
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}
.ba-home-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    height: 280px;
}

a.ba-home-block div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}
.ba-home-block-title {
    font-size: x-large;
    font-weight: 600;
}
.ba-home-block-text {
    font-size: large;
    font-weight: 600;
    justify-content: flex-end !important;
}
.ultp-heading-filter {
    z-index: 999;
}
.wp-custom-header {
    float: none;
    text-align: center;
}
.ba-home-header {
    float: none !important;
    text-align: center !important;
}
.db-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.db-search div {
    display: flex;
}
.db-search-box {
    width: 250px !important;
    margin-bottom: 0px !important;
}

/* Assignment Record page: image left, text right (media-text block) */
.assign-record-hero {
    display: grid;
    grid-template-columns: minmax(280px, 55%) 1fr;
    gap: 1.5rem 2rem;
    align-items: start;
    margin: 1.5rem 0;
}
.assign-record-hero .wp-block-media-text__media {
    margin: 0;
    padding: 0;
}
.assign-record-hero .wp-block-media-text__media .assign-record-hero__img,
.assign-record-hero .wp-block-media-text__media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: top;
}
.assign-record-hero .wp-block-media-text__content {
    padding: 0;
    margin: 0;
}
.assign-record-hero .wp-block-media-text__content > p:first-child {
    margin-top: 0;
    padding-top: 0;
}
/* Stack on small screens */
@media (max-width: 600px) {
    .assign-record-hero {
        grid-template-columns: 1fr;
    }
}