@charset "UTF-8";
/*

 */
.events {
  display: flex;
  flex-wrap: wrap; }
  .events .heading {
    width: 100%;
    padding: 0 0.75rem; }
    .events .heading h2 {
      font-family: 'Fleischman BT Pro', serif;
      font-weight: normal;
      font-style: italic;
      font-size: 1rem; }

.event {
  box-sizing: border-box;
  margin-bottom: 2rem;
  font-size: 0.7rem; }
  .event h3 {
    font-family: 'Fleischman BT Pro', serif;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 0; }

.rsvp {
  position: relative;
  width: 100%; }
  .rsvp .focusable_form {
    width: 12rem; }
    .rsvp .focusable_form form {
      width: 100%; }
    .rsvp .focusable_form input {
      width: calc(100% - 2.5rem);
      font-size: 0.7rem;
      font-family: 'Fleischman BT Pro', serif;
      font-weight: 400;
      border: none;
      border-bottom: 0.08rem solid;
      margin-left: 0.5rem; }
  .rsvp button:not(.open_rsvp) {
    margin-top: 0.5rem; }
  .rsvp form {
    display: none; }
  .rsvp label {
    display: inline-block;
    width: 2rem; }
  .rsvp.open form {
    display: block;
    margin-bottom: 0.5rem; }
  .rsvp.open .open_rsvp {
    display: none; }
  .rsvp.open:after {
    content: '';
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    pointer-events: none;
    z-index: -1; }

.form_row {
  margin-bottom: 0.25rem; }

.focusable_form label {
  font-family: 'Euclid Flex';
  font-weight: 800;
  font-size: 0.7rem; }

.focusable_form input {
  font-size: 0.7rem;
  font-family: 'Fleischman BT Pro', serif;
  font-weight: 400;
  margin-left: 0.25rem;
  width: 6rem;
  padding: 0; }

.focusable_form button.cancel {
  color: #5f5f5f;
  padding-right: 0;
  float: right; }
  .focusable_form button.cancel:after {
    display: none; }

.form_errors {
  margin-top: 0.5rem; }

.form_row.error,
.form_errors {
  color: #f00; }

.reference, .reference_marker {
  font-family: 'Fleischman BT Pro', serif;
  font-weight: 800;
  line-height: 1.3;
  font-size: 1rem;
  border: 0;
  background: 0;
  -webkit-appearance: none; }

img {
  display: block;
  width: 100%; }

.framed_image {
  max-height: calc(100vh - 7rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: stretch; }

.frame_sizer {
  box-sizing: border-box;
  flex-grow: 1;
  position: relative; }
  .frame_sizer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.frame_image {
  background: #f2f2f2;
  padding: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

figcaption, .video_caption {
  padding: 0;
  margin: 0;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  text-align: center; }
  figcaption p, .video_caption p {
    margin: 0; }

@media (max-width: 1050px) {
  .frame_image {
    position: relative;
    border: 0;
    padding: 0;
    left: 0;
    top: 0; } }

@media (hover: hover) {
  #artists_list a:hover {
    border-color: #02b0f0; } }

a.margin_top {
  display: inline-block; }

.margin_top {
  margin-top: 0.8rem; }

#sidebar_text h3 {
  text-transform: none; }

#sidebar_text .margin_top.venue_link {
  display: inline;
  border: none; }
  #sidebar_text .margin_top.venue_link span.venue_name {
    display: inline;
    border-bottom: 0.1rem solid; }

.research #sidebar {
  background-color: transparent; }

#sidebar {
  position: sticky;
  top: 0;
  z-index: 6;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  backdrop-filter: blur(0.1rem);
  -webkit-backdrop-filter: blur(0.1rem);
  border-radius: 0.25rem; }
  #sidebar header {
    margin-bottom: 0; }
  #sidebar h2 {
    margin-bottom: 0.25rem;
    font-size: 0.7rem; }
    #sidebar h2.margin_top {
      margin-top: 1.4rem; }
  #sidebar a,
  #sidebar .small_font_size {
    font-size: 0.7rem; }

#sidebar_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }
  #sidebar_text span:not(.curators_heading) {
    display: block; }
  #sidebar_text .selectable_link {
    margin-left: 0;
    display: inline-block;
    font-size: 0.7rem;
    margin-bottom: 0.7rem; }
  #sidebar_text .event {
    margin-bottom: 0; }
    #sidebar_text .event p:last-child {
      margin-bottom: 0; }
    #sidebar_text .event h3 {
      font-size: 0.7rem;
      margin-bottom: 0;
      margin-top: 0.8rem; }

#sidebar_text .outcome_relation span:not(.curators_heading) {
  display: inline; }

a.curator_link span {
  display: inline;
  border-bottom: 0.08rem solid; }

.birth_year {
  white-space: pre-line; }

#award_subhead {
  margin-top: 0.8rem;
  font-style: italic; }

#artists_list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.8rem; }
  #artists_list .link_wrapper {
    display: inline; }
  #artists_list a {
    display: inline;
    text-decoration: none;
    border-bottom: 0.08rem solid;
    border-color: #02b0f0; }

.two_column {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .two_column .link_wrapper {
    display: block;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0.2rem; }
    .two_column .link_wrapper:nth-child(odd) {
      padding-right: 0.5rem; }
    .two_column .link_wrapper:nth-child(even) {
      padding-left: 0.5rem; }

.research_subnav {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

@media (max-width: 1600px) {
  #artists_list a {
    border-bottom: 0.1rem solid;
    border-color: #02b0f0; } }

@media (max-width: 1050px) {
  body:not(.grant_index) #sidebar {
    margin-bottom: 1rem; }
  #sidebar {
    position: static;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    max-width: 100%;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: transparent; }
  .past_award #sidebar, .artist #sidebar, .public_program #sidebar {
    position: relative; }
    .past_award #sidebar header, .artist #sidebar header, .public_program #sidebar header {
      background: #fff;
      position: relative;
      top: 0; } }

