@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
body {
    background-color: #fff;
}

.skip-link {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border: none;
}
.skip-link:focus {
    clip: inherit;
    outline: none;
    position: absolute;
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

/** HEADER **/
header {
    background: #00274c;
    color: #fff;
    padding-top: 13px;
}

header a {
    border: none;
    color: #fff;
}
header a:hover {
    border: none;
}

header .um-logo {
    display: inline-block;
    text-decoration: none;
    border: none;
}
header .um-logo img {
    max-height: 25px;
}

header .search {
    display: inline-block;
    padding: 7px 10px;
    transform: skew(-14deg);
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    max-width: 100%;
}
header .search > * {
    transform: skew(14deg);
}
header .search input {
    width: 75px;
    max-width: 100%;
    border: none;
    outline: none;
    line-height: 1;
    background: transparent;
    transition: all 0.2s ease-in-out;
}
header .search input::placeholder {
    color: #fff;
    text-align: right;
}
header .search button {
    background: transparent;
    border: none;
    color: #ffcb05;
}
header .search:has(*:focus,*:hover,input:not(:placeholder-shown)) {
    background: #fff;
}
header .search:has(*:focus,*:hover,input:not(:placeholder-shown)) input {
    color: #707070;
    width: 200px;
}
header .search:has(*:focus,*:hover,input:not(:placeholder-shown)) input::placeholder {
    color: #aaa;
    text-align: left;
}
header .search:has(*:focus,*:hover,input:not(:placeholder-shown)) button {
    color: #00274c;
}
@media (prefers-reduced-motion: reduce) {
    header .search,
    header .search input {
        transition-duration: 0.1s;
    }
}

header .branding {
    padding-top: 30px;
    padding-bottom: 30px;
}
header .branding h1 {
    margin: 0;
}
header .branding a {
    display: inline-block;
}

header #sections-navigation {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
header #sections-navigation-control {
    width: 100%;
    text-align: left;
    padding: 13px 0;
    border: none;
    background: none;
    color: #fff;
}
header #sections-navigation-control i {
    color: var(--wp--preset--color--um-maize);
    font-weight: bold;
}
header #sections-navigation-control:hover,
header #sections-navigation-control:focus {
    color: var(--wp--preset--color--um-maize);
}
header #sections-navigation-nav {
    display: grid;
    grid-template-columns: auto 200px;
    margin-top: 1px;
    height: 0;
    background-color: var(--wp--preset--color--um-blue);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    z-index: 99;
}
header #sections-navigation-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header #sections-navigation-nav #sections-nav {
    flex-basis: 75%;
    column-count: 4;
    font-family: var(--wp--preset--font-family--gfont-libre-baskerville);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 30px 20px 0;
}
header #sections-navigation-nav #sections-nav > li {
    break-inside: avoid;
}
header #sections-navigation-nav #sections-nav > li a {
    display: block;
    padding: 20px 0;
    transition: all 0.2s ease-in-out;
}
header #sections-navigation-nav > ul > li a:hover {
    color: var(--wp--preset--color--um-maize);
    text-decoration: underline;
}

header #sections-navigation-nav #sections-utility-nav {
    flex-basis: 25%;
    padding: 20px 0 20px 30px;
    border-left: 1px solid;
    font-size: 18px;
}
header #sections-navigation-nav #sections-utility-nav > li a {
    display: block;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
}

header #sections-navigation-control[aria-expanded="true"] + #sections-navigation-nav {
    visibility: visible;
    height: auto;
}

@media screen and (max-width: 1200px) {
    header #sections-navigation-nav #sections-nav {
        column-count: 3;
    }
}
@media screen and (max-width: 950px) {
    header #sections-navigation-nav #sections-nav {
        column-count: 2;
    }
}
@media screen and (max-width: 768px) {
    header #sections-navigation-nav #sections-nav {
        font-size: 20px;
        padding-right: 15px;
    }
    header #sections-navigation-nav #sections-utility-nav {
        padding-left: 15px;
    }
}
@media screen and (max-width: 550px) {
    header #sections-navigation-nav {
        grid-template-columns: auto 150px;
    }
    header #sections-navigation-nav #sections-nav {
        column-count: 1;
    }
}
@media (prefers-reduced-motion: reduce) {
    header #sections-navigation-nav {
        transition-duration: 0.1s;
    }
}

