html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Remove the margin in all browsers (opinionated).
   */
body {
    margin: 0;
}

body {
    background-color: #fff;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


figure {
    margin: 0;
}

p,
.p {
    font-size: 1.1em;
    /* interim from article body but slightly smaller */
    margin: 0 0 0.7em;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif !important;
    font-weight: normal !important;
    line-height: 1.084 !important;
    margin: 0;
}

:root {
    --masthead_proportion: calc(482 / 32);
    --masthead-hadada_proportion: calc(534 / 40);
    --page-padding: 0.875rem;
    --spacing: 1em;
    --spacing--small: 0.5em;
    --duration: 0.2s;
    --timing: ease;
    --int-issue-gold: #fdbc2c;
    --int-issue-yellow: #fffe0b;
    --int-color: $int-black;
    --issue-color: #2d2d2d;
    --issue-color-mid: #a0d5fb;
}

/* @media screen and (min-width: 48em) {
    :root {
        --page-padding: 2.1875em;
    }
} */

.int-marquee-article .int-marquee-titles h2 {
    margin-top: 0 !important;
}

.int-marquee-article .int-marquee-titles p {
    margin: 0 0 0.7em !important;
}

.int-marquee-titles p, .int-footer-nav-link, #int-nav-search-input_mobile, .int-nav-2nd-link_desk, .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}

.int-marquee-titles p {
    color: #7d7d7d;
    font-size: 0.6125em;
    font-style: italic;
    letter-spacing: 0.01em;
    margin-bottom: 0.2em;
}

.int-marquee-titles h2 {
    color: inherit;
    /* font-size: 1.5em; */
    font-size: 1em;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

/* @media screen and (min-width: 62.5em) {
    .int-marquee-titles h2 {
        margin-bottom: 0.6em;
    }
} */

.int-marquee-titles address {
    color: #ccc;
    font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.2;
}

/* BS */
@media (max-width: 62.5em) {
    .int-marquee-article .int-marquee-titles p {
        margin: 0 0 0.7em !important;
    }

    .int-marquee-titles h2 {
        color: inherit;
        font-size: 0.7em;
        margin-bottom: 0.5em;
    }

    .int-marquee-titles address {
        color: #ccc;
        font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-size: 0.575em;
        font-weight: 500;
        line-height: 1.2;
    }
}

.titles_about-wrap, .main-archive, .main-current-issue-titles, .titles, .marquee, .int-footer-fineprint, .int-footer-nav, #swipebox-bottom-bar, #swipebox-top-bar, .article-body-wrap, .events-stack, .search-stack, .blog-stack, .footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile, .home-stack-ad, .rail_right, .rail_left {
    padding: 0.875rem;
}

/* @media screen and (min-width: 48em) {
    .titles_about-wrap, .main-archive, .main-current-issue-titles, .titles, .marquee, .int-footer-fineprint, .int-footer-nav, #swipebox-bottom-bar, #swipebox-top-bar, .article-body-wrap, .events-stack, .search-stack, .blog-stack, .footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile, .home-stack-ad, .rail_right, .rail_left {
        padding: 1em 2.1875em;
    }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .discretionary-marquee-card {
        margin-top: 1em;
    }
} */

.discretionary-marquee-card .card-figure-wrap,
.discretionary-marquee-card .card-titles,
.discretionary-marquee-card .card-rubric {
    margin-right: 0;
    margin-left: 0;
}

/* @media screen and (min-width: 48em) {

    .discretionary-marquee-card .card-figure-wrap,
    .discretionary-marquee-card .card-titles-wrap {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%;
    }

    .discretionary-marquee-card .card-figure-wrap:last-child,
    .discretionary-marquee-card .card-titles-wrap:last-child {
        margin-right: 0;
    }
} */

.discretionary-marquee-card .card-figure-wrap {
    margin-top: 0;
}

/* @media screen and (min-width: 48em) {
    .discretionary-marquee-card .card-titles-wrap {
        border-top: 1px solid #414141;
    }
}

@media screen and (min-width: 48em) {
    .discretionary-marquee-card .card-titles h1 {
        font-size: 2em;
        font-size: 1.6em;
    }
}

@media screen and (min-width: 62.5em) {
    .discretionary-marquee-card .card-titles h1 {
        font-size: 3.125em;
        font-size: 2.35em;        
    }
}

@media screen and (min-width: 75em) {
    .discretionary-marquee-card .card-excerpt-wrap {
        height: 9.75em !important;
    }
}

@media screen and (min-width: 48em) {
    .discretionary-marquee-card .card-rubric {
        margin-bottom: 0;
    }
} */

.discretionary-marquee-promo_mobile {
    margin-right: auto;
    margin-left: auto;
    max-width: 18.75em;
}

/* @media screen and (min-width: 48em) {
    .discretionary-marquee-promo_mobile {
        display: none;
    }
} */

.discretionary-marquee-promo_desktop {
    margin-top: 1em;
}

/* @media screen and (max-width: 47.9375em) {
    .discretionary-marquee-promo_desktop {
        display: none;
    }
} */

#int-marquee {
    margin-right: auto;
    margin-bottom: var(--spacing);
    margin-left: auto;
    padding-top: calc(var(--spacing) * 1.5);
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    background-color: rgb(244, 241, 241);
    max-width: 80.625em;
    min-height: 25em !important;
}

