.wow {
    visibility: hidden;
}
#photo-essay-banner {
    position: relative;
}

#photo-essay-banner .article-category {
    position: absolute;
    left: -9999em;
}

#photo-essay-banner .banner-widescreen {
    position: relative;
}

#photo-essay-banner .banner-widescreen::before {
    content: '';
    background-color: #00000073;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#photo-essay-banner .article-banner-contents {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    top: 0;
    left: 0;
    padding: 2.5rem 1.33rem;
    height: 100%;
    width: 100%;
}

@media (min-width: 1025px) {
    #photo-essay-banner .article-banner-contents {
        justify-content: center;
    }
}

#photo-essay-banner .article-banner-contents .text {
    max-width: 668px;
    color: #fff;
}

#photo-essay-banner .article-banner-contents .text>*:last-child {
    margin-bottom: 0;
}

#photo-essay-banner .article-category a {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600 !important;
    line-height: 1.33333333 !important;
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

#photo-essay-banner .article-category a:hover {
    text-decoration: none;
    background-color: #0e2c59 !important;
}
#photo-essay-banner #photo-essay-banner-contents {
    font-size: 5rem;
}  
@media (min-width: 1025px) {
    #photo-essay-banner #photo-essay-banner-contents {
        font-size: 6.25rem;
        text-align: center;
    }    
}

#photo-essay-banner h2 {
    margin: 2rem 0;
    padding-top: 0;
    font-size: 3rem;
    line-height: 1.09803922;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

#photo-essay-banner h3 {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.07142857;
    font-weight: 800;
    color: #fff;
}

@media (min-width: 641px) {
    #photo-essay-banner h2 {
        font-size: 1em;
    }

    #photo-essay-banner h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 640px) {
    #photo-essay-banner figure {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    #photo-essay-banner figure .banner-widescreen {
        padding-bottom: 0;
        height: 100%;
    }

    #photo-essay-banner figure .banner-widescreen img {
        position: static;
        object-fit: cover;
        object-position: 0 50%;
        height: 100%;
        width: 100%;
    }

    #photo-essay-banner .article-banner-contents {
        position: relative;
    }

    #photo-essay-banner .banner-widescreen::before {
        content: '';
        background-color: #00000090;
    }
    
    #photo-essay-banner h2 {
        margin: 10rem 0 1rem;
    }
    #photo-essay-banner h3 {
        margin-bottom: 0;
    }
}

@media (min-width: 40em) {
    main>article>header {
        margin-bottom: 3rem;
    }
}

.a2a .a2a_dd span {
    margin-right: 1rem;
}

#main>article>.grid-container,
#main>article>.grid-container>.grid-x>.large-7 {
    padding: 0;
    max-width: 100%;
    width: 100%;
}
#main .small-width,
#main .mid-width {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.665rem;
    padding-left: 0.665rem;
    width: 100%;
}
@media (min-width: 640px) {
    #main .small-width,
    #main .mid-width {
        padding-right: 1.33rem;
        padding-left: 1.33rem;
    }
}
@media (min-width: 1024px) {
    #main .small-width {
        width: 48.6rem;
        max-width: 61.046154%;
    }    
}

#main .mid-width {
    max-width: calc(1634px - 2.66rem);
}

.flex-photo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    width: calc(100% + 0.5rem);
}

.flex-photo-grid>* {
    display: flex;
    padding: 0.5rem;
}

.flex-photo-grid>* img {
    width: 100%;
    height: auto;
}

.flex-photo-grid .video-block {
    flex-direction: column;
    min-height: 300px;
    width: 100%;
}

.flex-photo-grid .grid-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-photo-grid .grid-video-wrapper > iframe {
  aspect-ratio: 860/600;
  min-width: 120%;
  position: absolute;
  left: 50%;
  min-height: 108%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.flex-photo-grid .featured-quote {
    display: flex;
    height: 100%;
    align-items: center;
}

.flex-photo-grid blockquote {
    font-size: 2.5rem;
    color: #000;
    font-weight: 500;
    font-style: italic;
}
.flex-photo-grid blockquote .speaker {
    display: block;
    margin-top: 2rem;
    font-style: normal;
}

.fixed-bg {
    margin: 0.6875rem auto; 
    height: 60vh;
    overflow: hidden;
    clip-path: inset(0);
}
.fixed-bg img {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#main article section + section {
    margin-top: 4rem;
}
#main article section:last-of-type {
    margin-bottom: 4rem;
}
#main article section:last-child {
    margin-bottom: 0;
}
#main article .text-wrapper {
    margin-bottom: 1rem;
}
#main article .text-wrapper > *:last-child {
    margin-bottom: 0;
}
#main article section > div + div {
    margin-top: 0.5rem;    
}
#main article>.grid-container h2 {
    font-size: 2.5rem;
    line-height: 1.16129032;
}

#main article>.grid-container p,
#main article>.grid-container li {
    font-size: 1.125rem;
}
@media (min-width: 641px) {
    .flex-photo-grid {
        margin-left: -0.6875rem;
        margin-right: -0.6875rem;
        width: calc(100% + 1.375rem);
    }
    .flex-photo-grid>* {
        padding: 0.6875rem;
    }
    .flex-photo-grid .full {
        width: 100%;
    }
    
    .flex-photo-grid .third {
        width: 33.3333%;
    }
    
    .flex-photo-grid .half {
        width: 50%;
    }
    
    .flex-photo-grid .fourth {
        width: 25%;
    }
    
    .flex-photo-grid .two-thirds {
        width: 66.666%;
    }
    
    .flex-photo-grid .three-fourths {
        width: 75%;
    }
    
    .flex-video-grid .video-block {
        min-height: 0;
    }
    
    .fixed-bg {
        height: 100vh;
    }
    #main article section + section {
        margin-top: 8rem;
    }
    #main article section:last-of-type {
        margin-bottom: 8rem;
    }
    #main article .text-wrapper {
        margin-bottom: 2rem;
    }
    #main article section .collage-wrapper > div + div {
        margin-top: 0.6875rem;    
    }
    #main article>.grid-container h2 {
        font-size: 3.5rem;
    }

    #main article>.grid-container p,
    #main article>.grid-container li {
        font-size: 1.375rem;
    }
    .flex-photo-grid blockquote {
        font-size: 3.5vw;
    }
}
@media (max-width: 640px) {
    .flex-photo-grid>* {
        width: 100%;
    }
    .flex-photo-grid .grid-video-wrapper {    
        height: auto;
        aspect-ratio: 800/600;
    }
}
@media (min-width: 1600px) {
    .flex-photo-grid blockquote {
        font-size: 3.5rem;
    }    
}