@media (hover: hover) {
  .alumni .outcomes .color_4:hover .thumbnail_heading {
    border-color: #4da880; }
  .alumni .outcomes .color_2:hover .thumbnail_heading {
    border-color: #f566e1; }
  .alumni .outcomes .color_6:hover .thumbnail_heading {
    border-color: #cccccc; } }

.outcomes_wrapper {
  margin-bottom: 0.75rem; }

.no_intro {
  margin-top: -0.75rem; }

.alumni_entry {
  margin-bottom: 1.5rem; }

.alumni_participants_wrapper {
  margin-bottom: 2.25rem; }

.alumni_participants_wrapper.with_outcomes {
  margin-bottom: 1.5rem; }

.program_heading {
  display: none;
  position: absolute;
  top: 0rem;
  margin-bottom: 0.3rem;
  padding: 0.025rem 0.3rem 0.1rem 0.3rem;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-family: 'Euclid Flex';
  font-weight: 800;
  background-color: #ffc102; }

.outcomes {
  display: flex;
  margin-bottom: 0; }
  .outcomes .thumbnail.frac_1_1 .thumbnail_text_content,
  .outcomes .thumbnail_text_content {
    padding-top: 1.25rem;
    position: relative; }
  .outcomes .curator_names {
    display: block; }
    .outcomes .curator_names span {
      display: inline; }
  .outcomes .thumbnail_heading {
    display: inline;
    flex-direction: column;
    align-items: flex-start; }
  .outcomes .program_heading {
    display: inline-block; }

@media (max-width: 1050px) {
  .outcomes .thumbnail_text_content {
    margin-top: 1rem !important; } }

.grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0; }
  .grid.subgrid {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .grid.cell {
    padding: 0; }

.cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%; }
  .cell.margin_bottom {
    margin-bottom: 3rem; }
  .cell.frac_1_3 {
    flex-basis: 33.3%;
    width: 33.3%;
    max-width: 33.3%; }
  .cell.frac_2_3 {
    flex-basis: 66.6%;
    width: 66.6%;
    max-width: 66.6%; }
  .cell.frac_1_4 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%; }
  .cell.frac_1_2 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%; }
  .cell.frac_3_4 {
    flex-basis: 75%;
    width: 75%;
    max-width: 75%; }
  .cell.prefix_1_4 {
    margin-left: 25%; }
  .cell.prefix_1_3 {
    margin-left: 33.3%; }
  .cell.prefix_1_2 {
    margin-left: 50%; }
  .cell.suffix_1_3 {
    margin-right: 33.3%; }

@media (max-width: 1050px) {
  img.cell.margin_bottom {
    margin-bottom: 0.5rem; }
  .grid {
    justify-content: space-between; }
  .cell.frac_1_2.tablet_full_width,
  h1.cell.frac_1_3 {
    flex-basis: calc(100%);
    width: calc(100%);
    max-width: calc(100%); }
  .cell {
    padding-left: 0;
    padding-right: 0; }
    .cell.frac_1_3, .cell.frac_1_4, .cell.frac_1_2 {
      flex-basis: calc(50% - 0.75rem);
      width: calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem); }
    .cell.frac_2_3, .cell.frac_3_4 {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
    .cell.prefix_1_4 {
      margin-left: 0; }
    .cell.prefix_1_3 {
      margin-left: 0; }
    .cell.prefix_1_2 {
      margin-left: 0; }
    .cell.suffix_1_3 {
      margin-right: 0; } }

@media (max-width: 767px) {
  .cell {
    padding-left: 0;
    padding-right: 0; }
    .cell.frac_1_3, .cell.frac_2_3, .cell.frac_1_4, .cell.frac_1_2, .cell.frac_3_4 {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; } }

@media (hover: hover) {
  .thumbnail a:hover .frame_image,
  .thumbnail a:hover .index_thumbnail_image {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .thumbnail a:hover .thumbnail_heading {
    border-bottom: 0.08rem solid;
    border-color: #000; }
  a.index_thumbnail:hover .index_thumbnail_slideshow {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .color_1 .thumbnail a:hover .thumbnail_heading {
    border-color: #7a65ca; }
  .color_2 .thumbnail a:hover .thumbnail_heading {
    border-color: #f566e1; }
  .color_3 .thumbnail a:hover .thumbnail_heading {
    border-color: #ffc102; }
  .color_4 .thumbnail a:hover .thumbnail_heading {
    border-color: #4da880; }
  .color_5 .thumbnail a:hover .thumbnail_heading {
    border-color: #02b0f0; }
  .color_6 .thumbnail a:hover .thumbnail_heading {
    border-color: #cccccc; }
  a.color_0.thumbnail:hover .thumbnail_heading {
    border-color: #000; } }

.grant_index .frame_image {
  background-color: transparent;
  border: 0.08rem solid;
  border-color: #4da880; }

.curatorial_index .frame_image {
  background-color: transparent;
  border: 0.08rem solid;
  border-color: #ffc102; }

.about_index .frame_image {
  background-color: transparent;
  border: 0.08rem solid;
  border-color: #7a65ca; }

.curatorial_index .accepting_applications {
  color: #000; }

.accepting_applications {
  font-family: 'Euclid Flex', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  margin-left: 0.5rem;
  text-decoration: none !important;
  color: #3C8067; }

.thumbnail a {
  display: block;
  text-decoration: none;
  position: relative; }

.index_thumbnail_image {
  padding: 0;
  width: calc(50% - 0.75rem);
  margin-right: 0.75rem; }

.index_thumbnail.thumbnail {
  margin-bottom: 3rem; }

.index_thumbnail .thumbnail_heading {
  margin-top: 0.4411764706rem;
  display: inline-block; }

.thumbnail {
  margin-bottom: 1.5rem;
  border: 0; }
  .thumbnail a:focus-visible .frame_image {
    box-shadow: none; }
  .thumbnail a:focus-visible .thumbnail_heading {
    border-bottom: 0.08rem solid; }
  .thumbnail.frac_1_2 .frame_sizer {
    height: 25vw; }
  .thumbnail.frac_1_3 .frame_sizer {
    height: 18vw; }
  .thumbnail.frac_1_4 .frame_sizer {
    height: 12vw; }
  .thumbnail.frac_1_1 a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0; }
  .thumbnail.frac_1_1 .frame_sizer {
    min-height: 18rem;
    width: 66.66%;
    box-sizing: border-box;
    flex-grow: 0;
    padding: 0; }
  .thumbnail.frac_1_1 .frame_image {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0.75rem;
    width: auto;
    height: auto; }
  .thumbnail.frac_1_1 .thumbnail_text_content {
    width: 33.33%;
    padding: 0.75rem;
    box-sizing: border-box; }
  .thumbnail.frac_1_1 .thumbnail_heading {
    margin-top: 0; }

.thumbnail_text_content {
  margin-top: 0.5rem; }
  .thumbnail_text_content .date {
    margin-top: 0.5rem; }
    .thumbnail_text_content .date.no_margin {
      margin-top: 0; }

.thumbnail_heading {
  color: #000;
  display: inline;
  position: relative;
  border-bottom: solid 0.15rem;
  border-color: transparent; }

.link_indicator {
  font-size: 0.7rem;
  display: inline-block;
  border-radius: 0.25rem;
  border: 0.08rem solid;
  padding: 0 0.2rem;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  text-decoration: none;
  margin-top: 0.7rem; }

.thumbnail_subtitle {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  font-size: 0.7rem; }
  .thumbnail_subtitle.type_description {
    display: block; }
  .thumbnail_subtitle.without_margin {
    margin-top: 0; }
  .thumbnail_subtitle p {
    margin: 0; }

.subheading {
  margin-top: 0.5rem;
  font-size: 0.7rem; }
  .subheading.without_margin {
    margin-top: 0; }

#alumni_grid li {
  margin-bottom: 2rem; }

.curator_names {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .curator_names span {
    display: inline-block; }

@media (max-width: 1600px) and (hover: hover) {
  .thumbnail a:hover .thumbnail_heading {
    border-bottom: 0.1rem solid;
    border-color: #000; } }

@media (max-width: 1600px) {
  .thumbnail a:focus-visible .thumbnail_heading {
    border-bottom: 0.1rem solid; }
  .thumbnail_heading {
    border-bottom: 0.1rem solid;
    border-color: transparent; } }

@media (max-width: 1050px) {
  .thumbnail_heading {
    border-color: #000; }
  .thumbnail .frame_sizer img {
    padding: 0.375rem;
    box-sizing: border-box; }
  .thumbnail.frac_1_1 .frame_sizer,
  .thumbnail.frac_1_1 .thumbnail_text_content {
    width: 50%;
    min-height: auto;
    padding-top: 0;
    margin-top: 0; }
  .thumbnail.frac_1_3 .frame_sizer {
    height: 25vw; }
  .accepting_applications {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
    color: #000; } }

@media (max-width: 767px) {
  .thumbnail .frame_sizer img {
    padding: 0; }
  .thumbnail {
    margin-bottom: 3rem; }
    .thumbnail.frac_1_2 .frame_sizer, .thumbnail.frac_1_3 .frame_sizer, .thumbnail.frac_1_4 .frame_sizer {
      height: auto; }
    .thumbnail.frac_1_1 {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0; }
      .thumbnail.frac_1_1 .frame_sizer {
        min-height: auto;
        width: 100%;
        padding: 0; }
      .thumbnail.frac_1_1 .thumbnail_text_content {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .thumbnail.frac_1_1 .frame_image {
        top: 0;
        left: 0; }
  .grant_index .frame_image, .curatorial_index .frame_image {
    border: 0; }
  .thumbnail.frac_1_1 .thumbnail_text_content {
    padding-top: 1rem; }
  .thumbnail_subtitle.type_description {
    display: none; } }

footer {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  right: 2.5rem;
  z-index: 5;
  height: 2.5rem;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  padding-top: 0.7rem;
  margin-bottom: 0.35rem;
  box-sizing: border-box; }
  footer a {
    margin-right: 1rem;
    text-decoration: none; }

input, button, .button {
  border: none;
  border-bottom: 0.08rem solid;
  background-color: transparent; }

.focusable_form {
  display: flex; }
  .focusable_form input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0; }
  .focusable_form button:disabled {
    opacity: 0.5; }

.focusable_form button, .button {
  background-color: transparent;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  padding-right: 0.8rem;
  position: relative;
  border-color: #000;
  color: #000;
  text-decoration: none; }
  .focusable_form button:after, .button:after {
    content: '';
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 0.58rem;
    height: 0.58rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/link_arrow_medium-9ea25ba50cb137e711852702096451b624633f16921f354e4bfef82829f234aa.svg); }

#social_and_meta_links {
  display: flex;
  align-items: flex-start; }

.social_media_footer_link {
  display: inline-block;
  align-self: middle;
  height: 0.75rem;
  margin-right: 0.75rem; }
  .social_media_footer_link img {
    display: inline-block;
    height: 0.75rem;
    width: auto; }

#site_credits {
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: inline-block; }

#newsletter {
  flex-wrap: wrap; }
  #newsletter button {
    padding-left: 0.3rem; }
  #newsletter.error #newsletter_signup_message {
    padding: 0.5rem 0 1rem 0; }

#newsletter_signup_message {
  width: 100%;
  color: #f00; }

@media (max-width: 1600px) {
  .focusable_form input,
  .focusable_form button {
    border-bottom: 0.1rem solid; } }

@media (max-width: 1050px) {
  .social_media_footer_link {
    margin-right: 0; }
  footer a {
    margin-right: 0; }
  #privacy_policy, #site_credits {
    margin-right: 0; }
  #social_and_meta_links {
    display: flex;
    justify-content: space-between; }
  footer.grid {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0; }
  footer {
    position: relative;
    left: 0;
    right: auto;
    height: auto; }
    footer label {
      display: block; }
    footer form {
      margin: 0;
      width: 100%; }
    footer .focusable_form {
      justify-content: space-between;
      position: relative; }
      footer .focusable_form input {
        flex-grow: 1; }
    footer #copyright_credits_container {
      margin-top: 1rem;
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; }
    footer #newsletter_signup_message {
      position: absolute;
      bottom: -2rem; } }

@media (max-width: 767px) {
  footer.grid {
    padding-bottom: 3.5rem; }
    footer.grid form {
      margin: 1rem 0;
      width: 100%; } }

.video_embed_wrapper {
  height: 0;
  box-sizing: border-box;
  padding-bottom: 56.25%;
  position: relative; }
  .video_embed_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-color: #f2f2f2; }
  .video_container iframe {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .video_container p {
    display: none; }

.fullscreen_media {
  overflow: hidden; }
  .fullscreen_media header, .fullscreen_media footer, .fullscreen_media #nav_collapsed_content, .fullscreen_media #navigation_toggle {
    z-index: 1; }
  .fullscreen_media main {
    z-index: 100; }

.full_width_video_sizer {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-sizing: border-box; }
  .full_width_video_sizer .media_with_posterframe {
    height: calc(100% - 1rem); }

.media_posterframe {
  display: block;
  width: auto;
  height: calc(100% - 1rem);
  position: absolute;
  margin-top: -0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.media_with_posterframe {
  overflow: hidden;
  position: relative;
  background-color: inherit; }

.media_controls button:focus-visible {
  outline-offset: -0.08rem; }

.media_controls button.slider_indicator:focus {
  outline-offset: 0.08rem; }

.media_controls button.media_fullscreen:focus-visible {
  outline-offset: -0.24rem; }

#screening_essay {
  display: none; }

#screening_video {
  background: #000; }

.screening:not(.fullscreen_media) #screening_video .media_with_posterframe {
  max-height: 100%;
  height: auto; }

.screening:not(.fullscreen_media) #screening_video video {
  max-height: calc(80vh - 1rem); }

#screening_video .media_player .media_time,
.media_player.fullscreen .media_time,
.research.screening .media_player .media_time {
  color: #fff; }

#screening_video .media_player .media_play:before,
.media_player.fullscreen .media_play:before,
.research.screening .media_player .media_play:before {
  border-left-color: #fff; }

#screening_video .media_player .slider button,
.media_player.fullscreen .slider button,
.research.screening .media_player .slider button {
  background: #fff; }

#screening_video .media_player .slider .slider_track svg path,
.media_player.fullscreen .slider .slider_track svg path,
.research.screening .media_player .slider .slider_track svg path {
  fill: #fff; }

#screening_video .media_player .media_volume .slider .slider_track:after,
.media_player.fullscreen .media_volume .slider .slider_track:after,
.research.screening .media_player .media_volume .slider .slider_track:after {
  background: #fff; }

#screening_video .media_player .media_volume .slider .slider_track svg path,
.media_player.fullscreen .media_volume .slider .slider_track svg path,
.research.screening .media_player .media_volume .slider .slider_track svg path {
  fill: #fff; }

#screening_video .media_player .media_volume .slider button,
.media_player.fullscreen .media_volume .slider button,
.research.screening .media_player .media_volume .slider button {
  border-color: #000; }

#screening_video .media_player .media_mute svg,
.media_player.fullscreen .media_mute svg,
.research.screening .media_player .media_mute svg {
  width: 1rem;
  height: 1rem; }
  #screening_video .media_player .media_mute svg path,
  .media_player.fullscreen .media_mute svg path,
  .research.screening .media_player .media_mute svg path {
    stroke: #fff; }
    #screening_video .media_player .media_mute svg path.fill,
    .media_player.fullscreen .media_mute svg path.fill,
    .research.screening .media_player .media_mute svg path.fill {
      stroke: none;
      fill: #fff; }
  #screening_video .media_player .media_mute svg ellipse,
  .media_player.fullscreen .media_mute svg ellipse,
  .research.screening .media_player .media_mute svg ellipse {
    fill: #fff; }

#screening_video .media_player.playing .media_play:before,
.media_player.fullscreen.playing .media_play:before,
.research.screening .media_player.playing .media_play:before {
  border-left-color: #fff; }

#screening_video .media_player.playing .media_play:after,
.media_player.fullscreen.playing .media_play:after,
.research.screening .media_player.playing .media_play:after {
  border-right-color: #fff; }

#screening_video .media_player .progress .slider_track:after, #screening_video .media_player .progress button,
.media_player.fullscreen .progress .slider_track:after,
.media_player.fullscreen .progress button,
.research.screening .media_player .progress .slider_track:after,
.research.screening .media_player .progress button {
  background: #fff; }

#screening_video .media_player .media_fullscreen,
.media_player.fullscreen .media_fullscreen,
.research.screening .media_player .media_fullscreen {
  border-color: #fff;
  border-style: dashed; }

.media_player {
  position: relative;
  height: 100%;
  background-color: inherit; }
  .media_player.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000; }
    .media_player.fullscreen video {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%; }
    .media_player.fullscreen .media_with_posterframe {
      display: block;
      width: 100%;
      background-color: inherit; }
    .media_player.fullscreen .media_controls {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background: rgba(0, 0, 0, 0.5);
      padding-right: 0.5rem;
      box-sizing: border-box; }
  .media_player button {
    border: 0;
    --webkit-appearance:none;
    appearance: none;
    background: transparent;
    padding: 0; }
  .media_player video {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%; }
  .media_player .media_controls {
    width: 100%;
    height: 1rem;
    position: relative;
    display: flex;
    background-color: inherit; }
  .media_player .media_play {
    min-width: 1rem;
    height: 1rem;
    flex-basis: 1rem;
    position: relative; }
    .media_player .media_play:before, .media_player .media_play:after {
      content: ' ';
      position: absolute; }
    .media_player .media_play:before {
      left: 0.25rem;
      top: 0.2rem;
      border-left: 0.5rem solid #000;
      border-top: 0.3rem solid transparent;
      border-bottom: 0.3rem solid transparent; }
  .media_player.playing .media_play:before {
    border: 0;
    border-left: 0.18rem solid #000;
    height: 0.52rem;
    top: 0.23rem;
    left: 0.28rem; }
  .media_player.playing .media_play:after {
    top: 0.23rem;
    right: 0.28rem;
    height: 0.52rem;
    border-right: 0.18rem solid #000; }
  .media_player.muted .media_mute .volume {
    display: none; }
  .media_player.muted .media_mute .muted {
    display: block; }
  .media_player .media_mute {
    width: 1rem;
    height: 1rem;
    flex-basis: 1rem;
    margin-right: 0.3rem; }
    .media_player .media_mute .muted {
      display: none; }
    .media_player .media_mute svg {
      width: 100%;
      height: 100%; }
  .media_player .media_fullscreen {
    margin-left: 0.2rem;
    width: 0.9rem;
    min-width: 0.9rem;
    height: 0.7rem;
    position: relative;
    top: 0.15rem;
    border: 0.08rem solid #000; }
  .media_player .progress {
    flex-grow: 1; }
  .media_player .media_time {
    font-family: 'Euclid Flex', sans-serif;
    font-weight: 400;
    font-size: 0.6rem;
    padding: 0.15rem;
    text-align: right;
    min-width: 4rem;
    white-space: nowrap; }
  .media_player .media_volume {
    width: 1.5rem;
    display: flex; }
    .media_player .media_volume:hover {
      width: 4rem; }
      .media_player .media_volume:hover .media_mute {
        margin-right: 0.3rem; }
      .media_player .media_volume:hover .slider {
        display: block;
        min-width: 2rem;
        max-width: 2rem; }
    .media_player .media_volume .slider {
      display: none; }
      .media_player .media_volume .slider button {
        width: 0.2rem;
        border-radius: 0;
        border: 0.03rem solid #fff;
        margin: 0; }
      .media_player .media_volume .slider .slider_track svg {
        width: 100%;
        height: 100%; }
        .media_player .media_volume .slider .slider_track svg path {
          fill: #000; }
  .media_player .slider {
    position: relative;
    margin-right: 0.3rem;
    height: 100%;
    top: 0; }
    .media_player .slider .slider_track {
      width: 100%;
      height: 100%;
      position: relative; }
      .media_player .slider .slider_track:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0.45rem;
        width: 100%;
        height: 0.08rem;
        background: #000;
        z-index: 1; }
    .media_player .slider button {
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      margin-left: -0.25rem;
      z-index: 5;
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 0.5rem;
      background: #000; }

@media (hover: hover) {
  .letter_from_staff.color_1 .sub_nav_link:hover {
    border-color: #000; }
  #language_control button:hover {
    border-color: #7a65ca; }
  #support_link:hover {
    background-color: #7a65ca;
    color: #fff; } }

body.letter_from_staff #language_control {
  background-color: #7a65ca; }
  body.letter_from_staff #language_control button.selected {
    border-color: #000; }

.fade_in_wrapper.cell {
  margin-bottom: 0; }

#single_page {
  padding-top: 0.2rem; }

#support_link {
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  border: 0.08rem solid;
  color: #7a65ca;
  background-color: #fff;
  padding: 0.025rem 0.3rem 0.1rem 0.3rem;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.9rem; }

#language_control {
  position: sticky;
  width: auto;
  top: 2.5rem;
  margin-top: -1.1rem;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 0.75rem;
  padding-top: 0.375rem;
  margin-bottom: 0;
  display: flex; }
  #language_control button {
    color: #000;
    -webkit-appearance: none;
    box-sizing: border-box;
    display: block;
    font-family: 'Euclid Flex', sans-serif;
    font-weight: 800;
    font-size: 0.7rem;
    border: none;
    border-bottom: solid 0.15rem transparent;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.375rem; }
    #language_control button.selected {
      border-color: #7a65ca; }

.news_update_image .frame_sizer {
  min-height: 40vw; }

body.news_update main {
  margin-top: 2.1428571429rem; }

#new_title_wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 2.1428571429rem; }

.news_title {
  line-height: 1.25;
  font-size: 1.8rem; }

.news_update_image .framed_image {
  max-height: none; }

body.english .english {
  display: block; }

body.english .hebrew, body.english .arabic {
  display: none; }

body.hebrew .english, body.hebrew .arabic {
  display: none; }

body.hebrew .hebrew {
  display: block; }

body.arabic .english, body.arabic .hebrew {
  display: none; }

body.arabic .arabic {
  display: block; }

.letter_from_staff {
  background-color: #7a65ca;
  color: #000; }
  .letter_from_staff .sub_nav_link,
  .letter_from_staff footer a,
  .letter_from_staff #navigation_links a {
    color: #000; }
  .letter_from_staff.no_sidebar header,
  .letter_from_staff #navigation_links {
    background-color: #7a65ca; }
  .letter_from_staff.color_1 svg path {
    fill: #fff; }
  .letter_from_staff.color_1 .sub_nav_link.selected,
  .letter_from_staff.color_1 .sub_nav_link:focus {
    border-color: #000; }

#team {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }

.team_member {
  margin-bottom: 1em; }

.board_container {
  column-count: 2; }

.sponsors_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.sponsor_image_container {
  display: block;
  margin: 0 1rem; }
  .sponsor_image_container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.contact_section div {
  margin-bottom: 1rem; }

.contact_section .footer_link {
  margin-right: 1rem; }

.contact_section .focusable_form {
  font-family: 'Euclid Flex';
  width: 50%;
  margin-left: 0; }

#in_numbers_text {
  padding-bottom: 2rem;
  position: relative; }
  #in_numbers_text span {
    color: #7a65ca; }
  #in_numbers_text p {
    display: inline;
    margin: 0; }

#impact_left_container {
  padding-bottom: 2rem; }

.impact_city {
  font-style: italic;
  font-size: 0.7rem; }

#impact_right_container {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 3.55rem; }
  #impact_right_container button {
    display: none; }

body.impact #page_border_container {
  display: none; }

#world_map {
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 2rem;
  flex-grow: 1;
  position: relative; }
  #world_map svg {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: top left;
    cursor: crosshair; }
    #world_map svg path {
      stroke: #7a65ca;
      fill: #ffffff;
      cursor: crosshair;
      opacity: 1; }

.with_selection .institutions_block {
  opacity: 0.3; }
  .with_selection .institutions_block.selected {
    opacity: 1; }

#country_institutions {
  font-size: 0.7rem;
  height: 100%; }
  #country_institutions li {
    margin-bottom: 1rem; }

.country_heading {
  position: relative; }

.country_marker {
  position: absolute;
  top: -3.2rem; }

#country_text {
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 400; }

.grant_value {
  color: #f566e1; }

.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.scrollable::-webkit-scrollbar-track {
  background-color: transparent;
  width: 0.2rem; }

.scrollable::-webkit-scrollbar-thumb {
  background-color: #999;
  border: none;
  border-radius: 0.4rem; }

.scrollable::-webkit-scrollbar {
  width: 0.2rem;
  height: 0.2rem; }

.about_image_wrapper {
  margin-bottom: 1.5rem; }

.impact_outcome {
  display: flex;
  font-size: 0.7rem;
  white-space: nowrap; }
  .impact_outcome img {
    width: calc(66.66% - 0.999rem);
    min-width: calc(66.66% - 0.999rem);
    margin-right: 1.5rem; }

@media (max-width: 1050px) {
  #volunteers {
    margin-top: 1em; }
  .board_container {
    column-count: 1; }
  body.impact main.grid {
    flex-direction: column-reverse; }
  body.impact #world_map {
    display: none; }
  body.impact #page_border_container {
    display: block; }
  #impact_right_container {
    position: static; }
  #in_numbers_text span {
    color: #fff; }
  #language_control {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: -1.3rem;
    top: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    background-color: #7a65ca; }
    #language_control:before {
      content: '';
      position: absolute;
      width: 0.75rem;
      top: 0;
      height: 100%;
      background-color: #7a65ca;
      z-index: 100; }
    #language_control:before {
      left: -0.75rem; }
  #new_title_wrapper {
    position: static; }
  .news_update_image .framed_image {
    max-height: none; }
  .about_index .news_update_image .frame_image {
    border: 0; }
  #language_control button.selected {
    border-color: #fff; }
  .letter_from_staff {
    background-color: #7a65ca;
    color: #000; }
    .letter_from_staff .sub_nav_link,
    .letter_from_staff footer a,
    .letter_from_staff #navigation_links a {
      color: #000; }
    .letter_from_staff.no_sidebar header,
    .letter_from_staff #navigation_links {
      background-color: #fff; }
    .letter_from_staff.color_1 svg path {
      fill: #fff; }
    .letter_from_staff.color_1 .sub_nav_link.selected,
    .letter_from_staff.color_1 .sub_nav_link:focus {
      border-color: #fff; } }

@media (max-width: 767px) {
  .sponsor_image_container {
    width: 100% !important;
    height: 10rem !important;
    margin: 0;
    margin-bottom: 1.5rem; }
    .sponsor_image_container img {
      margin: 0; }
  .sub_nav_container {
    box-sizing: border-box;
    padding-right: 0.75rem; } }

#page_border_container {
  will-change: transform;
  position: fixed;
  margin-bottom: 0;
  display: none;
  pointer-events: none;
  width: auto; }
  #page_border_container svg {
    display: block; }

.large svg {
  height: calc(100vh - 2.5rem); }

.medium svg {
  height: calc(40vh - 2.5rem); }

.small svg {
  height: calc(2rem); }

.bl #page_border_container {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0; }

.tl #page_border_container {
  position: fixed;
  display: block;
  top: 2.5rem;
  left: 0;
  transform: rotate(90deg); }
  .tl #page_border_container svg {
    height: calc(100vh - 5rem); }

.tr #page_border_container {
  position: fixed;
  display: block;
  top: 2.5rem;
  right: 0;
  transform: rotate(-180deg); }
  .tr #page_border_container svg {
    height: calc(100vh - 5rem); }

.br #page_border_container {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg); }

.color_1.letter_from_staff:after, .color_1.letter_from_staff:before {
  background: #fff; }

.color_1.letter_from_staff #page_border_container:before {
  background-color: #fff; }

.color_1.letter_from_staff #page_border_container svg path {
  fill: #fff; }

.color_1:after, .color_1:before {
  background: #7a65ca; }

.color_1 #page_border_container:before {
  background-color: #7a65ca; }

.color_1 #page_border_container svg path {
  fill: #7a65ca; }

.color_2:after, .color_2:before {
  background: #f566e1; }

.color_2 #page_border_container:before {
  background-color: #f566e1; }

.color_2 #page_border_container svg path {
  fill: #f566e1; }

.color_3:after, .color_3:before {
  background: #ffc102; }

.color_3 #page_border_container:before {
  background-color: #ffc102; }

.color_3 #page_border_container svg path {
  fill: #ffc102; }

.color_4:after, .color_4:before {
  background: #4da880; }

.color_4 #page_border_container:before {
  background-color: #4da880; }

.color_4 #page_border_container svg path {
  fill: #4da880; }

.color_5:after, .color_5:before {
  background: #02b0f0; }

.color_5 #page_border_container:before {
  background-color: #02b0f0; }

.color_5 #page_border_container svg path {
  fill: #02b0f0; }

.color_6.screening:after, .color_6.screening:before {
  background: #000; }

.color_6:not(.screening):after, .color_6:not(.screening):before {
  background: #cccccc; }

.color_6:not(.screening) #page_border_container:before {
  background-color: #cccccc; }

.color_6:not(.screening) #page_border_container svg path {
  fill: #cccccc; }

.border {
  position: fixed;
  display: block;
  width: auto;
  z-index: 11;
  opacity: 1;
  pointer-events: none; }
  .border svg {
    display: block;
    width: 1.5rem !important; }

@media (max-width: 1050px) {
  #page_border_container:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: inherit; }
  .info_index #page_border_container:before {
    width: calc(100% - 6rem); }
  .bl #page_border_container,
  .br #page_border_container {
    top: calc(6.25rem - 1px);
    bottom: auto;
    transform-origin: center;
    z-index: -1;
    transform: none; }
  .bl #page_border_container svg {
    transform: rotate(90deg);
    height: auto; }
  .br #page_border_container svg {
    transform: rotate(-180deg);
    height: auto; } }

@media (max-width: 1050px) and (orientation: portrait) {
  .bl #page_border_container,
  .br #page_border_container {
    width: 100%; }
    .bl #page_border_container svg,
    .br #page_border_container svg {
      height: auto;
      height: calc(100vw + 2px);
      width: calc(100vw + 2px);
      position: absolute;
      top: 0;
      left: -1px; } }

@media (max-width: 1050px) and (orientation: landscape) {
  .bl #page_border_container,
  .br #page_border_container {
    width: 100%; }
    .bl #page_border_container svg,
    .br #page_border_container svg {
      position: absolute;
      top: 0;
      left: -1px; } }

@media (hover: hover) {
  .slide_selector:hover {
    border: 0.08rem solid; }
  .slide_selector.current:hover {
    border-color: #000; }
  .homepage_item_link_slideshow .homepage_slide:hover .homepage_sub_heading {
    text-decoration: underline;
    text-underline-offset: 0.13em;
    text-decoration-thickness: 0.09em; }
  .homepage_slide:hover {
    z-index: 1; }
    .homepage_slide:hover img {
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25); } }

.homepage.open_nav main,
.homepage.open_nav footer {
  transform: translateY(2.5rem); }

.homepage main,
.homepage footer {
  transition: transform 0.2s ease; }

.homepage main {
  margin-top: 0;
  align-items: flex-start;
  z-index: 1; }

.homepage #navigation_links:before, .homepage #navigation_links:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  pointer-events: none;
  z-index: -1; }

.homepage #navigation_links:before {
  width: 3.25rem;
  left: -3.25rem; }

.homepage #navigation_links:after {
  width: 1.5rem;
  right: -1.5rem; }

.homepage_slide_counter {
  font-family: 'Euclid Flex';
  font-weight: 800;
  font-size: 1rem;
  font-size: 0.9rem;
  margin: 0 0.375rem; }

h1.homepage_section_heading,
.slide_selector_wrapper {
  font-family: 'Euclid Flex';
  font-weight: 800; }

h1.homepage_section_heading {
  font-size: 0.9rem; }

.slide_selector_wrapper {
  margin-left: 0.375rem;
  font-size: 0.7rem; }

h2.homepage_sub_heading {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.25; }

.homepage_section_heading_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 1.5rem 0.75rem;
  width: 50%;
  box-sizing: border-box;
  z-index: 11; }

.homepage_section_heading {
  margin-bottom: 0;
  margin-right: 0.75rem; }

.homepage_item_link_slideshow {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 16rem;
  margin: 0; }
  .homepage_item_link_slideshow:focus-within {
    z-index: 15; }
  .homepage_item_link_slideshow .slideshow_arrow_img {
    position: static;
    margin: 0; }
  .homepage_item_link_slideshow.purple {
    background-color: #7a65ca; }
    .homepage_item_link_slideshow.purple .slide_selector.current {
      color: #7a65ca; }
  .homepage_item_link_slideshow.magenta {
    background-color: #f566e1; }
    .homepage_item_link_slideshow.magenta .slide_selector.current {
      color: #f566e1; }
  .homepage_item_link_slideshow.yellow {
    background-color: #ffc102; }
    .homepage_item_link_slideshow.yellow .slide_selector.current {
      color: #ffc102; }
  .homepage_item_link_slideshow.green {
    background-color: #4da880; }
    .homepage_item_link_slideshow.green .slide_selector.current {
      color: #4da880; }
  .homepage_item_link_slideshow.cyan {
    background-color: #02b0f0; }
    .homepage_item_link_slideshow.cyan .slide_selector.current {
      color: #02b0f0; }
  .homepage_item_link_slideshow.red {
    background-color: #fc6d51; }
    .homepage_item_link_slideshow.red .slide_selector.current {
      color: #fc6d51; }
  .homepage_item_link_slideshow.gray {
    background-color: #f2f2f2; }
    .homepage_item_link_slideshow.gray .slide_selector.current {
      color: #f2f2f2; }
  .homepage_item_link_slideshow:before, .homepage_item_link_slideshow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit; }
  .homepage_item_link_slideshow:before {
    width: 3.25rem;
    left: -3.25rem; }
  .homepage_item_link_slideshow:after {
    width: 2.5rem;
    right: -2.5rem; }
  .homepage_item_link_slideshow .index_thumbnail_slideshow {
    min-height: 15rem;
    margin-bottom: 0; }
    .homepage_item_link_slideshow .index_thumbnail_slideshow .framed_image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity ease 0.5s;
      opacity: 0; }
      .homepage_item_link_slideshow .index_thumbnail_slideshow .framed_image.current {
        opacity: 1; }

.homepage_slide.current {
  display: flex;
  flex-grow: 1; }

.homepage_item_link_slideshow .homepage_slide:focus-visible .homepage_sub_heading {
  border-bottom: 0.15rem solid; }

.homepage_slide:focus-visible {
  z-index: 1; }
  .homepage_slide:focus-visible img {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .homepage_slide:focus-visible .homepage_sub_heading {
    border-bottom: 0.08rem solid; }

.homepage_item_link_slideshow .homepage_slide:not(.thumbnail) {
  cursor: pointer;
  padding: 1.5rem 0.75rem;
  height: auto;
  box-sizing: border-box;
  text-decoration: none; }
  .homepage_item_link_slideshow .homepage_slide.no_top_padding:not(.thumbnail) .homepage_item_text {
    padding-top: 0; }
  .homepage_item_link_slideshow .homepage_slide.current:not(.thumbnail) {
    display: flex; }
  .homepage_item_link_slideshow .homepage_slide:not(.thumbnail) .frame_sizer img {
    object-position: center; }

.link_list {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.75rem; }
  .link_list .homepage_sub_heading {
    font-size: 1rem; }
  .link_list .homepage_section_heading_wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0;
    width: 100%;
    position: static; }
  .link_list.width_1 .homepage_slide:not(.thumbnail) {
    width: calc(100% - 1.5rem); }
  .link_list.width_1 .framed_image {
    height: 30rem; }
  .link_list.width_2 .homepage_slide:not(.thumbnail) {
    width: calc(50% - 1.5rem); }
  .link_list.width_2 .framed_image {
    height: 15rem; }
  .link_list.width_3 .homepage_slide:not(.thumbnail) {
    width: calc(33.33% - 1.5rem); }
  .link_list.width_3 .framed_image {
    height: 10rem; }
  .link_list .homepage_slide:not(.thumbnail) {
    height: auto;
    flex-direction: column-reverse;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0.75rem;
    padding: 0.75rem 0; }
    .link_list .homepage_slide:not(.thumbnail) .framed_image {
      width: 100%; }
      .link_list .homepage_slide:not(.thumbnail) .framed_image img {
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center; }
  .link_list .homepage_item_text {
    padding-top: 0.75rem;
    width: 100%;
    margin: 0; }

.homepage_slide .framed_image {
  max-height: none;
  width: calc(50% - 0.75rem);
  height: 15rem; }
  .homepage_slide .framed_image img {
    object-fit: cover; }
  .homepage_slide .framed_image figcaption {
    display: none; }

.homepage_item_text {
  padding-top: 1.65rem;
  width: calc(50% - 0.75rem);
  margin-right: 1.5rem; }

.homepage_item_description {
  margin-top: 0.5rem; }

.homepage_item_link.thumbnail.cell {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem; }
  .homepage_item_link.thumbnail.cell.frac_1_1 a {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .homepage_item_link.thumbnail.cell.frac_1_1 .homepage_item_text {
    padding: 0 0.75rem;
    box-sizing: border-box; }
  .homepage_item_link.thumbnail.cell.frac_1_1 .homepage_item_text,
  .homepage_item_link.thumbnail.cell.frac_1_1 .framed_image {
    width: 50%; }
  .homepage_item_link.thumbnail.cell.frac_1_1 .frame_sizer {
    width: 100%;
    min-height: 14rem; }
  .homepage_item_link.thumbnail.cell .frame_sizer {
    min-height: 14rem; }
  .homepage_item_link.thumbnail.cell .framed_image,
  .homepage_item_link.thumbnail.cell .homepage_item_text {
    padding: 0 0.75rem;
    box-sizing: border-box; }
  .homepage_item_link.thumbnail.cell a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .homepage_item_link.thumbnail.cell.frac_1_2 a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 0.75rem;
    padding-bottom: 0; }
  .homepage_item_link.thumbnail.cell.frac_1_2 .framed_image {
    width: 100%;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .homepage_item_link.thumbnail.cell.frac_1_2 .homepage_item_text {
    width: 100%;
    padding-top: 0.75rem;
    background-color: #000;
    padding-left: 0;
    padding-right: 0; }
  .homepage_item_link.thumbnail.cell h1 {
    margin-bottom: 1rem; }
  .homepage_item_link.thumbnail.cell h2 {
    font-size: 0.9rem;
    width: 100%; }
  .homepage_item_link.thumbnail.cell a {
    height: calc(100% - 1.5rem);
    width: 100%;
    display: block;
    text-decoration: none;
    box-sizing: border-box; }
  .homepage_item_link.thumbnail.cell .frame_image {
    padding: 0;
    background-color: transparent; }

@media (max-width: 1050px) {
  .homepage_slide_counter {
    display: none; }
  .homepage_item_description {
    margin-top: 1rem; }
  .homepage.open_nav main,
  .homepage.open_nav footer {
    transform: translateY(0); }
  .homepage_item_link_slideshow:not(.thumbnail) {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
    padding-top: 0.75rem;
    min-height: auto; }
  .slide_selector_wrapper {
    display: none; }
  .homepage_section_heading_wrapper,
  .link_list .homepage_section_heading_wrapper {
    padding-left: 0;
    width: 100%;
    position: relative;
    padding: 0.75rem 0; }
  .link_list.homepage_item_link_slideshow:not(.thumbnail) {
    padding-bottom: 0; }
    .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide {
      flex-direction: column-reverse;
      margin: 0.5rem 0 1rem 0; }
      .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text {
        padding-top: 0.75rem; }
      .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text,
      .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .framed_image {
        width: 100%;
        height: auto; }
      .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide img {
        transform: none !important;
        top: auto;
        left: auto; }
  .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide {
    position: static;
    padding: 0;
    opacity: 1;
    flex-direction: row; }
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text {
      padding-top: 0; }
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text,
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .framed_image {
      width: 50%;
      height: auto; }
  .homepage_item_link_slideshow:not(.thumbnail):before, .homepage_item_link_slideshow:not(.thumbnail):after {
    width: 0.75rem; }
  .homepage_item_link_slideshow:not(.thumbnail):before {
    left: -0.75rem; }
  .homepage_item_link_slideshow:not(.thumbnail):after {
    right: -0.75rem; }
  .link_list .homepage_slide {
    margin-bottom: 1.5rem; }
  .link_list .homepage_slide {
    width: calc(50% - 0.75rem) !important;
    flex-grow: 0;
    margin-left: 0;
    margin-right: 0; }
  .link_list .framed_image {
    height: 100%; }
  .link_list .homepage_section_heading_wrapper,
  .homepage_section_heading_wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 2.5rem;
    background-color: inherit;
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  h2.homepage_sub_heading {
    border-bottom: 0.15rem solid; }
  .link_list h2.homepage_sub_heading {
    border-bottom: 0.08rem solid; } }

@media (max-width: 767px) {
  .homepage_item_link_slideshow:not(.thumbnail) {
    flex-direction: column; }
  .link_list .homepage_slide {
    width: 100% !important; }
  .link_list.homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text {
    padding-top: 0.25rem; }
  .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide {
    flex-direction: column; }
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text {
      padding-top: 0; }
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .homepage_item_text,
    .homepage_item_link_slideshow:not(.thumbnail) .homepage_slide .framed_image {
      width: 100%; } }

.slideshow.with_arrows figcaption {
  padding-right: 5rem;
  padding-left: 5rem; }

.zoom_slideshow .homepage_item_link_slideshow .slideshow_arrow_img img {
  display: block; }

.zoom.inline_slideshow,
.zoom.slideshow {
  z-index: 100 !important;
  padding-bottom: 0; }
  .zoom.inline_slideshow .slideshow_close_button,
  .zoom.slideshow .slideshow_close_button {
    opacity: 1;
    pointer-events: auto; }
  #artist_slideshow.zoom.inline_slideshow, .zoom.inline_slideshow.research_slideshow,
  #artist_slideshow.zoom.slideshow,
  .zoom.slideshow.research_slideshow {
    position: fixed;
    max-height: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #fff; }
  .zoom.inline_slideshow.research_slideshow,
  .zoom.slideshow.research_slideshow {
    height: calc(100vh);
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-bottom: 0; }
    .zoom.inline_slideshow.research_slideshow img,
    .zoom.slideshow.research_slideshow img {
      object-position: center; }
    .zoom.inline_slideshow.research_slideshow figcaption,
    .zoom.slideshow.research_slideshow figcaption {
      text-align: center; }
  .zoom.inline_slideshow .slide:not(.homepage_slide),
  .zoom.slideshow .slide:not(.homepage_slide) {
    cursor: url(/assets/zoom-out-063ee4562cde4ad2f04240abb5ad3442dd5fe65718288231260b02083643f33a.png), zoom-out;
    cursor: -webkit-image-set(url(/assets/zoom-out-063ee4562cde4ad2f04240abb5ad3442dd5fe65718288231260b02083643f33a.png) 1x, url(/assets/zoom-out-large-f05e79bfba62580feacd58f47f6011b3713b90c0398744553a8aeb215c94be1b.png) 2x), zoom-out; }
    .zoom.inline_slideshow .slide.narrow:not(.homepage_slide),
    .zoom.slideshow .slide.narrow:not(.homepage_slide) {
      width: 100%;
      margin-left: 0%; }
    .zoom.inline_slideshow .slide:not(.homepage_slide) .frame_image,
    .zoom.slideshow .slide:not(.homepage_slide) .frame_image {
      padding: 0.75rem 3rem 0 3rem; }
      .zoom.inline_slideshow .slide:not(.homepage_slide) .frame_image img,
      .zoom.slideshow .slide:not(.homepage_slide) .frame_image img {
        max-width: calc(100% - 5rem);
        max-height: calc(100% - 1.5rem);
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%); }
    .zoom.inline_slideshow .slide:not(.homepage_slide) figcaption,
    .zoom.slideshow .slide:not(.homepage_slide) figcaption {
      width: 100%;
      text-align: center;
      margin-left: 0;
      padding-left: 5.25rem;
      padding-right: 5.25rem;
      margin-bottom: 0.45rem; }
  .zoom.inline_slideshow .slideshow_pagination,
  .zoom.slideshow .slideshow_pagination {
    bottom: 0.75rem; }
  .zoom.inline_slideshow .slideshow_arrow_img,
  .zoom.slideshow .slideshow_arrow_img {
    position: fixed;
    top: 0;
    width: 3rem; }
    .zoom.inline_slideshow .slideshow_arrow_img:after,
    .zoom.slideshow .slideshow_arrow_img:after {
      display: block; }
    .zoom.inline_slideshow .slideshow_arrow_img:focus-visible,
    .zoom.slideshow .slideshow_arrow_img:focus-visible {
      outline: none; }
    .zoom.inline_slideshow .slideshow_arrow_img.slideshow_left,
    .zoom.slideshow .slideshow_arrow_img.slideshow_left {
      left: 0; }
      .zoom.inline_slideshow .slideshow_arrow_img.slideshow_left:after,
      .zoom.slideshow .slideshow_arrow_img.slideshow_left:after {
        cursor: url(/assets/arrow-left-eb4c208c0e00edaaa19df6292e15b8fe6688f2879c591ea77e26ba13f89e6831.png), w-resize;
        cursor: -webkit-image-set(url(/assets/arrow-left-eb4c208c0e00edaaa19df6292e15b8fe6688f2879c591ea77e26ba13f89e6831.png) 1x, url(/assets/arrow-left-large-7af6009a3c61944716a6dad794c26d22e148ac0248d7793153e194831c1f7120.png) 2x), w-resize; }
    .zoom.inline_slideshow .slideshow_arrow_img.slideshow_right,
    .zoom.slideshow .slideshow_arrow_img.slideshow_right {
      right: 0; }
      .zoom.inline_slideshow .slideshow_arrow_img.slideshow_right:after,
      .zoom.slideshow .slideshow_arrow_img.slideshow_right:after {
        right: 0;
        cursor: url(/assets/arrow-right-ace0ba0bab45d994928b549c68afc9327f71e665f07def8f1cc30ef754bce117.png), e-resize;
        cursor: -webkit-image-set(url(/assets/arrow-right-ace0ba0bab45d994928b549c68afc9327f71e665f07def8f1cc30ef754bce117.png) 1x, url(/assets/arrow-right-large-3512c8b2b1ed70e38fe8abc8ee16612d6a8430aa533798c6c7cc0ef32b74ccda.png) 2x), e-resize; }
    .zoom.inline_slideshow .slideshow_arrow_img img,
    .zoom.slideshow .slideshow_arrow_img img {
      display: none; }

.zoom_slideshow {
  overflow: hidden; }
  .zoom_slideshow main {
    z-index: 100; }
  .zoom_slideshow footer {
    display: none; }

#artist_slideshow {
  position: absolute;
  right: 0.75rem;
  left: 0.75rem;
  top: 0.7rem;
  bottom: 0;
  background-color: transparent;
  max-height: calc(100vh - 1.5rem);
  width: auto;
  margin-bottom: 0; }
  #artist_slideshow .framed_image {
    max-height: none; }

#news_update_content .slideshow .framed_image, body.past_award #sidebar_main .slideshow .framed_image {
  max-height: none; }

#news_update_content .slideshow figcaption, body.past_award #sidebar_main .slideshow figcaption {
  width: 100%;
  margin-left: 0;
  text-align: center; }

#news_update_content .slideshow .slide img, body.past_award #sidebar_main .slideshow .slide img {
  right: 50%;
  transform: translate(50%, -50%); }

body.news_update .slideshow, body.past_award .slideshow {
  position: relative;
  height: 80vh; }
  body.news_update .slideshow.zoom, body.past_award .slideshow.zoom {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff; }
    body.news_update .slideshow.zoom .framed_image, body.past_award .slideshow.zoom .framed_image {
      max-height: none; }
    body.news_update .slideshow.zoom .frame_image, body.past_award .slideshow.zoom .frame_image {
      border: none; }

body.news_update .slide, body.past_award .slide {
  width: 100%;
  margin-left: 0; }
  body.news_update .slide img, body.past_award .slide img {
    padding: 1rem;
    box-sizing: border-box; }

.full_width_slideshow .program_main_content {
  margin-top: calc(100vh); }

#program_slideshow {
  height: 90vh;
  margin: 0 0.75rem 3rem 0;
  right: 3rem;
  width: calc(100vw - 5rem - 1.5rem);
  box-sizing: border-box;
  position: relative; }
  #program_slideshow .framed_image {
    max-height: none; }
  #program_slideshow .slide img {
    object-position: center; }
  #program_slideshow .slide figcaption {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%; }

.research_slideshow {
  height: 0;
  margin: 0 0 3rem 0;
  width: 100%;
  padding: 0 0 75% 0;
  box-sizing: border-box;
  position: relative; }
  .research_slideshow.single_image {
    height: auto; }
    .research_slideshow.single_image .slide,
    .research_slideshow.single_image .frame_image {
      position: relative; }
    .research_slideshow.single_image img {
      position: relative;
      transform: none;
      width: auto;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      max-height: 90vh; }
  .research_slideshow .framed_image {
    max-height: none;
    z-index: 10; }
  .research_slideshow .slide img {
    right: 50%;
    transform: translate(50%, -50%); }
  .research_slideshow .slide:not(.thumbnail) figcaption {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%; }

body.inline_slideshow.zoom_slideshow .research_slideshow:not(.single_image) .frame_image img, body.inline_slideshow.zoom_slideshow .research_slideshow.single_image .frame_image img {
  left: 50%;
  transform: translate(-50%, -50%); }

body.inline_slideshow .research_slideshow {
  width: calc(66.66% - 0.75rem);
  margin-left: calc(33.33% + 0.75rem); }
  body.inline_slideshow .research_slideshow:not(.single_image) .frame_image img {
    right: auto;
    left: 0;
    transform: translate(0, -50%); }
  body.inline_slideshow .research_slideshow.single_image .frame_image img {
    left: 0;
    right: auto;
    margin: 0;
    transform: none; }
  body.inline_slideshow .research_slideshow figcaption {
    text-align: left; }

body.inline_slideshow .slide.narrow {
  width: 100%;
  margin-left: 0%; }
  body.inline_slideshow .slide.narrow img {
    right: auto;
    transform: none; }

body.essay .slide.narrow {
  width: 100%;
  margin-left: 0%; }
  body.essay .slide.narrow img {
    transform: translate(50%, -50%); }

body.essay .research_slideshow.single_image .slide img {
  height: 100%;
  transform: none;
  right: auto;
  top: auto; }

.homepage_slide img {
  right: auto;
  left: 0; }

.slide img {
  cursor: url(/assets/zoom-in-cf4a47cb4b8796a812cb5afab8a6bd4955cb5381ac782a707425171c4ef4f264.png), zoom-in;
  cursor: -webkit-image-set(url(/assets/zoom-in-cf4a47cb4b8796a812cb5afab8a6bd4955cb5381ac782a707425171c4ef4f264.png) 1x, url(/assets/zoom-in-large-d394fe9767b7f3cd59f4488d321c09ff3cbdab5646380aad977cf1d87dfa73d6.png) 2x), zoom-in; }

.slide:not(.thumbnail), .homepage_slide:not(.thumbnail) {
  position: absolute;
  display: flex;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.4s;
  z-index: 10; }
  .slide.narrow:not(.thumbnail), .homepage_slide.narrow:not(.thumbnail) {
    margin-left: 33.33%;
    width: 66.66%; }
    .slide.narrow:not(.thumbnail) img, .homepage_slide.narrow:not(.thumbnail) img {
      right: 50%;
      transform: translate(50%, -50%); }
    .slide.narrow:not(.thumbnail) figcaption, .homepage_slide.narrow:not(.thumbnail) figcaption {
      width: 100%;
      margin-left: 0;
      text-align: center; }
  .slide:not(.thumbnail) .frame_image, .homepage_slide:not(.thumbnail) .frame_image {
    padding: 0;
    background-color: transparent; }
  .slide:not(.thumbnail) img, .homepage_slide:not(.thumbnail) img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: auto; }
  .slide:not(.thumbnail) figcaption, .homepage_slide:not(.thumbnail) figcaption {
    text-align: right;
    width: 66.66%;
    margin-left: 33.33%;
    min-height: 1rem;
    box-sizing: border-box; }
  .slide:not(.thumbnail) a, .homepage_slide:not(.thumbnail) a {
    z-index: 5; }
  .slide.current:not(.thumbnail), .homepage_slide.current:not(.thumbnail) {
    pointer-events: auto;
    opacity: 1; }

.slideshow_arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none; }

.slideshow_arrow_img:focus-visible,
.slideshow_arrow:focus-visible {
  border: none; }

.slideshow_pagination {
  position: absolute;
  bottom: -0.1rem;
  background-color: transparent;
  width: auto;
  display: flex;
  justify-content: flex-end;
  font-family: 'Euclid Flex', sans-serif;
  color: #000;
  right: 0; }
  .slideshow_pagination .slide_count {
    margin: 0 0.375rem;
    font-size: 0.9rem;
    position: relative;
    z-index: 10; }

.slideshow_arrow_img {
  border: none;
  z-index: 10;
  cursor: pointer; }
  .slideshow_arrow_img:after {
    content: '';
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    width: 33.33%; }
  .slideshow_arrow_img img {
    height: 1rem;
    width: auto; }

.slideshow_close_button {
  background-color: transparent;
  border: none;
  height: 0.8rem;
  width: auto;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  cursor: pointer; }
  .slideshow_close_button img {
    height: 100%;
    width: auto; }

.about .index_thumbnail_slideshow {
  margin-bottom: 1.5rem;
  min-height: 17rem; }
  .about .index_thumbnail_slideshow .content_cell {
    left: 0.75rem;
    width: calc(100% - 1.5rem); }

.index_thumbnail_slideshow {
  position: relative;
  width: calc(50% - 1.5rem);
  min-height: 22rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  box-sizing: border-box;
  margin-bottom: 3rem; }
  .index_thumbnail_slideshow .content_cell {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    transition: opacity ease 0.5s; }
  .index_thumbnail_slideshow .content_cell.current {
    opacity: 1; }
  .index_thumbnail_slideshow figcaption {
    text-align: left; }

@media (max-width: 1050px) {
  .full_width_slideshow .program_main_content {
    margin-top: 0; }
  .zoom.inline_slideshow .slide:not(.homepage_slide) .frame_image,
  .zoom.slideshow .slide:not(.homepage_slide) .frame_image {
    padding: 0; }
    .zoom.inline_slideshow .slide:not(.homepage_slide) .frame_image img,
    .zoom.slideshow .slide:not(.homepage_slide) .frame_image img {
      position: static;
      max-width: none;
      max-height: none;
      transform: none; }
  body.past_award #sidebar_main .slideshow .slide, #news_update_content .slideshow .slide {
    position: static; }
    body.past_award #sidebar_main .slideshow .slide:not(.thumbnail), #news_update_content .slideshow .slide:not(.thumbnail) {
      height: auto; }
    body.past_award #sidebar_main .slideshow .slide img, #news_update_content .slideshow .slide img {
      position: static;
      transform: none;
      left: auto; }
  body.inline_slideshow.zoom_slideshow .research_slideshow:not(.single_image) .frame_image img,
  body.inline_slideshow.zoom_slideshow .research_slideshow.single_image .frame_image img {
    transform: none;
    left: auto; }
  .research_slideshow.single_image img {
    width: 100%;
    max-height: none; }
  body.inline_slideshow .research_slideshow:not(.single_image) .frame_image img {
    transform: none; }
  .slide:not(.thumbnail) img, .homepage_slide:not(.thumbnail) img {
    position: static;
    transform: none; }
  .slide:not(.thumbnail) figcaption, .homepage_slide:not(.thumbnail) figcaption {
    width: 100%;
    margin: 0.5rem 0 0 0;
    text-align: center;
    padding: 0; }
  .slide img,
  .homepage_slide img,
  .slide.narrow img,
  .homepage_slide.narrow img {
    width: 100%;
    height: auto;
    position: static;
    transform: translate(0, 0); }
  body.news_update .slideshow, body.past_award .slideshow {
    position: relative;
    height: auto; }
    body.news_update .slideshow.zoom, body.past_award .slideshow.zoom {
      position: relative;
      height: auto;
      background-color: transparent; }
  body.news_update .framed_image, body.past_award .framed_image {
    max-height: none; }
  body.news_update .frame_image, body.past_award .frame_image {
    border: none; }
  body.news_update .slide, body.past_award .slide {
    pointer-events: none;
    margin-bottom: 1rem;
    position: static;
    opacity: 1;
    width: 100%;
    margin-left: 0; }
    body.news_update .slide img, body.past_award .slide img {
      padding: 0;
      box-sizing: border-box; }
  .zoom_slideshow main {
    z-index: 1; }
  .zoom.inline_slideshow .slideshow_close_button,
  .zoom.slideshow .slideshow_close_button {
    opacity: 0;
    pointer-events: none; }
  #artist_slideshow.zoom.inline_slideshow, .zoom.inline_slideshow.research_slideshow,
  #artist_slideshow.zoom.slideshow,
  .zoom.slideshow.research_slideshow {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    background-color: transparent; }
  .zoom.inline_slideshow.research_slideshow, #artist_slideshow.zoom.inline_slideshow,
  .zoom.slideshow.research_slideshow,
  #artist_slideshow.zoom.slideshow {
    height: auto; }
  .zoom.inline_slideshow .slide:not(.homepage_slide),
  .zoom.slideshow .slide:not(.homepage_slide) {
    cursor: url(/assets/zoom-out-063ee4562cde4ad2f04240abb5ad3442dd5fe65718288231260b02083643f33a.png), zoom-out;
    cursor: -webkit-image-set(url(/assets/zoom-out-063ee4562cde4ad2f04240abb5ad3442dd5fe65718288231260b02083643f33a.png) 1x, url(/assets/zoom-out-large-f05e79bfba62580feacd58f47f6011b3713b90c0398744553a8aeb215c94be1b.png) 2x), zoom-out; }
    .zoom.inline_slideshow .slide.narrow:not(.homepage_slide),
    .zoom.slideshow .slide.narrow:not(.homepage_slide) {
      width: 100%;
      margin-left: 0%; }
    .zoom.inline_slideshow .slide:not(.homepage_slide) .frame_image,
    .zoom.slideshow .slide:not(.homepage_slide) .frame_image {
      padding: 0; }
    .zoom.inline_slideshow .slide:not(.homepage_slide) figcaption,
    .zoom.slideshow .slide:not(.homepage_slide) figcaption {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  .zoom.inline_slideshow .slideshow_arrow_img img,
  .zoom.slideshow .slideshow_arrow_img img {
    display: inherit; }
  .slide.narrow, .homepage_slide.narrow,
  body.inline_slideshow .research_slideshow {
    margin-left: 0;
    width: 100%; }
    .slide.narrow figcaption, .homepage_slide.narrow figcaption,
    body.inline_slideshow .research_slideshow figcaption {
      text-align: center; }
  .research_slideshow:after {
    display: none; }
  .slideshow.with_arrows figcaption {
    padding-right: 0; }
  .slideshow_arrow_img {
    display: none; }
  .slide figcaption, .homepage_slide figcaption {
    text-align: center;
    margin-left: 0;
    width: 100%; }
  .research_slideshow,
  #artist_slideshow {
    height: auto;
    max-height: none;
    margin: 0 0 1.5rem 0;
    width: 100%;
    position: static; }
    .research_slideshow .framed_image,
    .research_slideshow .frame_sizer,
    .research_slideshow .frame_image,
    #artist_slideshow .framed_image,
    #artist_slideshow .frame_sizer,
    #artist_slideshow .frame_image {
      display: block;
      opacity: 1;
      position: static;
      flex-grow: unset;
      width: auto;
      height: auto; }
  .research_slideshow .framed_image,
  #artist_slideshow .framed_image {
    margin-bottom: 1rem; }
  .research_slideshow .frame_image:last-child,
  #artist_slideshow .frame_image:last-child {
    margin-bottom: 0; }
  .research_slideshow {
    padding-bottom: 0; }
  .index_thumbnail_slideshow {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: 3rem; }
    .index_thumbnail_slideshow .content_cell {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      transition: opacity ease 0.5s; }
    .index_thumbnail_slideshow .content_cell.current {
      opacity: 1; }
  .about .index_thumbnail_slideshow {
    min-height: 22rem; }
    .about .index_thumbnail_slideshow .content_cell {
      left: 0;
      width: 100%; }
  body.media .research_slideshow .slide img {
    transform: none;
    right: auto;
    top: auto; } }