/* @media screen and (min-width: 48em) {
    #int-marquee {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: calc(var(--spacing) * 3);
    }
} */

@media (max-width: 62.5em) {
    #int-marquee {
        display: grid;
        grid: "spin articles"auto/55% 45%;
        min-height: 21em !important;
        padding: 0 2px;
    }
}

/* @media screen and (min-width: 75em) {
    #int-marquee {
        min-height: 30em;
    }
}

@media screen and (min-width: 85em) {
    #int-marquee {
        min-height: 34em;
    }
} */

#int-marquee {
    display: grid;
    grid: "spin articles"auto/55% 45%;
    min-height: 25em;
}

#int-marquee a {
    transition: all var(--duration) var(--timing);
}

#int-marquee-spin {
    align-self: stretch;
    grid-area: spin;
    position: relative;
}

/* @media screen and (max-width: 62.4375em) {
    #int-marquee-spin {
        display: none;
    }
} */

#int-marquee-spin a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

#int-marquee-spin figure {
    width: 100%;
}

#int-marquee-spin img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#int-marquee-spin-link_2,
#int-marquee-spin-link_3,
#int-marquee-spin-link_4 {
    opacity: 0;
    visibility: hidden;
}

.int-marquee-spin-link img {
    transition: all var(--duration) var(--timing);
}

/* @media (any-hover: hover) {
    .int-marquee-spin-link img:hover {
        filter: brightness(1.1);
    }
} */

.int-marquee-articles {
    grid-area: articles;
    position: relative;
}

.int-marquee-article {
    display: block;
}

/* @media screen and (min-width: 62.5em) {
    .int-marquee-articles {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 47.9375em) {
    .int-marquee-article:last-of-type .int-marquee-titles {
        margin-bottom: var(--spacing--small);
    }
} */

.int-marquee-article.on .int-marquee-fig-link {
    color: var(--issue-color);
}

.int-marquee-fig-link {
    color: #6d6d6d;
}

/* @media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .int-marquee-fig-link {
        display: flex;
    }
}

@media (any-hover: hover) {
    .int-marquee-fig-link:hover {
        color: var(--issue-color);
    }

    .int-marquee-fig-link:hover img {
        filter: brightness(1.1);
    }
} */

.int-marquee-fig {
    flex: 0 0 33%;
    padding-bottom: 67%;
    display: none;
}

/* @media screen and (min-width: 48em) {
    .int-marquee-fig {
        padding-bottom: 22.11%;
    }
}

@media screen and (min-width: 62.5em) {
    .int-marquee-fig {
        display: none;
    }
} */

