.wp-site-blocks,
.entry-content {
    color: white;
}

.entry-content a,
.jef-post-content a {
    color: rgb(0, 204, 102);
}

.entry-content .office-card,
.entry-content .office-card:hover,
.entry-content .office-card:focus,
.entry-content .office-title {
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.jef-content {
    min-height: 35vh;
}

.entry-content > .alignfull,
.entry-content > .alignwide {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.jef-post-content {
    font-size: 1.1rem;
    line-height: 1.75;
}

.jef-post-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.jef-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.35;
}

.jef-pagination {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.jef-pagination .page-numbers {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
}

.jef-pagination .current,
.jef-pagination a:hover {
    background-color: rgb(0, 204, 102);
    border-color: rgb(0, 204, 102);
}

.jef-search-form .search-field {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: white;
    padding: 0.5rem;
}

.jef-search-form .search-submit {
    border: 0;
    background-color: rgb(0, 204, 102);
    color: white;
    padding: 0.5rem 1rem;
}

.jef-category-nav a {
    display: inline-flex;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    padding: 0.55rem 0.8rem;
    margin: 0.2rem;
}

.jef-category-nav a:hover {
    border-color: rgb(0, 204, 102);
    color: rgb(0, 204, 102);
}

.jef-publication-section .blog-btn,
.jef-publication-section .blog-btn:hover,
.jef-publication-section .blog-btn:focus {
    color: white;
}

.jef-publication-section .article,
.jef-publication-section .carousel-item,
.jef-latest-posts .article {
    background-position: center center !important;
}

.jef-publication-carousel:hover .carousel-image-cover {
    opacity: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.jef-publication-category-intro {
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}

.jef-publication-category-intro .image-filter {
    min-height: 320px;
    background: linear-gradient(to right, black, transparent);
    border-radius: 3px;
}

.jef-publication-category-description p:last-child {
    margin-bottom: 0;
}

.jef-hero-subtitle {
    color: rgb(0, 204, 102);
}

.jef-contact-form .form-control {
    background-color: white;
}

.wp-block-cover,
.wp-block-group {
    color: inherit;
}