header #featured-topics  {
    padding: 12px 0;
    font-size: 16px;
}
header #featured-topics h6 {
    margin: 0 20px 0 0;
    color: var(--wp--preset--color--um-maize);
    font-size: 16px;
    font-weight: 900;
    line-height: var(--bs-body-line-height);
}
header #featured-topics #featured-topics-nav {
    font-weight: 500;
}
header #featured-topics #featured-topics-nav li {
    margin: 0 20px;
}
header #featured-topics #featured-topics-nav li a {
    color: #fff;
}
/** END HEADER **/


/** FOOTER **/
footer {
    border-top: 3px solid var(--wp--preset--color--um-arboretum-blue);
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: var(--wp--preset--font-family--gfont-montserrat);
}

footer a {
    border: none;
}

footer .umlogo {
}
footer .umlogo a {
    display: inline-block;
}
footer .umlogo img {
    max-height: 150px;
}

footer #footer-buttons-nav {
    font-family: var(--wp--preset--font-family--gfont-roboto);
    font-size: 20px;
    line-height: 1;
    margin: 0 -6px 0 -10px;
}
footer #footer-buttons-nav li {
    margin: 0 10px;
}
footer #footer-buttons-nav li a {
    display: block;
    position: relative;
    padding: 5px 25px;
}
footer #footer-buttons-nav li a::after {
    content: ' ';
    position: absolute;
    top: 0;                                                                                                           
    left: 0;                                                                                                          
    width: 100%;
    height: 100%;
    transform: skew(-14deg);
    border: 1px solid;
}

footer #footer-nav {
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    margin: 0 -15px;
}
footer #footer-nav li {
    margin: 0 15px;
}

footer #social-media {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 27px;
    line-height: 1;
}
footer #social-media li {
    padding: 0 10px;
}
footer #social-media a {
    color: var(--wp--preset--color--um-blue);;
}
footer #social-media a:hover {
    color: var(--wp--preset--color--um-maize);
}

footer .copyright {
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width: 650px) {
    footer .umlogo + * {
        text-align: center !important;
    }
    footer .row > * {
        flex-basis: 100%;
    }
    footer .row > * + * {
        margin-top: 20px;
    }
    footer .justify-content-sm-end {
        justify-content: center !important;
    }
}
/** END FOOTER **/

/** GENERIC STYLES **/
.alignleft {
    display: flow-root;
    float: left;
    clear: left;
    margin-inline-start: 0;
    margin-inline-end: 1em;
    margin-block-end: 1em;
}

.alignright {
    display: flow-root;
    float: right;
    clear: right;
    margin-inline-start: 1em;
    margin-inline-end: 0;
    margin-block-end: 1em;
}