.int-marquee-titles {
    margin-bottom: calc(var(--spacing) * 1.5);
    padding-top: var(--spacing--small);
    padding-bottom: var(--spacing--small);
    border-bottom: 1px solid #ccc;
    flex: 1 1 auto;
    padding-right: var(--page-padding);
    padding-left: calc(var(--spacing) * 1.5);
}

/* BS */
@media (max-width: 62.5em) {
   
    .int-marquee-titles {
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ccc;
        flex: 1 1 auto;
        padding-right: 4px;
        padding-left: 4px;
      }
}

/* @media screen and (min-width: 48em) {
    .int-marquee-titles {
        padding-right: var(--page-padding);
        padding-left: calc(var(--spacing) * 1.5);
        margin-bottom: 0;
    }
} */

.int-marquee-more-link {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding-top: calc(var(--spacing) * 1.5);
    padding-bottom: var(--spacing--small);
    background-color: rgb(244, 241, 241);
    color: #7d7d7d;
    display: block;
    font-size: 0.675em;
    font-style: italic;
    letter-spacing: 0.01em;
    padding-top: calc(var(--spacing) * 1) !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/* BS */
@media (max-width: 62.5em) {
    .int-marquee-more-link {
        padding: 0 4px;
    }
}

/* @media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .int-marquee-more-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 67%;
    }
}

@media screen and (min-width: 62.5em) {
    .int-marquee-more-link {
        padding-top: calc(var(--spacing) * 5);
        padding-left: 1.5rem;
        align-items: flex-end;
        display: flex;
        flex: 1 0 auto;
    }
} */

.int-marquee-more-link strong {
    font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* @media screen and (min-width: 62.5em) {
    .int-marquee-more-link strong {
        margin-right: 0.5em;
    }
}

@media (any-hover: hover) {
    .int-marquee-more-link:hover {
        color: var(--issue-color);
    }
} */

.podcast-descrip figure, .columns-descrip figure, .events-descrip figure, .subscribe-photo, .events-stack .event-photo, .marquee-spinner figure,
.marquee-article figure, .card-figure-wrap figure, .rail-figure-wrap figure, .event-gallery-figure, .support-gallery-figure,
.history-gallery-figure, .int-marquee-fig {
    position: relative;
    height: 0;
    width: 100%;
}

.podcast-descrip figure img, .columns-descrip figure img, .events-descrip figure img, .subscribe-photo img, .events-stack .event-photo img, .marquee-spinner figure img,
.marquee-article figure img, .card-figure-wrap figure img, .rail-figure-wrap figure img, .event-gallery-figure img, .support-gallery-figure img,
.history-gallery-figure img, .int-marquee-fig img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

_:-ms-lang(x), .podcast-descrip figure, .columns-descrip figure, .events-descrip figure, .subscribe-photo, .events-stack .event-photo, .marquee-spinner figure,
.marquee-article figure, .card-figure-wrap figure, .rail-figure-wrap figure, .event-gallery-figure, .support-gallery-figure,
.history-gallery-figure, .int-marquee-fig {
    overflow: hidden;
}

_:-ms-lang(x) img, .podcast-descrip figure img, .columns-descrip figure img, .events-descrip figure img, .subscribe-photo img, .events-stack .event-photo img, .marquee-spinner figure img,
.marquee-article figure img, .card-figure-wrap figure img, .rail-figure-wrap figure img, .event-gallery-figure img, .support-gallery-figure img,
.history-gallery-figure img, .int-marquee-fig img {
    height: auto;
}

.marquee::after {
    clear: both;
    content: "";
    display: table;
}

/* @media screen and (min-width: 48em) {
    .marquee {
        margin-bottom: 3em;
    }
} */

.marquee a {
    display: block;
}

.marquee a::after {
    clear: both;
    content: "";
    display: table;
}

.marquee a:hover h1,
.marquee a:hover h2, .marquee a.billboardhighlight h1,
.marquee a.billboardhighlight h2 {
    color: var(--issue-color);
}

.marquee .marquee-spinner a:hover img,
.marquee .marquee-article a:hover img,
.marquee a:hover .card-figure-wrap img {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}

.marquee .marquee-spinner a:hover address,
.marquee .marquee-article a:hover address,
.marquee a:hover .card-figure-wrap address {
    color: var(--issue-color-mid);
}

/* @media screen and (min-width: 62.5em) {
    .marquee main {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%;
    }

    .marquee main:last-child {
        margin-right: 0;
    }
} */

.marquee-spinner figure,
.marquee-article figure {
    padding-bottom: 65%;
}

.marquee-spinner {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
}

.marquee-spinner:last-child {
    margin-right: 0;
}

/* @media screen and (max-width: 62.4375em) {
    .marquee-spinner {
        display: none;
    }
} */

.marquee-spinner figure {
    height: 21em;
    padding-bottom: 0;
}

/* @media screen and (min-width: 75em) {
    .marquee-spinner figure {
        height: 25em;
    }
} */

/* @media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .marquee-article:first-of-type .marquee-article-titles {
        border-top: 1px solid #414141;
        border-top: 1px solid #d7d7d7;        
    }
}

@media screen and (min-width: 62.5em) {
    .marquee-article:first-of-type {
        border-top: 1px solid #414141;
        border-top: 1px solid #d7d7d7;        
        padding-top: 1em;
    }
}

@media screen and (min-width: 75em) {
    .marquee-article:first-of-type {
        padding-top: 0.25em;
    }
}

@media screen and (min-width: 62.5em) {
    .marquee-article:last-of-type {
        border-bottom: 1px solid #d7d7d7;
    }
} */

.marquee-article:last-of-type .marquee-article-titles {
    border-bottom: 0;
    margin-bottom: 0;
}

/* @media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .marquee-article:last-of-type .marquee-article-titles {
        border-bottom: 1px solid #d7d7d7;
        height: 17em;
    }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .marquee-article figure {
        height: 17em;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 62.5em) {
    .marquee-article figure {
        display: none;
    }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .marquee-figure-wrap {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%;
    }

    .marquee-figure-wrap:last-child {
        margin-right: 0;
    }
} */

.marquee-article-titles {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
}

/* @media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .marquee-article-titles {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%;
        height: 18em;
        margin-bottom: 0;
    }

    .marquee-article-titles:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 62.5em) {
    .marquee-article-titles {
        height: 6em;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 75em) {
    .marquee-article-titles {
        height: 7.5em;
        margin-bottom: 0.3125em;
        margin-top: 0.5em;
    }
} */

.marquee-article-titles h1,
.marquee-article-titles h2,
.marquee-article-titles address {
    transition: all 0.2s ease;
}

/* @media screen and (max-width: 29.9375em) {

    .marquee-article-titles h1,
    .marquee-article-titles address {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {

    .marquee-article-titles h1,
    .marquee-article-titles address {
        font-size: 1.5em;
        font-size: 1.44em;
    }
}

@media screen and (min-width: 75em) and (max-width: 82.9375em) {

    .marquee-article-titles h1,
    .marquee-article-titles address {
        font-size: 2em;
        font-size: 1.92em;
    }
}

@media screen and (min-width: 30em) {
    .marquee-article-titles h1 {
        display: inline;
        margin-right: 0.2333333333em;
    }
} */

.marquee-article-titles h2 {
    font-style: italic;
    margin: 0.7em 0 0.35em;
}

/* @media screen and (min-width: 62.5em) {
    .marquee-article-titles h2 {
        margin-bottom: 0.175em;
        margin-top: 0;
    }
}

@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
    .marquee-article-titles h2 {
        font-size: 1.125em;
        margin-bottom: 0.2333333333em;
    }
} */

.marquee-article-titles address {
    color: #b4b4b4;
    line-height: 1.084;
}

/* @media screen and (min-width: 30em) {
    .marquee-article-titles address {
        display: inline;
    }
} */

/* BS */
@media (max-width: 62.5em) {
    .wp-block-spacer {
        height: 12px !important;
    }

    .title-separator h2, .title-separator h3 {
        font-size: 28px !important;
        margin-bottom: 8px !important;
    }

    .page .site-main {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}