@media (max-width: 767px) {
  .public_program_subtitle.margin_top {
    margin-top: 0; }
  .about .index_thumbnail_slideshow {
    min-height: 9rem; }
  .index_thumbnail_slideshow, .homepage_item_link_slideshow:not(.thumbnail) .index_thumbnail_slideshow {
    min-height: 11rem; } }

@media (hover: hover) {
  #grantee_link:hover {
    background-color: #4da880;
    color: #fff;
    border-color: #fff; }
  #read_screening_essay:hover {
    background-color: #fff;
    color: #000; }
  .color_1 .selectable_link:hover {
    background-color: #7a65ca; }
  .color_1 .sub_nav_link:hover,
  .color_1 .link_text {
    border-color: #7a65ca; }
  .color_1 #back_link:hover svg .st0,
  .color_1 #back_link:hover svg .st1,
  .color_1 #info_link:hover svg .st0,
  .color_1 #info_link:hover svg .st1 {
    stroke: #7a65ca; }
  .color_2 .selectable_link:hover {
    background-color: #f566e1; }
  .color_2 .sub_nav_link:hover,
  .color_2 .link_text {
    border-color: #f566e1; }
  .color_2 #back_link:hover svg .st0,
  .color_2 #back_link:hover svg .st1,
  .color_2 #info_link:hover svg .st0,
  .color_2 #info_link:hover svg .st1 {
    stroke: #f566e1; }
  .color_3 .selectable_link:hover {
    background-color: #ffc102; }
  .color_3 .sub_nav_link:hover,
  .color_3 .link_text {
    border-color: #ffc102; }
  .color_3 #back_link:hover svg .st0,
  .color_3 #back_link:hover svg .st1,
  .color_3 #info_link:hover svg .st0,
  .color_3 #info_link:hover svg .st1 {
    stroke: #ffc102; }
  .color_4 .selectable_link:hover {
    background-color: #4da880; }
  .color_4 .sub_nav_link:hover,
  .color_4 .link_text {
    border-color: #4da880; }
  .color_4 #back_link:hover svg .st0,
  .color_4 #back_link:hover svg .st1,
  .color_4 #info_link:hover svg .st0,
  .color_4 #info_link:hover svg .st1 {
    stroke: #4da880; }
  .color_5 .selectable_link:hover {
    background-color: #02b0f0; }
  .color_5 .sub_nav_link:hover,
  .color_5 .link_text {
    border-color: #02b0f0; }
  .color_5 #back_link:hover svg .st0,
  .color_5 #back_link:hover svg .st1,
  .color_5 #info_link:hover svg .st0,
  .color_5 #info_link:hover svg .st1 {
    stroke: #02b0f0; }
  .color_6 .selectable_link:hover {
    background-color: #cccccc; }
  .color_6 .sub_nav_link:hover,
  .color_6 .link_text {
    border-color: #cccccc; }
  .color_6 #back_link:hover svg .st0,
  .color_6 #back_link:hover svg .st1,
  .color_6 #info_link:hover svg .st0,
  .color_6 #info_link:hover svg .st1 {
    stroke: #cccccc; } }

.turbo-progress-bar {
  background-color: black; }

body.screening *:focus-visible {
  outline: 0.08rem solid #fff; }

*:focus-visible {
  outline: 0.08rem solid #000;
  outline-offset: 0.16rem; }

a::focus-visible, #artists_list a:focus, #artists_list a::focus-visible:hover {
  border-color: transparent;
  text-decoration: none; }

.thumbnail a::focus-visible .thumbnail_heading, .thumbnail a::focus-visible:hover .thumbnail_heading {
  border-color: transparent !important; }

html {
  font-size: 1.7vw; }

body {
  font-family: 'Fleischman BT Pro', serif;
  font-weight: 400;
  line-height: 1.3;
  background-color: #fff;
  color: black;
  margin: 0;
  font-size: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative; }

.hebrew {
  font-family: 'Rubik';
  font-variation-settings: "wght" 400;
  font-weight: 400;
  font-size: 1rem; }

.arabic {
  font-family: 'Rubik';
  font-variation-settings: "wght" 400;
  font-weight: 400;
  font-size: 1rem; }

.translation_heading {
  font-family: 'Rubik';
  font-variation-settings: "wght" 700;
  font-weight: 700;
  font-size: 0.8rem; }

.no_sidebar header {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0.7rem; }

.with_sidebar main, .with_sidebar #sidebar_main {
  margin-top: 0.7rem;
  z-index: 5; }

.anchor_link_target {
  padding-top: 0.84rem !important;
  margin-top: -0.84rem; }

.venue_address p {
  margin-bottom: 0; }

.zoom_slideshow #sidebar_main {
  z-index: 101; }

.full_width_slideshow #sidebar_content {
  position: relative;
  min-height: calc(100vh - 7rem); }

.full_width_slideshow main {
  position: static; }

.full_width_slideshow #sidebar {
  margin-bottom: 0;
  padding-bottom: 0.75rem; }

.color_1 .selectable_link.selected, .color_1 .selectable_link:focus {
  background-color: #7a65ca; }

.color_1 .sub_nav_link.selected, .color_1 .sub_nav_link:focus {
  border-color: #7a65ca; }

.color_2 .selectable_link.selected, .color_2 .selectable_link:focus {
  background-color: #f566e1; }

.color_2 .sub_nav_link.selected, .color_2 .sub_nav_link:focus {
  border-color: #f566e1; }

.color_3 .selectable_link.selected, .color_3 .selectable_link:focus {
  background-color: #ffc102; }

.color_3 .sub_nav_link.selected, .color_3 .sub_nav_link:focus {
  border-color: #ffc102; }

.color_4 .selectable_link.selected, .color_4 .selectable_link:focus {
  background-color: #4da880; }

.color_4 .sub_nav_link.selected, .color_4 .sub_nav_link:focus {
  border-color: #4da880; }

.color_5 .selectable_link.selected, .color_5 .selectable_link:focus {
  background-color: #02b0f0; }

.color_5 .sub_nav_link.selected, .color_5 .sub_nav_link:focus {
  border-color: #02b0f0; }

.color_6 .selectable_link.selected, .color_6 .selectable_link:focus {
  background-color: #cccccc; }

.color_6 .sub_nav_link.selected, .color_6 .sub_nav_link:focus {
  border-color: #cccccc; }

h1, h2 {
  font-family: 'Euclid Flex', sans-serif; }

h1 {
  font-size: 0.9rem;
  margin: 0; }

h2 {
  margin: 0 0 0.8rem 0;
  font-size: 0.7rem; }

h3 {
  margin: 0;
  font-size: 0.7rem;
  font-family: 'Euclid Flex', sans; }

p {
  margin-top: 0; }

ol, ul {
  font-variant-numeric: tabular-nums;
  padding: 0; }
  ol li, ul li {
    padding: 0; }
    ol li:last-child, ul li:last-child {
      margin-bottom: 0; }

ol {
  padding-left: 1.25rem;
  box-sizing: border-box; }
  ol li {
    margin: 0 0 0.1em 0; }

ul {
  list-style: none; }
  ul li {
    margin: 0 0 0.5em 0; }

button {
  border: none;
  background: transparent;
  font-family: 'Fleischman BT Pro', serif;
  padding: 0;
  font-size: 0.7rem;
  border-bottom: 0.08rem solid; }

.text_index_link {
  border-bottom: 0.08rem solid;
  text-decoration: none; }

#grantee_link, .apply_link, .publication_link_description, #read_screening_essay {
  display: inline-block;
  border-radius: 0.25rem;
  border: 0.08rem solid;
  padding: 0.025rem 0.3rem 0.1rem 0.3rem;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.9rem; }

#read_screening_essay {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

#grantee_link, .apply_link {
  margin-bottom: 1.5rem;
  color: #3C8067;
  border-color: #4da880;
  background-color: #fff; }

.color_3 .apply_link {
  border-color: #ffc102;
  color: #000;
  background-color: #ffc102; }

.color_4 .apply_link {
  border-color: #4da880;
  color: #000;
  background-color: #4da880; }

.sub_nav_link {
  border-bottom: 0.15rem solid transparent;
  text-decoration: none;
  margin-right: 0.6rem; }

.sub_nav_link:last-child {
  margin-right: 0; }

.selectable_link {
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 0.025rem 0.3rem 0.1rem 0.3rem;
  margin-left: -0.3rem;
  margin-right: 0.7rem; }

a {
  color: black;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em; }
  a.sub_nav_link {
    border-bottom: 0.15rem solid transparent;
    text-decoration: none;
    margin-right: 0.6rem; }
  a.selectable_link {
    text-decoration: none;
    border-radius: 0.25rem;
    padding: 0.025rem 0.3rem 0.1rem 0.3rem;
    margin-left: -0.3rem;
    margin-right: 0.7rem;
    border: 0; }

aside a {
  text-decoration: none;
  border-bottom: 0.08rem solid #000; }

figure {
  margin: 0;
  padding: 0; }
  figure.caption_on_right {
    display: flex;
    align-items: flex-start; }
    figure.caption_on_right img {
      width: calc(50% - 0.75rem);
      margin-right: 1.5rem; }
    figure.caption_on_right figcaption {
      font-size: 1rem;
      text-align: left;
      margin-top: 0; }

section, .content_cell {
  width: 100%;
  margin-bottom: 1.5rem; }

.sub_nav {
  font-family: 'Euclid Flex';
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 0; }
  .sub_nav.with_sidebar {
    top: 0;
    margin-top: -0.7rem;
    padding-top: 0.7rem;
    position: sticky;
    background: #fff;
    padding-bottom: 1rem;
    margin-bottom: 0.7rem; }

.education {
  white-space: pre-wrap; }

.double_image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.double_image_figure {
  width: calc(50% - 0.75rem); }

.program_main_content {
  display: flex;
  flex-wrap: wrap; }

.content_cell figcaption {
  text-align: center; }
  .content_cell figcaption p {
    margin-bottom: 1em; }

.content_cell.text p {
  overflow-x: hidden;
  text-overflow: ellipsis; }
  .content_cell.text p:last-child {
    margin-bottom: 0; }

.content_cell.video {
  background: inherit;
  margin-bottom: 1.5rem; }
  .content_cell.video.grid {
    width: calc(50% - 1.5rem);
    min-width: calc(50% - 1.5rem);
    padding-left: 0.75rem;
    margin-left: -0.75rem;
    margin-right: 1.5rem; }
    .content_cell.video.grid.large_margin {
      margin-bottom: 1.5rem; }

.content_cell.image.portrait img {
  width: 50%; }

.content_cell.heading:not(.reading_list) {
  margin-bottom: 0; }
  .content_cell.heading:not(.reading_list) h2 {
    font-size: 0.7rem; }

.content_cell.large_margin {
  margin-bottom: 3rem; }

.content_cell.pull_quote {
  font-size: 0.7rem;
  box-sizing: border-box;
  padding-left: 20%;
  display: flex;
  flex-direction: column; }
  .content_cell.pull_quote .quote {
    position: relative; }
    .content_cell.pull_quote .quote:before, .content_cell.pull_quote .quote:after {
      position: absolute; }
    .content_cell.pull_quote .quote:before {
      content: '“';
      left: -0.4em; }
    .content_cell.pull_quote .quote:after {
      content: '”'; }
  .content_cell.pull_quote .attribution {
    display: block;
    margin-top: 0.5rem; }

.content_cell a {
  color: inherit; }

.full_logo_vertical {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  z-index: 3; }

main {
  width: 100%;
  position: relative;
  z-index: 2; }

#content {
  position: relative; }

#content_container {
  padding-top: 0.7rem; }

#grant_type_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#full_width_content {
  margin-bottom: 2rem;
  position: relative; }

.secondary_information {
  font-style: italic;
  font-size: 0.7rem; }
  .secondary_information.subhead {
    margin-bottom: 1em; }

.paragraph_wrapper p:last-child {
  margin-bottom: 0; }

.edition_info {
  font-size: 0.7rem; }
  .edition_info.margin_top {
    margin-top: 0.5rem; }

.meta_info {
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#footer_text {
  font-size: 0.7rem; }

#sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  #sponsors h2 {
    width: 100%;
    font-size: 0.7rem; }

section.program_main_content #sponsors {
  margin-top: 2rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.sponsors_image {
  width: 33.33%; }

.desktop {
  display: block; }

.mobile {
  display: none; }

@media (max-width: 1600px) {
  aside a {
    text-decoration: none;
    border-bottom: 0.1rem solid #000; } }

@media (max-width: 1050px) {
  .color_4.with_sub_nav #sidebar_content header:after {
    display: none; }
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  #sponsors {
    margin-bottom: 0; }
  .sponsors_image {
    height: 10rem;
    margin-bottom: 1.5rem;
    object-fit: contain;
    object-position: center; }
  html {
    font-size: 3vw; }
  body {
    width: 100%;
    min-height: auto;
    padding: 0 0.75rem;
    margin-top: 2.5rem; }
    body:after {
      content: ' ';
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      height: 2.5rem; }
    body:before {
      content: ' ';
      position: fixed;
      z-index: -10;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      height: 6.25rem; }
  h1 {
    font-size: 1.15rem; }
  body.with_sidebar main, body.with_sidebar #sidebar_main {
    position: relative; }
  body.with_sidebar .sub_nav.with_sidebar {
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0;
    top: 2.5rem; }
    body.with_sidebar .sub_nav.with_sidebar .sub_nav_container {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
    body.with_sidebar .sub_nav.with_sidebar .sub_nav_container::-webkit-scrollbar {
      display: none; }
    body.with_sidebar .sub_nav.with_sidebar:before, body.with_sidebar .sub_nav.with_sidebar:after {
      content: '';
      position: absolute;
      top: 0;
      background-color: inherit;
      width: 0.75rem;
      height: 100%; }
    body.with_sidebar .sub_nav.with_sidebar:before {
      left: -0.75rem; }
    body.with_sidebar .sub_nav.with_sidebar:after {
      right: -0.75rem;
      width: 3rem; }
  body.indices header {
    margin-bottom: 1.5rem; }
    body.indices header:before, body.indices header:after {
      content: '';
      position: absolute;
      top: 0;
      background-color: inherit;
      width: 0.75rem;
      height: 100%; }
    body.indices header:before {
      left: -0.75rem; }
    body.indices header:after {
      right: -0.75rem; }
  .color_1.letter_from_staff .selectable_link.selected,
  .color_1.letter_from_staff .selectable_link:focus {
    color: #7a65ca; }
  .color_1.letter_from_staff.with_sub_nav header, .color_1.letter_from_staff.indices header {
    background-color: #fff; }
  .color_1.letter_from_staff .sub_nav.with_sidebar {
    background-color: #fff; }
  .color_1.letter_from_staff.with_sub_nav header:before, .color_1.letter_from_staff.indices header:before, .color_1.letter_from_staff.with_sidebar .sub_nav.with_sidebar:before {
    background-color: #fff; }
  .color_1.letter_from_staff.with_sub_nav header:after, .color_1.letter_from_staff.indices header:after, .color_1.letter_from_staff.with_sidebar .sub_nav.with_sidebar:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 75%); }
  .color_1:not(.letter_from_staff) .selectable_link.selected,
  .color_1:not(.letter_from_staff) .selectable_link:focus {
    color: #7a65ca; }
  .color_1.with_sub_nav:not(.letter_from_staff) header, .color_1.indices:not(.letter_from_staff) header {
    background-color: #f566e1; }
  .color_1:not(.letter_from_staff) .sub_nav.with_sidebar {
    background-color: #7a65ca; }
  .color_1.with_sub_nav:not(.letter_from_staff) header, .color_1.indices:not(.letter_from_staff) header, .color_1.about:not(.letter_from_staff) header {
    background-color: #7a65ca; }
    .color_1.with_sub_nav:not(.letter_from_staff) header:before, .color_1.indices:not(.letter_from_staff) header:before, .color_1.about:not(.letter_from_staff) header:before {
      background-color: #7a65ca; }
    .color_1.with_sub_nav:not(.letter_from_staff) header:after, .color_1.indices:not(.letter_from_staff) header:after, .color_1.about:not(.letter_from_staff) header:after {
      background: linear-gradient(to right, rgba(122, 101, 202, 0), #7a65ca 75%); }
  .color_2 .selectable_link.selected,
  .color_2 .selectable_link:focus {
    color: #f566e1; }
  .color_2.with_sub_nav header, .color_2.indices header {
    background-color: #f566e1; }
  .color_2 .sub_nav.with_sidebar {
    background-color: #f566e1; }
  .color_2 nav.sub_nav,
  .color_2 nav.sub_nav.frac_2_3, .color_2.with_sub_nav header, .color_2.indices header, .color_2.with_sidebar .sub_nav.with_sidebar {
    background-color: #f566e1; }
    .color_2 nav.sub_nav:before,
    .color_2 nav.sub_nav.frac_2_3:before, .color_2.with_sub_nav header:before, .color_2.indices header:before, .color_2.with_sidebar .sub_nav.with_sidebar:before {
      background-color: #f566e1; }
    .color_2 nav.sub_nav:after,
    .color_2 nav.sub_nav.frac_2_3:after, .color_2.with_sub_nav header:after, .color_2.indices header:after, .color_2.with_sidebar .sub_nav.with_sidebar:after {
      background: linear-gradient(to right, rgba(245, 102, 225, 0), #f566e1 75%); }
  .color_3 .selectable_link.selected,
  .color_3 .selectable_link:focus {
    color: #ffc102; }
  .color_3.with_sub_nav header, .color_3.indices header {
    background-color: #ffc102; }
  .color_3 .sub_nav.with_sidebar {
    background-color: #ffc102; }
  .color_3 nav.sub_nav,
  .color_3 nav.sub_nav.frac_2_3, .color_3.with_sub_nav header, .color_3.indices header, .color_3.with_sidebar .sub_nav.with_sidebar {
    background-color: #ffc102; }
    .color_3 nav.sub_nav:before,
    .color_3 nav.sub_nav.frac_2_3:before, .color_3.with_sub_nav header:before, .color_3.indices header:before, .color_3.with_sidebar .sub_nav.with_sidebar:before {
      background-color: #ffc102; }
    .color_3 nav.sub_nav:after,
    .color_3 nav.sub_nav.frac_2_3:after, .color_3.with_sub_nav header:after, .color_3.indices header:after, .color_3.with_sidebar .sub_nav.with_sidebar:after {
      background: linear-gradient(to right, rgba(255, 193, 2, 0), #ffc102 75%); }
  .color_4 .selectable_link.selected,
  .color_4 .selectable_link:focus {
    color: #4da880; }
  .color_4.with_sub_nav header, .color_4.indices header {
    background-color: #4da880; }
  .color_4 .sub_nav.with_sidebar {
    background-color: #4da880; }
  .color_4 nav.sub_nav,
  .color_4 nav.sub_nav.frac_2_3, .color_4.with_sub_nav header, .color_4.indices header, .color_4.with_sidebar .sub_nav.with_sidebar {
    background-color: #4da880; }
    .color_4 nav.sub_nav:before,
    .color_4 nav.sub_nav.frac_2_3:before, .color_4.with_sub_nav header:before, .color_4.indices header:before, .color_4.with_sidebar .sub_nav.with_sidebar:before {
      background-color: #4da880; }
    .color_4 nav.sub_nav:after,
    .color_4 nav.sub_nav.frac_2_3:after, .color_4.with_sub_nav header:after, .color_4.indices header:after, .color_4.with_sidebar .sub_nav.with_sidebar:after {
      background: linear-gradient(to right, rgba(77, 168, 128, 0), #4da880 75%); }
  .color_5 .selectable_link.selected,
  .color_5 .selectable_link:focus {
    color: #02b0f0; }
  .color_5.with_sub_nav header, .color_5.indices header {
    background-color: #02b0f0; }
  .color_5 .sub_nav.with_sidebar {
    background-color: #02b0f0; }
  .color_5 nav.sub_nav,
  .color_5 nav.sub_nav.frac_2_3, .color_5.with_sub_nav header, .color_5.indices header, .color_5.artists #index_sub_nav, .color_5.with_sidebar .sub_nav.with_sidebar {
    background-color: #02b0f0; }
    .color_5 nav.sub_nav:before,
    .color_5 nav.sub_nav.frac_2_3:before, .color_5.with_sub_nav header:before, .color_5.indices header:before, .color_5.artists #index_sub_nav:before, .color_5.with_sidebar .sub_nav.with_sidebar:before {
      background-color: #02b0f0; }
    .color_5 nav.sub_nav:after,
    .color_5 nav.sub_nav.frac_2_3:after, .color_5.with_sub_nav header:after, .color_5.indices header:after, .color_5.artists #index_sub_nav:after, .color_5.with_sidebar .sub_nav.with_sidebar:after {
      background: linear-gradient(to right, rgba(2, 176, 240, 0), #02b0f0 75%); }
  .color_6 .selectable_link.selected,
  .color_6 .selectable_link:focus {
    color: #cccccc; }
  .color_6.with_sub_nav header, .color_6.indices header {
    background-color: #cccccc; }
  .color_6 .sub_nav.with_sidebar {
    background-color: #cccccc; }
  .color_6 nav.sub_nav,
  .color_6 nav.sub_nav.frac_2_3, .color_6.with_sub_nav header, .color_6.indices header, .color_6.with_sidebar .sub_nav.with_sidebar {
    background-color: #cccccc; }
    .color_6 nav.sub_nav:before,
    .color_6 nav.sub_nav.frac_2_3:before, .color_6.with_sub_nav header:before, .color_6.indices header:before, .color_6.with_sidebar .sub_nav.with_sidebar:before {
      background-color: #cccccc; }
    .color_6 nav.sub_nav:after,
    .color_6 nav.sub_nav.frac_2_3:after, .color_6.with_sub_nav header:after, .color_6.indices header:after, .color_6.with_sidebar .sub_nav.with_sidebar:after {
      background: linear-gradient(to right, rgba(204, 204, 204, 0), #cccccc 75%); }
  header.grid, #sidebar header {
    padding-left: 0rem;
    margin-bottom: 1rem; }
  nav.sub_nav, nav.sub_nav.frac_2_3, nav.sub_nav.with_sidebar, #index_sub_nav {
    max-width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    position: relative;
    -webkit-overflow-scrolling: touch;
    font-size: 0.7rem;
    margin-top: 0rem;
    padding-bottom: 0.5rem;
    padding-top: 0; }
  #index_sub_nav {
    padding-right: 0;
    font-size: 0.75rem; }
    #index_sub_nav:after {
      position: absolute;
      height: 100%;
      right: 0; }
  .with_sidebar main {
    margin-top: 0; }
    .with_sidebar main #sidebar {
      position: relative; }
  nav.sub_nav,
  nav.sub_nav.frac_2_3 {
    padding-top: 0.5rem;
    overflow: auto;
    padding-right: 0;
    display: flex;
    white-space: nowrap;
    padding-right: 1rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  nav.sub_nav::-webkit-scrollbar,
  nav.sub_nav.frac_2_3::-webkit-scrollbar {
    display: none; }
  .sub_nav_link {
    display: inline-block; }
  .full_logo_vertical {
    transform: rotate(-90deg) translate(0, 0);
    transform-origin: top center;
    top: 1.0714285714rem;
    left: 0;
    right: auto;
    z-index: 100; }
    .full_logo_vertical.mobile img {
      width: 1.5rem; }
  .content_cell.image.portrait img {
    width: 100%; }
  body .sub_nav_link.selected, body .sub_nav_link:focus {
    border-color: #fff !important; }
  body:not(.project_page) .selectable_link.selected, body:not(.project_page) .selectable_link:focus {
    background-color: #000; }
  body.project_page .selectable_link.selected, body.project_page .selectable_link:focus {
    color: #000; }
  .color_1.letter_from_staff .selectable_link.selected, .color_1.letter_from_staff .selectable_link:focus {
    background-color: #fff; }
  .color_1.letter_from_staff .sub_nav_link.selected, .color_1.letter_from_staff .sub_nav_link:focus {
    border-color: #7a65ca !important; }
  .color_1 .sub_nav_link.selected, .color_1 .sub_nav_link:focus {
    border-color: #fff; } }

@media (max-width: 767px) {
  figure.caption_on_right {
    display: block; }
    figure.caption_on_right img {
      display: block;
      width: 100%;
      margin-bottom: 0.75rem; }
  .double_image {
    flex-direction: column; }
  .double_image_figure {
    width: 100% !important;
    margin-bottom: 0.75rem; }
    .double_image_figure:last-child {
      margin-bottom: 0; }
  .content_cell.video.grid {
    width: 100%;
    min-width: 100%;
    padding: 0; }
    .content_cell.video.grid.large_margin {
      margin: 0 0 1.5rem 0; }
  html {
    font-size: 6.5vw; }
  .sponsors_image {
    height: 6rem; } }

@media (hover: hover) {
  #back_link:hover .link_text,
  #info_link:hover .link_text {
    opacity: 1; } }

#back_link:focus-visible .link_text,
#info_link:focus-visible .link_text {
  opacity: 1; }

header {
  padding-top: 0.7rem;
  margin-bottom: 0.7rem; }
  header.with_sub_nav {
    margin-bottom: 1rem; }

#skip_to_main {
  position: absolute;
  top: 0.58rem;
  left: 0.5rem;
  border: 0;
  margin: 0;
  font-family: 'Euclid Flex', sans-serif;
  background: #000;
  color: #fff;
  font-size: 0.9rem;
  z-index: 1000;
  font-weight: 600;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden; }
  #skip_to_main:focus-visible {
    padding: 0.1rem 0.3rem;
    width: auto;
    height: auto;
    display: block;
    outline: none; }
  #skip_to_main:after {
    display: none; }

#info_link {
  position: fixed;
  top: 4.65rem;
  left: 0.97rem;
  display: block;
  width: 1.1rem; }
  #info_link svg {
    display: block;
    width: 1.1rem;
    height: auto; }

#back_link {
  position: fixed;
  top: 2.65rem;
  left: 1.06rem;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  z-index: 4;
  text-decoration: none;
  border: 0; }
  #back_link svg {
    display: block;
    width: 0.9rem;
    height: auto; }

aside #back_link {
  left: auto;
  margin-left: -2.2rem; }

.link_text {
  position: absolute;
  top: -0.27rem;
  left: 2.15rem;
  padding: 0.3rem;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border: 0.08rem solid;
  border-radius: 0.25rem;
  font-family: 'Euclid Flex', sans-serif;
  font-size: 0.7rem;
  white-space: nowrap;
  font-weight: 600; }

#main_nav {
  box-sizing: border-box;
  padding: 0 3.25rem; }
  #main_nav a {
    border: 0; }

#navigation_links {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 2.5rem;
  right: 1.35rem;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
  background: #fff;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  height: 2.5rem;
  padding-top: 0.7rem;
  padding-left: 0.75rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #navigation_links a {
    text-decoration: none; }
  #navigation_links:focus-within {
    transform: translateY(0); }

.nav_line {
  transition: opacity ease 0.2s 0.2s; }

.animating_line {
  transform-origin: center;
  transition: transform ease 0.2s; }

.open_nav #navigation_links {
  transform: translateY(0); }

.open_nav .nav_line {
  transition: opacity ease 0s;
  opacity: 0; }

.open_nav #hidden_middle_line {
  transform: rotate(45deg); }

.open_nav #middle_line {
  transform: rotate(-45deg); }

#navigation_toggle {
  position: fixed;
  top: 0.75rem;
  left: 1.06rem;
  border: 0;
  background: transparent;
  padding: 0;
  width: 1rem;
  height: 1rem;
  z-index: 100; }
  #navigation_toggle svg {
    display: block;
    width: 100%;
    height: 100%; }
  #navigation_toggle line {
    stroke: #000; }

#index_sub_nav {
  width: 100%;
  margin-top: 0.7rem; }
  #index_sub_nav section {
    margin-bottom: 0.7rem; }

#page_filters,
#filter_select_container {
  display: flex; }

#page_filters .filter_section_link {
  margin: 0 0 0 0.4rem; }

body.with_sidebar #page_filters {
  font-size: 1rem;
  padding-left: 0; }
  body.with_sidebar #page_filters .selectable_link {
    font-size: 1rem; }
    body.with_sidebar #page_filters .selectable_link.selected {
      background-color: #cccccc; }

.filter_section_link {
  display: inline-block;
  text-decoration: none;
  padding: 0.025rem 0.3rem 0.1rem 0.3rem; }

#page_filter_heading {
  margin-right: 0.05rem; }

#pagination_links {
  padding-left: 0.4rem; }
  #pagination_links a {
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    text-decoration: none; }

@media (max-width: 1050px) {
  body.with_sidebar #page_filters {
    font-size: 0.7rem;
    margin-bottom: 0; }
    body.with_sidebar #page_filters .selectable_link {
      font-size: 0.7rem; }
  body.with_sidebar #index_sub_nav {
    padding-bottom: 0; }
  #navigation_toggle {
    left: auto;
    right: 0.75rem; }
  aside #back_link {
    left: auto; }
  #pagination_links::-webkit-scrollbar {
    display: none; }
  body.open_nav {
    overflow: hidden; }
    body.open_nav .nav_link {
      opacity: 1; }
  body.with_sub_nav header:before, body.with_sub_nav header:after,
  body.indices header:before,
  body.indices header:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 100; }
  body.with_sub_nav header:before,
  body.indices header:before {
    left: -0.75rem;
    width: 0.75rem; }
  body.with_sub_nav header:after,
  body.indices header:after {
    right: -0.75rem;
    width: 3rem;
    background-color: transparent; }
  #pagination_links {
    padding-left: 0;
    padding-right: 0.75rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #pagination_links.first_selected {
      padding-left: 0.4rem; }
  .no_sidebar header {
    top: 0.75rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
    z-index: 10;
    background-color: transparent; }
  header,
  header.with_sub_nav {
    padding-top: 0;
    margin-bottom: 1.5rem;
    background-color: transparent; }
  header #info_link {
    display: none; }
  #index_sub_nav {
    margin-top: 0;
    padding-top: 0.7rem;
    margin-bottom: 0; }
  #navigation_links {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    left: 0;
    padding-left: 0.75rem;
    justify-content: flex-start;
    padding-top: 2rem;
    font-size: 1.15rem;
    overflow: auto;
    padding-bottom: 2rem; }
  .nav_link {
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
    margin-top: 1rem; }
  section#pagination_links {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0; }
  #back_link {
    display: none; } }

@font-face {
  font-family: 'Euclid Flex';
  font-weight: 800;
  font-style: normal;
  src: url(/assets/EuclidFlexBoldWebS-9468274bba054b161ec24426072a13d86164dfb8fa65fab96c2866eab893c9f5.woff) format("woff"); }

@font-face {
  font-family: 'Fleischman BT Pro';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/FleischmanBTPro-Regular-608d51f86c9afed4661825e780cb056810d52f14a4b1e25ed55f1be546fbff21.woff) format("woff"); }

@font-face {
  font-family: 'Fleischman BT Pro';
  font-weight: 400;
  font-style: italic;
  src: url(/assets/FleischmanBTPro-Italic-97375bf404b0ae41d05810a2c0069449819d88da80d9616d41bab20ae5e85bde.woff) format("woff"); }

@font-face {
  font-family: 'Fleischman BT Pro';
  font-weight: bold;
  font-style: normal;
  src: url(/assets/FleischmanBTPro-Bold-9f9de4046036f632dd97a8a839bcbe5bd2bb1a025a34cba87ef25baf1fa8de16.woff) format("woff"), url(/assets/FleischmanBTPro-Bold-9099c4ba52e6f29073eb77c54b1f52e2afec75271b90f4644d3c7c1c16c2c1b3.woff2) format("woff2"); }

@font-face {
  font-family: 'Fleischman BT Pro';
  font-weight: bold;
  font-style: italic;
  src: url(/assets/FleischmanBTPro-BoldItalic-90da1e8a7e11cb68dc1e23177a47d450a7a0c3662804fa2c849f864aa21b6774.woff) format("woff"), url(/assets/FleischmanBTPro-BoldItalic-f9926fbf88754a194be045f25f6e3b0a2fa9cffaa05c986b19b109f89692e9cf.woff2) format("woff2"); }

@font-face {
  font-family: 'Rubik';
  src: url(/assets/Rubik-VariableFont_wght-654d39fc4192c4d2bec0802f9467dbd82eb8c59243dd722f4ce305331de04a44.woff2) format("woff2");
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Rubik';
  src: url(/assets/Rubik-Italic-VariableFont_wght-ea66d8cff8347ed71db11df7642e11ed2e98adf8deadee402bdc2e2df131f09f.woff2) format("woff2");
  font-style: italic;
  font-stretch: normal; }

@media (hover: hover) {
  #show_info:hover .link_text {
    opacity: 1; }
  .reference:hover,
  .reference_marker:hover {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .association_container .section_toggle:hover:after {
    border-top: 0.08rem solid; } }

#sub_type_nav {
  margin-top: -0.6666666667rem;
  padding-left: 0.4rem; }
  #sub_type_nav .selectable_link {
    font-size: 0.7rem; }

body.essay.open_toc #essay_header {
  max-height: calc(100vh - 4.2857142857rem);
  overflow: auto; }

body.essay.open_toc #toc_show {
  display: none; }

body.essay.open_toc #toc_nav {
  display: flex; }

.essay #toc_nav {
  top: 0;
  bottom: 0;
  overflow: auto;
  align-items: flex-start;
  flex-direction: column;
  display: none; }

.essay #toc_hide {
  display: block;
  margin-bottom: 1rem; }

#toc_hide {
  display: none; }

.main_grid {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

body.research_featured_index #pagination_links {
  margin-bottom: 0;
  padding-left: 0; }

body.research_featured_index .selectable_link.selected {
  margin-right: 0.3rem; }

body.research_index #pagination_links {
  padding-left: 0; }

body.research_index #sub_type_nav {
  padding-left: 0; }

body.research_featured_index header .cell.frac_1_3,
body.research_index header .cell.frac_1_3 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%; }

body.research_featured_index #pagination_links,
body.research_index #pagination_links {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  body.research_featured_index #pagination_links .selectable_link,
  body.research_index #pagination_links .selectable_link {
    margin-right: 0.7rem; }

body.research_featured_index #sub_type_nav,
body.research_index #sub_type_nav {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 0; }

body.research_featured_index #full_width_content {
  margin-bottom: 0; }

.featured_research_item {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 2rem; }
  .featured_research_item a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: inherit; }
    .featured_research_item a:focus-visible {
      outline-offset: 1rem; }
  .featured_research_item .thumbnail_heading {
    font-family: 'Euclid Flex';
    font-weight: 800;
    font-size: 1.8rem;
    color: inherit; }
  .featured_research_item .thumbnail_text_content,
  .featured_research_item img {
    width: calc(50% - 0.75rem); }
  .featured_research_item img {
    padding: 0.5rem 0;
    box-sizing: border-box;
    height: 20rem;
    object-fit: contain; }

.research_featured_sections .page_sub_heading,
.research_featured_sections .research_info {
  margin-bottom: 1.5rem; }

.research_info {
  font-size: 0.7rem; }

.research_item h1 {
  font-size: 1.8rem;
  line-height: 1.25; }

.research_item header {
  margin: 2.1428571429rem 0; }

.research_item a.selectable_link,
.research_item .research_label {
  font-size: 0.7rem;
  margin-left: 0; }

.link_curators a {
  text-decoration: none; }

#show_info {
  position: fixed;
  top: 4.65rem;
  left: 0.9rem;
  opacity: 0;
  pointer-events: none;
  width: 1.1rem; }
  #show_info .link_text {
    background-color: #000;
    color: #fff;
    border-color: #fff; }
  #show_info img {
    display: block;
    width: 1.1rem;
    height: auto; }
  #show_info svg {
    width: 100%;
    height: 1.3rem; }

#read_screening_essay {
  color: #fff;
  margin-left: 0.75rem; }

body.screening.show_screening_essay #read_essay {
  display: none; }

body.screening.show_screening_essay #close_essay {
  display: inline; }

body.screening.show_screening_essay #screening_video {
  display: none; }

body.screening.show_screening_essay #screening_essay {
  display: block; }