.aligncenter {
    display: flow-root;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.alignnone {
    clear: both;
}

@media (max-width: 600px) {
    .alignleft,
    .alignright {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

/* paginate links */
main .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
}
main .page-numbers li > *:first-child {
    padding: 13px;
}
main .page-numbers i {
    color: var(--wp--custom--color--accent);
}
main .page-numbers li .current {
    color: var(--wp--preset--color--white);
    background-color: var(--wp--custom--color--accent);
}
/* END: paginate links */
/** END GENERIC STYLES **/

/** MAIN CONTENT **/
main {
    padding-bottom: 5rem;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
}
main .postTitle {
    font-family: var(--wp--preset--font-family--gfont-playfair-display);
    font-size: 54px;
    margin-top: 45px;
    margin-bottom: 25px;
}
main .postSubhead {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    border-top: 1px solid var(--wp--preset--color--um-arboretum-blue);
    border-color: var(--wp--custom--color--accent);
}
main .content * + h1,
main .content * + h2 {
    margin-top: 100px;
}
main .content * + h3,
main .content * + h4,
main .content * + h5,
main .content * + h6 {
    margin-top: 75px;
}
main .content .wp-block-details * + h1,
main .content .wp-block-details * + h2,
main .content .wp-block-details * + h3,
main .content .wp-block-details * + h4,
main .content .wp-block-details * + h5,
main .content .wp-block-details * + h6 {
    margin-top: inherit;
}
main .content .byline {
    font-size: 20px;
    color: #707070;
}
main .content .posted-on {
    font-size: 14px;
    color: #707070;
}
main #related-posts,
main .content .alignwide figcaption,
main .content .alignfull:not(.normal-content) > *:not(a,img,.wp-block-embed__wrapper),
body:not(.home) main .content > *:not(.alignwide,.alignfull) {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
main .content .featured-image.alignfull img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}
main .content .featured-video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
main .content .post {
    padding-top: 20px;
    color: #707070;
    font-size: 20px;
}
main .content .postTitle:not(.visually-hidden) + .post {
    border-top: 1px dashed var(--wp--preset--color--um-blue);
    xborder-top: 1px solid var(--wp--preset--color--um-arboretum-blue);
}

main .content .post-topics {
    color: #707070;
    font-size: 18px;
    border-top: 1px solid var(--wp--custom--color--accent);
}
main .content .post-topics > ul > li::after {
    content: ', ';
}
main .content .post-topics > ul > li:last-child::after {
    content: '';
}

main .content .featured-video {
    text-align: center;
}

main .content .featured-image {
    font-size: 12px;
    color: var(--wp--preset--color--um-blue);
    text-align: center;
}

main .slash-line {
    display: flex;
    align-items: center;
}
main .slash-line::after {
    content: ' ';
    border-bottom: 1px solid var(--wp--custom--color--accent);
    flex-grow: 1;
}
main .slash-line > * {
    display: block;
    margin: 0;
    padding: 8px 0 8px 0;
    font-family: var(--wp--preset--font-family--gfont-playfair-display);
    font-size: 20px;
}
main .slash-line > h2,
main .slash-line > *.postTitle {
    display: flex;
    font-size: 54px;
    font-weight: 900;
    line-height: 50px;
    padding: 0;
}
main .slash-line > h2:after,
main .slash-line > *.postTitle:after {
    content: ' ';
    border-right: 1px solid var(--wp--custom--color--accent);
    padding-left: 20px;
    transform: skew(-14deg);
}
main .slash-line > a {
    position: relative;
    order: 2;
    min-width: 230px;
    padding: 4px 15px;
    text-align: center;
    color: var(--wp--custom--color--accent);
}
main .slash-line > a::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-14deg);
    border: 1px solid var(--wp--custom--color--accent);
}

main #related-posts ul {
    grid-template-columns: 1fr 1fr 1fr;
}
main #related-posts ul li img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}
main #related-posts li article {
    position: relative;
}
main #related-posts li article a::before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 992px ) {
    main #related-posts ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px ) {
    main .postTitle {
        font-size: 34px;
    }

    main #related-posts ul {
        grid-template-columns: 1fr;
    }
}
/** END MAIN CONTENT **/


/** HOMEPAGE **/
body.home {
    background-color: #efefef;
}

body.home main .content > *:first-child {
    margin-top: 50px;
}

body.home main .content .alignfull {
    padding: 50px 0;
}
body.home main .content .alignfull:has(.slash-line) {
    margin-top: 110px;
}
body.home main .content .alignfull:has(.slash-line) .slash-line {
    margin-top: 0;
}

body.home main .slash-line {
    margin-bottom: 25px;
}
body.home main .slash-line > h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #707070;
}

body.home li article {
    position: relative;
}
body.home li article a::before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
body.home li article a:not([href*="news.umich.edu"]):not([href*="michigannow.umwebops.org"]):not([href*="michigannow.vpcomm.umich.edu"])::after {
    display: inline-block;
    content: "\f360";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .5;
    font-size: .8em;
    margin-left: 5px;
}

body.home li article:has(.featured-video) .title-excerpt {
    position: relative;
}

