.rpjwhitelogo, .rpjblacklogo {
    height: 50px;
    display: none;
    transition: color .2s;
}
header.header .rpjwhitelogo {
    display: block;
    transition: color .2s;
}
header.header.solid .rpjwhitelogo {
    display: none;
    transition: color .2s;
}
header.header.solid .rpjblacklogo {
    display: block;
    transition: color .2s;
}
header.header.always-solid img.rpjwhitelogo {
    display: none;
}
header.header.always-solid img.rpjblacklogo {
    display: block;
}

.nav-link--sub::after {
    margin-top: -4px;
}
.footer__crest img {
    height: 50px;
}
.ledger__row {
    padding: 20px;
    gap:0;
}
.entry__meta {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr auto;
}
span.entry__date {
    text-align: center;
}
.journal {
    gap: 41px;
    padding: 0px 20px;
}
article.entry {
    padding: 20px 0;
    border-right: 0;
    position: relative;
}
article.entry:nth-child(1):after, article.entry:nth-child(2):after {
    content: '';
    width: 1px;
    height: 100%;
    background: var(--hairline);
    position: absolute;
    top: 0;
    right: -21px;
}
h3.entry__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}
.entry:not(:first-child) {
    padding: 20px 0;
}
.about__body blockquote {
    border-left: 2px solid var(--oxblood);
    padding-left: 1.75rem;
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--stone);
}
.jrow, .tl, .role {
    padding: 20px;
}
.footer__legal {
    gap: 16px;
}
.Resources_section h3 {
		font-family: var(--serif);
		font-weight: 500;
		font-size: 1.5rem;
		margin: 0 0 2rem;
		color: var(--ink);
	}
	.Resources_section p {
		font-size: 1.1rem;
		color: var(--ink);
		line-height: 1.9;
		margin-bottom: 1.5rem;
	}
	.Resources_section .branding_docket_box {
		padding: 0;
		margin: 0;
	}
	.Resources_section .branding_docket_box li {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 8px;
		border-top: 1px solid var(--hairline);
		font-size: 1.1rem;
		color: var(--ink);
	}
	.Resources_section .branding_docket_box li:last-child {
		border-bottom: 1px solid var(--hairline);
	}
	.Resources_section .branding_docket_box li a {
		font-size: 1.1rem;
		color: var(--ink);
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 8px;
		border-left: 1px solid var(--hairline);
		padding-left: 16px;
		opacity: .85;
		transition: color .2s;
	}
	.Resources_section .branding_docket_box li a:hover {
		opacity: 1;
		transition: color .2s;
	}

	.Resources_section .branding_docket_box li a.pdf_frist i {
		color: var(--oxblood);
		font-size: 16px;
		height: 16px;
	}
.prose_width .prose {
    max-width: 100%;
}
@media screen and (max-width:1124px) {
    .journal {
        gap: 33px;
        padding: 0px 16px;
    }
    article.entry:nth-child(1):after, article.entry:nth-child(2):after {
        right: -17px;
    }
}
@media screen and (max-width:820px) {
    .journal {
        gap: 0;
    }
    article.entry:nth-child(1):after, article.entry:nth-child(2):after {
        content: unset;
    }
    figure.fig.fig--wide img {
        height: 100%;
    }
    h3.entry__title {
        display: unset;
        height: auto;
    }
    article.entry, .entry:not(:first-child) {
        padding: 2.25rem 0px;
    }
    .ledger__row {
        row-gap: .75rem;
        margin-left: 0;
        padding: 20px 0 20px 20px;
    }
    .ledger__idx {
        padding-top: 0;
    }
    .figure:nth-child(3), .figure:nth-child(4) {
        margin-top: 0;
    }
    .journal {
        padding: 0px;
    }
    .rpjwhitelogo, .rpjblacklogo {
        height: 40px;
    }
    .footer__crest img {
        height: 40px;
    }
    .jrow, .tl, .role {
        margin-left: 0;
        padding: 20px 0 20px 20px;
    }
}
@media screen and (max-width:767px) {
    .jrow, .tl, .role {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

/* ─── Shared form validation styles (Careers / Career Details) ─────────── */
.req {
    color: #C0392B;
    margin-left: 2px;
    font-weight: 600;
}
.cfield.has-error input,
.cfield.has-error select,
.cfield.has-error textarea {
    border-color: #C0392B;
    background: #FCF6F5;
}
.cfield.has-error .file-upload {
    border-color: #C0392B !important;
}
.cfield__error {
    display: none;
    font-family: var(--sans);
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    color: #C0392B;
    margin-top: .5rem;
}
.cfield.has-error .cfield__error {
    display: block;
}
.cfield__hint {
    font-family: var(--sans);
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    color: var(--stone-2);
    margin-top: .5rem;
}
.form-alert {
    display: none;
    font-family: var(--sans);
    font-size: 0.8rem;
    line-height: 1.6;
    color: #C0392B;
    background: #FCF6F5;
    border: 1px solid #E6C9C5;
    padding: 12px 14px;
    margin-bottom: 1.5rem;
}
.btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}
.btn__spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(244,241,234,0.4);
    border-top-color: var(--parchment);
    border-radius: 50%;
    display: inline-block;
    animation: btnspin .6s linear infinite;
}
@keyframes btnspin {
    to { transform: rotate(360deg); }
}