body.screening.show_screening_essay main:after {
  background-color: #000; }

body.screening.show_screening_essay #show_video {
  display: none; }

#close_essay {
  display: none; }

#show_video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 0.5rem;
  font-family: 'Euclid Flex';
  color: #fff;
  border: 0.08rem solid;
  border-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer; }
  #show_video img {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.125rem;
    object-fit: contain;
    display: block; }
  #show_video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800%;
    height: 800%; }

#header_content .content_cell,
header .content_cell {
  margin-bottom: 0; }

.research_label img {
  display: none; }

.screening_thumbnail_link {
  display: block; }

.screening {
  background-color: #000;
  color: #fff; }
  .screening header {
    margin: 0; }
  .screening .research_label img {
    display: block;
    margin-bottom: 1rem; }
  .screening #back_link .link_text {
    background-color: #000;
    border-color: #fff; }
  .screening #back_link svg line,
  .screening #back_link svg polyline {
    stroke: #fff !important; }
  .screening a {
    color: #fff; }
  .screening #header_content {
    position: sticky;
    top: 2.1428571429rem; }
  .screening #navigation_links {
    background-color: #000; }
    .screening #navigation_links .nav_link {
      color: #fff; }
  .screening .full_logo_vertical {
    filter: invert(100%);
    z-index: 4; }
  .screening #navigation_toggle {
    z-index: 4; }
    .screening #navigation_toggle line {
      stroke: #fff; }
  .screening #screening_content {
    padding-top: 0.75rem; }
  .screening main {
    margin: 0;
    z-index: 3;
    position: relative;
    margin-top: 2.1428571429rem; }
    .screening main:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: -1; }
  .screening .social_media_footer_link img {
    filter: invert(1); }
  .screening .image {
    font-size: 0.7rem; }
  .screening .focusable_form input {
    border-color: #fff;
    color: #fff; }
  .screening .focusable_form button, .screening .button {
    color: #fff;
    border-color: #fff; }
    .screening .focusable_form button:after, .screening .button:after {
      background-image: url(/assets/link_arrow_medium_white-24146d6290372b382ed92f0a83fd5b72ca9c0910967e72c970dcd25a3099d037.svg); }
  .screening.show_video #header_content {
    min-height: 2rem; }
    .screening.show_video #header_content button:not(#show_info), .screening.show_video #header_content div, .screening.show_video #header_content h1 {
      display: none; }
  .screening.show_video .content_cell:not(.video):not(.video_embed) {
    opacity: 0;
    pointer-events: none; }
  .screening.show_video #show_info {
    opacity: 1;
    pointer-events: auto; }
  .screening.show_video main:after {
    opacity: 0;
    pointer-events: none; }