body.home main .image-category {
    position: relative;
    background: var(--wp--preset--color--um-blue);
    overflow: hidden;
}
body.home main .image-category .category {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: inline-block;
    padding: 5px 10px;
    min-width: 120px;
    background: var(--wp--custom--color--category--background, #333);
    color: var(--wp--custom--color--category--color, #fff);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/** BLOCK: michigan-now-articles **/
@media screen and (min-width: 1500px) {
    body.home main .content .wp-block-michigan-now-articles ul li:first-child .title-excerpt {
        max-width: initial;
    }
}
/** END: BLOCK: michigan-now-articles **/

/* recent-articles */
body.home main .content #recent-articles {
    margin-bottom: 100px;
}
body.home main .content #recent-articles ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
body.home main .content #recent-articles ul > li {
    flex-basis: 25%;
    padding: 15px;
}
body.home main .content #recent-articles ul > li article {
    height: 100%;
}
body.home main .content #recent-articles ul > li article .image-category {
    aspect-ratio: 16/9;
}
body.home main .content #recent-articles ul > li article .image-category img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}
body.home main .content #recent-articles ul > li .article-title {
    margin-top: 10px;
    font-family: var(--wp--preset--font-family--gfont-libre-baskerville);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
}
body.home main .content #recent-articles ul > li .article-title a {
    display: inline;
    color: var(--wp--preset--color--um-blue);
}
@media (max-width: 992px) {
    body.home main .content #recent-articles ul > li {
        flex-basis: 50%;
    }
}
@media (max-width: 576px) {
    body.home main .content #recent-articles ul > li {
        flex-basis: 100%;
    }
}
/* END: recent-articles */

/* in-the-news */
body.home main .content #in-the-news {
    margin-bottom: 100px;
}
body.home main .content #in-the-news ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    font-size: 18px;
    color: #333;
}
body.home main .content #in-the-news ul > li {
    flex-basis: 25%;
    padding: 15px;
}
body.home main .content #in-the-news ul > li .outlet {
    display: block;
    font-weight: bold;
}
body.home main .content #in-the-news ul > li a {
    color: #333;
}
@media (max-width: 992px) {
    body.home main .content #in-the-news ul > li {
        flex-basis: 50%;
    }
}
@media (max-width: 576px) {
    body.home main .content #in-the-news ul > li {
        flex-basis: 100%;
    }
}
/* END: in-the-news */

/* events */
body.home main .content #upcoming-events {
    margin-bottom: 100px;
}
body.home main .content .events {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 5px -15px;
    flex-wrap: wrap;
}
body.home main .content .events li {
    flex-basis: 25%;
    padding: 15px;
}
body.home main .content .events li > article {
    position: relative;
    height: 100%;
    background: var(--wp--preset--color--white);
}
body.home main .content .events li > article > img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    min-height: 240px;
}
body.home main .content .events li > article > .details {
    padding: 15px;
}
body.home main .content .events li > article .month-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    min-width: 50px;
    background: var(--wp--preset--color--um-maize);
    color: var(--wp--preset--color--um-blue);
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
body.home main .content .events li > article .month-date .month {
    display: block;
    font-size: 14px;
}
body.home main .content .events li > article .month-date .date {
    display: block;
    font-size: 24px;
    margin-top: 5px;
}
body.home main .content .events li > article .event-title {
    font-family: var(--wp--preset--font-family--gfont-libre-baskerville);
    font-size: 20px;
    font-weight: bold;
}
body.home main .content .events li > article .event-title a {
    color: var(--wp--preset--color--um-blue);
}
body.home main .content .events li > article .location {
    display: flex;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
}
body.home main .content .events li > article .location i {
    line-height: 1.3;
    color: var(--wp--custom--color--accent);
}
@media (max-width: 992px) {
    body.home main .content .events li {
        flex-basis: 50%;
    }
}
@media (max-width: 576px) {
    body.home main .content .events li {
        flex-basis: 100%;
    }
}
/* END: events */

/* category-articles */
body.home main .content #categories-articles > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -25px;
}
body.home main .content #categories-articles > ul > li {
    flex-basis: 25%;
    padding: 25px;
}
body.home main .content #categories-articles > ul > li > h3 {
    font-family: var(--wp--preset--font-family--gfont-libre-baskerville);
    font-size: 28px;
    font-weight: bold;
}
body.home main .content #categories-articles .category-articles {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 1.2;
}
body.home main .content #categories-articles .category-articles li {
    margin-bottom: 25px;
}
body.home main .content #categories-articles .category-articles a {
    color: #333;
    font-size: 18px;
}
body.home main .content #categories-articles .category-articles a:not([href*="news.umich.edu"]):not([href*="michigannow.umwebops.org"]):not([href*="michigannow.vpcomm.umich.edu"])::after {
    display: inline-block;
    content: "\f360";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .5;
    font-size: .8em;
    margin-left: 5px;
}
body.home main .content #categories-articles a.more {
    color: var(--wp--preset--color--um-blue);
}
@media (max-width: 992px) {
    body.home main .content #categories-articles > ul > li {
        flex-basis: 50%;
    }
}
@media (max-width: 576px) {
    body.home main .content #categories-articles > ul > li {
        flex-basis: 100%;
    }
}
/* END: category-articles */

