/* Updated 6-30-25 */


.subhead {
    font-size: clamp(1.313rem, 1.199rem + .57vw, 1.625rem);
    font-size: var(--font-size__h2);
    font-weight: 700;
    font-weight: var(--font-weight__bold);
    margin-bottom: .5em;
    font-family: gotham-sans, sans-serif;
    font-family: var(--font__sans);
}

.subhead2 {
    font-size: clamp(1.313rem, 1.244rem + .34vw, 1.5rem);
    font-size: var(--font-size__h3);
    font-weight: 700;
    font-weight: var(--font-weight__bold);
    margin-bottom: .5em;
    font-family: gotham-sans, sans-serif;
    font-family: var(--font__sans);
}

.thumbnail-card {
    border: 0px;
    border-bottom: 1px solid var(--color_gray);
}

.generic-content a {
    color: #013767;
    font-weight: var(--font-weight__bold);
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

#briefing .generic-content p:after {
    clear: none;
}

#briefing h2, #briefing h3 {
    display: block;
    clear: left;
}

#briefing .generic-content figure:not([class]) {
    margin-bottom: 2em;
    margin-top: 0em;
}

#briefing .generic-content ul, #briefing .generic-content ol {
    display: block;
}

#briefing .generic-content li {
    margin-bottom: .5em;
}

#newideas .thumbnail-card__title {
    font-size: 1.4rem;
    font-weight: 700;
}

#newideas .thumbnail-card {
    border: 0px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 2em;
}

#newideas .generic-content figcaption {
    margin-top: 0px;
}

.generic-content p:after {
    clear: none;
    content: "";
    display: block;
}

.editorh3 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    font-size: var(--font-size__large-body);
}

.editorial__content a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.generic-content a {
    text-decoration: underline;
    color: #013767;
}

.page-content__aside a:hover {
    text-decoration: underline;
}

p .sidebar {
    font-size: .9em;
}

.deptlist {
    font-family: chronicle-text, serif;
    font-family: var(--font__serif-alt);
    font-size: 16px;
    font-weight: 300;
    font-weight: var(--font-weight__book);
    line-height: 1.55em;
}

    .deptlist li {
        margin-bottom: 10px;
    }

.nomargintop {
    margin-top: 0px !important;
}

.imagedivl {
    float: left;
    max-width: 300px;
    margin-right: 20px;
}

.imagedivr {
    float: right;
    max-width: 300px;
    margin-left: 20px;
}

    .imagedivr figure, .imagedivl figure {
        margin-bottom: 1em;
    }

.issue figcaption {
    font-size: .85rem;
}

.hero--issue span.share-nav__label {
    font-size: 1.0rem;
}

.hero--issue .share-nav__list a {
    background-color: #fff;
}

.hero--issue .share-nav__list a {
    width: 25px;
    color: #013767;
}

.hero--issue .size-4 {
    height: .8rem;
    width: .8rem;
}

.hero--issue .metatitle {
    font-size: 1.35rem;
}

.hero--issue .hero__subtext {
    font-size: 1.0rem;
    padding-bottom: 10px;
}

h2, h3, h4, h5 {
    line-height: 1.3;
}

.deptlist {
    display: inline-block;
}

.header__inner {
    margin-bottom: 10px;
}

.editorial_abstract {
    font-size: 17px;
}

.generic-content ol li ul {
    margin-bottom: 1.34em !important;
    margin-top: -10px;
}

.hero--issue a.metatitle:hover {
    text-decoration: underline;
}

.excerpt__attribution a:hover {
    text-decoration: underline;
}

.deptimagel {
    float: left;
    margin-right: 20px;
}

.deptimager {
    float: right;
    margin-left: 20px;
}

.mw200 {
    max-width: 200px;
}

.mw250 {
    max-width: 250px;
}

.mw300 {
    max-width: 300px;
}

.mw300 {
    max-width: 400px;
}

.deptimagel figure, .deptimager figure {
    margin-bottom: 0.05em !important;
}

#newideas figcaption p {
    font-family: chronicle-text, serif;
    font-family: var(--font__serif-alt);
    font-size: 1rem;
}



@media only screen and (max-width: 900px) {
    .contributor__portrait {
        width: 100%;
        aspect-ratio: 905 / 550;
    }

    .contributor__main:before {
        display: none;
    }

    #newideas .thumbnail-card {
        display: block;
    }

    #newideas .thumbnail-card--large img {
        max-width: 100%;
        margin-bottom: 1.5em;
    }
}