#screening_video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  padding: 0 1.5rem;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  margin: 0;
  z-index: -1; }
  #screening_video .media_posterframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    margin-top: -0.5rem;
    max-height: calc(100% - 1rem);
    max-width: 100%; }

.inline_slideshow .grid.cell.frac_2_3 .thumbnail.frac_1_2 .frame_sizer {
  height: 18vw; }

.inline_slideshow.text_on_top main {
  margin-top: 2.8928571429rem; }

.inline_slideshow header .content_cell {
  width: 100%;
  margin-left: 0; }

.inline_slideshow main {
  margin-top: 0.75rem; }

.inline_slideshow .content_cell {
  padding: 0 0.75rem;
  box-sizing: border-box; }

.inline_slideshow .slideshow {
  z-index: 3; }

.inline_slideshow .slideshow:first-of-type {
  z-index: 1; }

.inline_slideshow .content_cell {
  width: 50%;
  margin-left: 33.33%;
  margin-right: auto; }

.inline_slideshow .pull_quote {
  padding-left: 42%; }

.inline_slideshow #essay_header {
  position: fixed;
  margin: 0;
  padding: 2.1428571429rem 0 2.8928571429rem 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc((100% - 5rem) / 3);
  backdrop-filter: blur(0.1rem);
  -webkit-backdrop-filter: blur(0.1rem);
  border-bottom-right-radius: 0.25rem;
  top: 0;
  z-index: 3; }