@media (max-width: 768px) {
    main .slash-line::after {
        min-width: 25%;
    }

    main .slash-line > a {
        margin: 0 5px;
    }

    body.home main .content #recent-articles,
    body.home main .content #upcoming-events,
    body.home main .content #in-the-news,
    body.home main .content #categories-articles {
        position: relative;
        padding-bottom: 75px;
    }
    body.home main .content #recent-articles .slash-line > a,
    body.home main .content #upcoming-events .slash-line > a,
    body.home main .content #in-the-news .slash-line > a,
    body.home main .content #categories-articles .slash-line > a {
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    body.home main .content #in-the-news .slash-line > a {
        right: calc(var(--bs-gutter-x) * .5);
    }
}
@media (max-width: 576px) {
    body.home main .content #recent-articles .slash-line > a,
    body.home main .content #upcoming-events .slash-line > a,
    body.home main .content #in-the-news .slash-line > a,
    body.home main .content #categories-articles .slash-line > a {
        left: 0;
    }
    body.home main .content #in-the-news .slash-line > a {
        left: calc(var(--bs-gutter-x) * .5);
    }
}
/** END: HOMEPAGE **/


/** ARCHIVE **/
body.archive main form.search {
    padding: 7px 10px;
    transform: skew(-14deg);
    border: 1px solid var(--wp--preset--color--um-blue);
    color: var(--wp--preset--color--um-blue);
}
body.archive main form.search > * {
    transform: skew(14deg);
}
body.archive main form.search label {
    font-weight: bold;
}
body.archive main form.search input {
    padding: 0;
    border: none;
    color: var(--wp--preset--color--um-blue);
}
body.archive main form.search input:has(:focus, :hover, input:not(:placeholder-shown)) input::placeholder {
    color: #aaa;
}
body.archive main form.search input:focus-visible {
    outline: none;
}
body.archive main form.search button {
    background: transparent;
    border: none;
    color: var(--wp--preset--color--um-blue);
}

body.archive main article {
    position: relative;
}
body.archive main article a {
    color: var(--wp--preset--color--um-blue);
}
body.archive main article a::before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
body.archive main article a:not([href*="news.umich.edu"]):not([href*="michigannow.umwebops.org"]):not([href*="michigannow.vpcomm.umich.edu"])::after {
    display: inline-block;
    content: "\f360";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .5;
    font-size: .8em;
    margin-left: 5px;
}
body.archive main .featured-image {
    aspect-ratio: 2/1;
    background: var(--wp--preset--color--um-blue);
}
body.archive main .featured-image img {
    height: 100%;
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    min-height: 155px;
}

body.archive main .featured-post {
    border-bottom: 1px dashed var(--wp--preset--color--um-blue);
}

body.archive main article h2.postTitle {
    font-family: var(--wp--preset--font-family--gfont-libre-baskerville);
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
body.archive main article .posted-on {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

body.archive main #posts {
    margin-left: -25px;
    margin-right: -25px;
}
body.archive main #posts li {
    flex-basis: 50%;
    padding: 30px 25px;
}
body.archive main #posts li article {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    height: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--wp--preset--color--um-blue);
}

body.archive main #posts.first-page li {
    flex-basis: 25%;
}
body.archive main #posts.first-page li article {
    flex-direction: column;
}
body.archive main #posts.first-page li h2.postTitle {
    font-size: 24px;
}
body.archive main #posts.first-page li .posted-on {
    font-size: 16px;
}
/** END ARCHIVE **/

/** ARCHIVE: IN-THE-NEWS **/
body.archive.post-type-archive-in_the_news main #posts li {
    flex-basis: 25%;
}
body.archive.post-type-archive-in_the_news main #posts li article {
    flex-direction: column;
}
body.archive.post-type-archive-in_the_news main #posts li article .outlet {
    font-weight: bold;
}
/** END: ARCHIVE: IN-THE-NEWS **/