.curatorial_project .association_container .subheading {
  padding-right: 0; }

.association_container {
  padding-top: 0.3rem;
  position: relative;
  margin-bottom: 0; }
  .association_container h2 {
    padding-bottom: 0.25rem; }
  .association_container .frame_sizer {
    margin-bottom: 0.5rem; }
  .association_container .selectable_link {
    z-index: 5; }
  .association_container p:last-child {
    margin-bottom: 0; }
  .association_container.open .section_toggle:before {
    content: '-'; }
  .association_container.open .thumbnail {
    z-index: 10; }
  .association_container .section_toggle:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    color: inherit;
    border-top: 0.08rem dotted;
    border-color: inherit; }
  .association_container.closed .thumbnail {
    display: none; }
  .association_container button.section_toggle:focus {
    border: 0;
    outline: 0; }
  .association_container button.section_toggle:focus-visible {
    border: 0;
    outline: 0.08rem solid; }
    .association_container button.section_toggle:focus-visible:after {
      opacity: 0; }
  .association_container .section_toggle {
    position: absolute;
    border: 0;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    z-index: 5;
    padding-bottom: 1rem;
    cursor: pointer; }
  .association_container .section_toggle:before {
    content: '+';
    position: absolute;
    width: 0.5rem;
    top: 0;
    padding: 0.05rem 0.15rem;
    border-radius: 0.25rem;
    right: 0;
    text-align: center;
    font-family: 'Euclid Flex';
    font-weight: 800;
    font-size: 0.7rem; }
  .association_container.list .frame_sizer {
    display: none; }

.checklist {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  width: calc(100% + 1.5rem); }

.work.thumbnail {
  font-size: 0.7rem; }
  .work.thumbnail a {
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.25em; }

.research_subnav,
#essay_header {
  position: sticky;
  top: 2.1428571429rem;
  font-size: 0.7rem; }

#essay_content {
  margin-top: 2.8928571429rem; }

.curatorial_project {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .curatorial_project header {
    position: sticky;
    top: 2.1428571429rem; }
  .curatorial_project .curatorial_project_content {
    margin-top: 2.8928571429rem; }
  .curatorial_project .subheading {
    padding-right: 1.5rem;
    box-sizing: border-box; }
  .curatorial_project #main_nav {
    padding: 0; }

.research_sub_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem; }
  .research_sub_nav h2 {
    margin-bottom: 0.25rem; }
  .research_sub_nav a {
    display: inline-block;
    margin-bottom: 0.25rem;
    color: inherit; }

.jumplink_target {
  position: absolute;
  width: 0;
  height: 0; }

.thumbnail a h3 {
  display: inline;
  border-style: none none solid none;
  border-color: transparent;
  border-width: 0 0 0.15rem 0; }

.curatorial_project_content {
  margin-top: 0 !important; }
  .curatorial_project_content .association_container,
  .curatorial_project_content .heading {
    position: relative; }
    .curatorial_project_content .association_container .jumplink_target,
    .curatorial_project_content .heading .jumplink_target {
      top: -4.9428571429rem; }
  .curatorial_project_content .thumbnail .frame_sizer {
    height: calc(18vw); }
  .curatorial_project_content .research_subnav {
    top: 0;
    padding-top: 3.0928571429rem;
    padding-bottom: 0.7rem;
    background-color: inherit;
    flex-direction: row;
    font-size: 0.7rem;
    font-family: 'Euclid Flex';
    font-weight: 800;
    margin-bottom: 1rem;
    z-index: 100; }
    .curatorial_project_content .research_subnav h2 {
      display: none; }
    .curatorial_project_content .research_subnav a {
      margin-right: 0.6rem;
      text-decoration: none;
      color: inherit;
      border-bottom: solid 0.15rem transparent; }

.research_index #sidebar_text {
  margin-top: 0.7142857143rem; }