/** BLOCKS **/
/* BLOCK: BUTTON */
.wp-block-button.is-style-skewed span {
    display: inline-block;
    transform: skew(14deg);
}
/* END BLOCK: BUTTON */

/* BLOCK: IMAGE */
.wp-block-image.alignleft,
.wp-block-image.alignright {
    max-width: 50%;
}

.wp-block-image img {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.wp-block-image > a {
    display: block;
}
.wp-block-image a img {
    width: 100%;
    xbackground: #efefef;
}
/* END BLOCK: IMAGE */


/* BLOCK: GALLERY (DEFAULT) */
.wp-block-gallery.has-nested-images figure.wp-block-image:not(.is-style-rounded)::before {
    content: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(.is-style-rounded) figcaption {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* END BLOCK: GALLERY (DEFAULT) */

/* BLOCK: GALLERY (FEATURED) */
.wp-block-gallery.mnow-gallery {
    justify-content: center;
}
.wp-block-gallery.mnow-gallery a img:hover {
    opacity: 0.8;
}
.wp-block-gallery.mnow-gallery .mnow-gallery-prime {
    position: relative;
    flex-basis: 100%;
}
.wp-block-gallery.mnow-gallery .mnow-gallery-prime span,
.wp-block-gallery.mnow-gallery .mnow-gallery-prime a,
.wp-block-gallery.mnow-gallery .wp-block-image span,
.wp-block-gallery.mnow-gallery .wp-block-image a {
    display: block;
    aspect-ratio: 16/9 auto;
}
.wp-block-gallery.mnow-gallery .mnow-gallery-prime span img,
.wp-block-gallery.mnow-gallery .mnow-gallery-prime a img,
.wp-block-gallery.mnow-gallery .wp-block-image span img,
.wp-block-gallery.mnow-gallery .wp-block-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wp-block-gallery.mnow-gallery .wp-block-image.thumbnail span {
    cursor: pointer;
}
.wp-block-gallery.mnow-gallery .wp-block-image {
    position: relative;
    flex-basis: 150px;
    margin: 0;
}
.wp-block-gallery.mnow-gallery .wp-block-image figcaption {
    height: 0;
    width: 0;
    visibility: hidden;
}
.wp-block-gallery.mnow-gallery .blocks-gallery-caption {
    flex-basis: 100%;
    margin-top: -1rem;
}
/* END BLOCK: GALLERY */

/* FEATURE: Gallery Lightbox */
body:has(#mnow-lightbox) {
    overflow: hidden;
    padding-right: 15px;
}
#mnow-lightbox {
    height: 100%;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

#mnow-lightbox .mnow-lightbox-content {
    display: flex;
    height: 100%;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
}
#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-content-wrap {
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-content-wrap img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-content-wrap .mnow-lightbox-caption {
    font-size: 12px;
    color: var(--wp--preset--color--white);
    background: #333;
    padding: .5em 1em;
}
#mnow-lightbox .mnow-lightbox-content.loading .mnow-lightbox-content-wrap {
    opacity: 0;
}

#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-loader {
    opacity: 0;
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: var(--wp--preset--color--um-maize);
    transition: all 1s ease-in-out;
}
#mnow-lightbox .mnow-lightbox-content.loading .mnow-lightbox-loader {
    opacity: 1;
}
#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-loader svg,
#mnow-lightbox .mnow-lightbox-content .mnow-lightbox-loader img {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -15px;
}

#mnow-lightbox .mnow-lightbox-controls {
    transition: all 0.5s ease-in-out;
}
#mnow-lightbox .mnow-lightbox-controls a {
    position: absolute;
    top: 50%;
    margin: -.5em 0 0 0;
    font-size: 30px;
    color: var(--wp--preset--color--white);
}
#mnow-lightbox .mnow-lightbox-controls a:hover {
    color: var(--wp--preset--color--um-maize);
}

#mnow-lightbox:not(.mnow-lightbox-gallery) .mnow-lightbox-controls .previous,
#mnow-lightbox:not(.mnow-lightbox-gallery) .mnow-lightbox-controls .next {
    display: none;
}

#mnow-lightbox .mnow-lightbox-controls .previous {
    left: 10px;
}
#mnow-lightbox .mnow-lightbox-controls .next {
    right: 10px;
}
#mnow-lightbox .mnow-lightbox-controls .close {
    top: 15px;
    right: 10px;
}
body.admin-bar #mnow-lightbox .mnow-lightbox-controls .close {
    top: 42px;
}
#mnow-lightbox .mnow-lightbox-content.loading + .mnow-lightbox-controls {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #mnow-lightbox .mnow-lightbox-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    #mnow-lightbox .mnow-lightbox-controls .previous {
        left: 0;
    }
    #mnow-lightbox .mnow-lightbox-controls .next {
        right: 0;
    }
    #mnow-lightbox .mnow-lightbox-controls .close {
        right: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    #mnow-lightbox .mnow-lightbox-content .mnow-lightbox-content-wrap,
    #mnow-lightbox .mnow-lightbox-content .mnow-lightbox-loader,
    #mnow-lightbox .mnow-lightbox-controls {
        transition-duration: 0.1s;
    }
}
/* END FEATURE: Gallery Lightbox */

/** END BLOCKS **/


/** LEGACY STYLES **/
.wp-block-image.headshot img {
    max-width: 150px !important;
}

.wp-block-gallery.headshot {
    max-width: 150px !important;
}
.wp-block-gallery.headshot figure.wp-block-image:not(.is-style-rounded) {
    display: flex;
    flex-direction: column;
}
.wp-block-gallery.headshot figure.wp-block-image:not(.is-style-rounded) > * {
    position: relative;
    flex-basis: content;
    flex-grow: 0;
}
.wp-block-gallery.headshot figure.wp-block-image:not(.is-style-rounded) figcaption {
    width: auto !important;
    height: auto !important;
    margin: initial !important;
    clip: initial !important;
    background: none;
    color: #6d7074;
    text-shadow: none;
}

.wp-block-image > figure:has(> figcaption:not(.wp-element-caption)) {
    display: table;
}
.wp-block-image figcaption:not(.wp-element-caption) {
    color: #6d7074;
    font-size: 12px;
}
.wp-block-image figure figcaption:not(.wp-element-caption) {
    display: table-caption;
    caption-side: bottom;
}

.wp-caption {
    display: table;
    max-width: 100%;
}
.wp-caption img {
    background: #efefef;
}
.wp-caption figcaption {
    color: #6d7074;
    font-size: 12px;
    display: table-caption;
    caption-side: bottom;
}

.wf_caption {
    margin-inline-start: 1em;
    margin-inline-end: 1em;
    margin-block-end: 1em;
    font-size: 12px;
}
.wf_caption > * {
    display: block;
    text-align: left !important;
}

*:not(.wp-block-pullquote) > blockquote:not(.wp-block-quote) {
    position: relative;
    max-width: 790px !important;
    border-color: #0075bc;
    border-width: 1px 0 1px 0;
    border-style: solid;
    color: var(--wp--preset--color--um-blue);
    font-family: var(--wp--preset--font-family--gfont-playfair-display);
    font-size: 30px;
    font-weight: 700;
    margin-top: 6rem;
    margin-right: auto;
    margin-bottom: 6rem;
    margin-left: auto;
    padding-top: 65px;
    padding-right: 45px;
    padding-bottom: 65px;
    padding-left: 45px;
}
*:not(.wp-block-pullquote) > blockquote:not(.wp-block-quote)::before {
    content: url(/wp-content/themes/michigan-now/assets/ldquo.svg);
    position: absolute;
    left: 20px;
    top: -40px;
}
*:not(.wp-block-pullquote) > blockquote:not(.wp-block-quote)::after {
    content: url(/wp-content/themes/michigan-now/assets/rdquo.svg);
    position: absolute;
    right: 20px;
    bottom: -49px;
}
*:not(.wp-block-pullquote) > blockquote:not(.wp-block-quote) cite {
    display: block;
    color: #707070 !important;
    text-align: right;
    font-family: var(--wp--preset--font-family--gfont-roboto);
    font-size: 20px !important;
    font-weight: 400;
}

.xwp-block-pullquote.alignleft,
.xwp-block-pullquote.alignright {
    padding-top: 2em;
    padding-bottom: 2em;
}

.wp-block-gallery.has-nested-images.wp-gallery-shortcode figure.wp-block-image {
    flex-grow: 0;
}
/** END LEGACY STYLES **/