.research_index #page_filters {
  font-size: 1rem; }
  .research_index #page_filters .selectable_link {
    margin-left: 0.4rem;
    font-size: 1rem; }

#footnotes {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 0.08rem solid;
  font-size: 0.7rem; }

.reference {
  font-size: 0.7rem;
  position: relative;
  top: -0.25rem;
  margin: 0 0.2rem; }

.reading_list h2 {
  font-size: 0.9rem; }

.reading_list_item {
  min-width: 100%;
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none; }

.reading_list.toggleable .section_toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: none; }
  .reading_list.toggleable .section_toggle:before {
    content: '+';
    position: absolute;
    width: 0.5rem;
    top: 0;
    padding: 0.05rem 0.15rem;
    border-radius: 0.25rem;
    right: 0;
    text-align: center;
    font-family: 'Euclid Flex';
    font-weight: 800;
    font-size: 0.7rem; }

.reading_list.toggleable .reading_list_intro_section {
  position: relative; }
  .reading_list.toggleable .reading_list_intro_section h2 {
    padding-right: 1.5rem; }

.reading_list.toggleable.open .section_toggle:before {
  content: '-'; }

.reading_list.toggleable.closed .reading_list_item {
  display: none; }

.list_title {
  margin-bottom: 0.25rem;
  text-decoration: underline; }

.reference,
.reference_marker {
  cursor: pointer;
  padding: 0.05rem 0.15rem;
  border-radius: 0.25rem;
  line-height: 1.1; }

.reference_content {
  width: calc(100% - 3rem);
  overflow: hidden;
  text-overflow: ellipsis; }

.reference_marker {
  font-size: 0.7rem;
  margin-right: 1rem; }

.reference_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

#mobile_toc_link {
  display: none; }

.publication_link {
  display: flex;
  margin: 0 0 2rem 0;
  align-items: flex-start;
  text-decoration: none; }
  .publication_link img {
    min-width: calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
    height: auto;
    display: block;
    margin: 0 1.5rem 0 0; }

.publication_link_description p {
  margin: 0;
  padding: 0;
  display: inline; }

@media (max-width: 1050px) {
  .publication_link img {
    min-width: 33.3%;
    width: 33.3%; }
  body.research_featured_index:before,
  body.research_index:before {
    display: none; }
  body.research_featured_index #page_filter_heading {
    font-size: 1rem; }
  body.research_featured_index #pagination_links {
    padding-left: 0.4rem; }
  body.research_featured_index header {
    background-color: #cccccc; }
  body.research_index #pagination_links.first_selected {
    padding-left: 0; }
  body.research_index #sub_type_nav.first_selected {
    padding-left: 0.4rem; }
  .association_container h2 {
    padding-right: 3rem; }
  .association_container .section_toggle {
    width: 100%;
    left: 0; }
  .screening .full_logo_vertical,
  .screening #navigation_toggle {
    z-index: 100; }
  .essay #toc_hide,
  #toc_show {
    display: none; }
  #mobile_toc_link {
    display: inline-block;
    position: fixed;
    top: 2.5rem;
    right: 0.75rem;
    margin-left: auto;
    font-size: 0.7rem;
    padding: 0.25rem;
    padding-right: 0.25rem;
    margin-left: -0.25rem;
    border-radius: 0.25rem;
    border: 0.08rem solid;
    text-decoration: none;
    margin-bottom: 1rem;
    text-align: right;
    z-index: 2; }
  .essay .content_cell.heading:not(.reading_list) h2 {
    margin-top: -5rem;
    padding-top: 5.25rem; }
  #essay_header {
    z-index: 3; }
  .essay #toc_nav {
    position: static;
    padding-top: 4rem;
    margin-top: -5rem;
    display: flex;
    width: auto;
    margin-bottom: 0; }
    .essay #toc_nav a {
      margin-bottom: 1rem; }
      .essay #toc_nav a:last-child {
        margin-bottom: 0; }
  body.research_featured_index h1 {
    width: 100%; }
  body.screening:after {
    background-color: #000; }
  #show_video,
  .screening .research_label img {
    display: none; }
  .screening main:after {
    display: none; }
  .screening main {
    display: block; }
  .screening #header_content {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    display: block; }
  .screening #screening_content {
    width: 100%; }
  .screening #screening_video {
    width: 100%;
    height: auto;
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    transform: none; }
  .screening #read_screening_essay {
    margin-left: 0; }
  .video_embed_wrapper iframe {
    display: block;
    width: 100%; }
  .research_item h1.content_cell {
    font-size: 1.15rem;
    margin-bottom: 0.5rem; }
  .curatorial_project header {
    margin-top: 0;
    position: static; }
  .research #back_link {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .association_container.closed:after {
    left: 0; }
  .checklist {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .curatorial_project_content .research_subnav {
    display: none; }
  .inline_slideshow #essay_header,
  .research_subnav,
  #essay_header {
    position: static;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 0; }
  #essay_content {
    margin-top: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .inline_slideshow .content_cell {
    padding: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem; }
  .curatorial_project_content .thumbnail .frame_sizer {
    height: auto; }
    .curatorial_project_content .thumbnail .frame_sizer .frame_image {
      background-color: transparent; }
  .featured_research_item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 0.75rem 0.75rem 0.75rem;
    border-radius: 0.25rem; }
    .featured_research_item .thumbnail_heading {
      border-bottom: 0.15rem solid; }
    .featured_research_item a {
      display: block; }
    .featured_research_item img {
      height: auto;
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 0; }
    .featured_research_item .thumbnail_text_content {
      width: 100%; }
  #sub_type_nav {
    padding-left: 0; }
    #sub_type_nav.first_selected {
      padding-left: 0.4rem; }
  #sub_type_nav::-webkit-scrollbar {
    display: none; }
  #sub_type_nav {
    margin-top: 0;
    height: 1.2rem;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ } }

body.with_featured_artists header {
  position: static;
  padding-top: 0; }
  body.with_featured_artists header h1 {
    position: fixed;
    top: 0;
    padding-left: 3.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #f2f2f2;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
    flex-basis: calc(100% + 5rem);
    box-sizing: border-box;
    z-index: 5; }

body.with_featured_artists #navigation_links {
  background-color: #f2f2f2; }

body.with_featured_artists #index_sub_nav {
  margin-top: 0;
  padding-top: 1.125rem;
  background-color: #fff;
  z-index: 5;
  position: sticky;
  top: 2.5rem; }

#page_filters {
  white-space: nowrap; }

#featured_artists_slideshow {
  display: block;
  position: relative;
  width: 100%; }

#featured_artists {
  min-width: 100%;
  padding: 0.75rem 2.5rem 1.5rem 2.5rem;
  min-height: 18rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  background-color: #f2f2f2;
  position: relative;
  display: flex;
  justify-items: stretch; }
  #featured_artists .thumbnail {
    transition: opacity ease 0.4s;
    opacity: 1;
    position: absolute;
    margin-bottom: 0;
    z-index: 2; }
    #featured_artists .thumbnail:not(.current) {
      opacity: 0;
      z-index: 1; }
    #featured_artists .thumbnail .thumbnail_text_content {
      padding-top: 0;
      margin-top: 0; }
  #featured_artists .frame_image {
    background-color: #fff; }
  #featured_artists .slideshow_pagination {
    position: absolute;
    top: calc(100% - 1.2rem);
    z-index: 3;
    left: calc(66.6% + 0.6rem);
    justify-content: flex-start;
    align-items: center; }

.featured_artist_message {
  font-size: 0.7rem;
  margin-top: 1.5em; }

body.artists #index_sub_nav {
  position: sticky;
  top: 2.57rem;
  margin-top: 0;
  background-color: #fff;
  z-index: 10;
  margin-bottom: 0.7rem; }

#featured_artist {
  display: none; }

@media (max-width: 1050px) {
  body.artists:before {
    height: 6.5rem; }
  body.artists header {
    margin-bottom: 0; }
  body.artists #index_sub_nav {
    top: 2.3rem;
    padding-top: 0.7rem;
    background-color: #02b0f0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0;
    max-width: calc(100% + 1.5rem);
    flex-basis: calc(100% + 1.5rem); }
    body.artists #index_sub_nav:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: 5;
      height: 100%;
      width: 1.5rem; }
  body.with_featured_artists header {
    position: sticky;
    top: 0; }
    body.with_featured_artists header h1 {
      background-color: transparent;
      position: static;
      padding: 0;
      margin: 0; }
  body.with_featured_artists #index_sub_nav {
    background-color: transparent;
    margin-bottom: -0.05rem; }
  #featured_artists {
    display: none; }
  #featured_artist {
    background: #02b0f0;
    display: block;
    margin-top: 0;
    margin-bottom: 0.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 0.75rem;
    box-sizing: border-box;
    max-width: calc(100% + 1.5rem);
    flex-basis: calc(100% + 1.5rem); }
  .featured_artist_message p:last-child {
    margin-bottom: 0; } }

#anniversary_logo_container {
  display: block;
  width: 100%;
  background-color: inherit;
  z-index: 50; }
  #anniversary_logo_container svg {
    height: 20vw;
    width: 58.1vw;
    display: block;
    margin: 3rem auto; }

@keyframes logo_colors {
  0% {
    fill: #02b0f0; }
  13% {
    fill: #02b0f0; }
  17% {
    fill: #4da880; }
  33% {
    fill: #4da880; }
  37% {
    fill: #ffc102; }
  53% {
    fill: #ffc102; }
  57% {
    fill: #fc6d51; }
  73% {
    fill: #fc6d51; }
  77% {
    fill: #f566e1; }
  93% {
    fill: #f566e1; }
  97% {
    fill: #02b0f0; }
  100% {
    fill: #02b0f0; } }

#previous_year, #next_year {
  position: fixed;
  left: 1.06rem;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  z-index: 40;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  overflow: hidden; }

#previous_year {
  top: 2.65rem;
  background-image: url(/assets/previous_year-5e51c6ac239f381d31d5859efc98a68352ac1cfd93d912300eeb58faba07ec6a.svg); }

#next_year {
  top: 3.65rem;
  background-image: url(/assets/next_year-adaadf8b8d8fab09d57177bfdf7f09a04bd548cf31d8b5211aaacbc49ba3aa25.svg); }

#logo_years {
  fill: #02b0f0;
  animation: 5.1s linear infinite logo_colors; }

body.history {
  transition: background-color 1s linear;
  background-color: #e3e3e3; }
  body.history .slideshow .frame_sizer {
    pointer-events: none; }
  body.history main {
    background-color: inherit; }
  body.history #navigation_links {
    transition: background-color 1s linear;
    background-color: #e3e3e3; }
  body.history #main_nav .full_logo_vertical {
    display: none; }
  body.history.history_intro {
    background-color: #7a65ca; }
    body.history.history_intro #navigation_links {
      background-color: #7a65ca; }

.history_period {
  padding: 2.895rem 0 0 0;
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  align-items: flex-start;
  margin-bottom: 0;
  background-color: inherit; }
  .history_period:last-child {
    margin-bottom: 1.5rem; }
  .history_period .slideshow.with_arrows figcaption {
    padding-left: 0;
    padding-right: 0; }
  .history_period h2 {
    background-color: inherit;
    line-height: 1.05;
    position: relative;
    top: -0.18em;
    font-size: 1.26rem;
    grid-column: 1/2;
    z-index: 50; }
  .history_period > h2 {
    position: sticky;
    top: 2.5rem;
    margin-top: -0.18em; }
  .history_period .framed_image {
    max-height: none; }
  .history_period .content_cell {
    margin-bottom: 0; }
    .history_period .content_cell.image {
      align-self: baseline; }
      .history_period .content_cell.image.full_width {
        grid-column: span 2;
        padding: 0 6rem;
        box-sizing: border-box; }
      .history_period .content_cell.image.portrait img {
        width: 100%; }
    .history_period .content_cell.heading:not(.reading_list) {
      grid-column: 1/2; }
      .history_period .content_cell.heading:not(.reading_list) h2 {
        font-size: 1.26rem; }
  .history_period .slide.narrow:not(.thumbnail) {
    margin-left: 0;
    width: 100%; }
  .history_period .slide:not(.thumbnail) figcaption {
    text-align: center;
    margin-left: 0;
    width: 100%;
    position: relative;
    bottom: 2rem; }
  .history_period figcaption p:last-child {
    margin-bottom: 0; }
  .history_period a.curator_link span {
    border: 0; }
  .history_period .margin_top {
    margin-top: 0; }
  .history_period section.slideshow {
    margin: 0; }
    .history_period section.slideshow:not(.single_image) .slide:not(.thumbnail) img {
      right: 50%;
      transform: translate(50%, -50%); }
    .history_period section.slideshow:not(.single_image) .frame_image {
      top: 0;
      height: calc(100% - 2.25rem); }
    .history_period section.slideshow .slide {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .history_period section.slideshow .slideshow_pagination {
      z-index: 10;
      bottom: 0.375rem;
      right: 50%;
      transform: translateX(50%); }

.history_period_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  grid-column: 2/3; }
  .history_period_content .content_cell.heading {
    margin-bottom: -1.5rem; }

.history_slideshow {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.5rem; }

.history_slideshow_slideshow {
  position: relative; }
  .history_slideshow_slideshow:not(.single_image) {
    padding: 0 0 85% 0;
    height: 0; }
  .history_slideshow_slideshow.full_width {
    grid-column: span 2;
    padding-left: 6rem;
    padding-right: 6rem; }
    .history_slideshow_slideshow.full_width:not(.single_image) {
      padding-bottom: 55%; }

#horizontal_history_line {
  position: relative;
  flex-grow: 1;
  position: relative;
  min-width: 100%;
  margin-bottom: 1.125rem;
  text-align: center;
  background-color: inherit;
  z-index: 50;
  font-family: 'Euclid Flex', sans-serif;
  font-weight: 800;
  font-size: 1.26rem;
  display: flex;
  justify-content: space-between; }
  #horizontal_history_line:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 6.4rem;
    width: calc(100% - 12rem);
    border-bottom: 0.1rem solid #000;
    transform: scaleX(0);
    transition: transform 3s ease; }

body.history_started #horizontal_history_line:after {
  transform: scaleX(100%); }

@media (max-width: 1050px) {
  #main {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box; }
  #horizontal_history_line:after {
    left: 3.8rem;
    width: calc(100% - 7.2rem); }
  #previous_year, #next_year {
    left: auto;
    z-index: 120; }
  #anniversary_logo_container, #horizontal_history_line {
    z-index: 130; }
  #anniversary_logo_container {
    height: 60vh;
    display: flex;
    align-items: center; }
  #next_year {
    top: 2.6rem;
    right: 0.8rem; }
  #previous_year {
    top: 2.6rem;
    right: 2.2rem; }
  body.history .slideshow_arrow_img {
    display: block; }
  body.history #main_nav .full_logo_vertical {
    display: block; }
  body.history:after {
    background-color: inherit;
    height: 2.48rem; }
  body.history:before {
    display: none; }
  .history_period > h2 {
    box-sizing: border-box;
    top: 2.4rem;
    z-index: 100;
    padding-bottom: 0.3rem; }
  .history_period .content_cell.heading {
    margin-bottom: 0.8rem; }
  .history_period .slide:not(.thumbnail) img, .history_period .homepage_slide:not(.thumbnail) img {
    position: absolute; }
  .history_period .content_cell {
    margin-bottom: 1.5rem; }
  .history_period .content_cell.image.full_width {
    padding: 0; }
  .history_slideshow_slideshow {
    margin-bottom: 1.5rem; }
    .history_slideshow_slideshow.full_width:not(.single_image) {
      padding-bottom: 100%; }
    .history_slideshow_slideshow.full_width {
      padding-left: 0;
      padding-right: 0; }
  .history_period, .history_period_content, .history_slideshow {
    display: block; }
  #anniversary_logo_container svg {
    height: 28vw;
    width: 81.31vw; }
  #horizontal_history_line h1 {
    font-size: 0.9rem; } }
