*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0; }

::selection {
  background-color: #2c354f;
  color: #fff; }

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

.column {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  max-width: 1240px; }
  @media (min-width: 750px) {
    .column {
      max-width: 1280px;
      padding: 0 40px; } }
  @media (min-width: 1000px) {
    .column {
      max-width: 1320px;
      padding: 0 60px; } }
  @media (min-width: 1300px) {
    .column {
      max-width: 1440px;
      padding: 0 120px; } }

.column--full {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px; }
  @media (min-width: 750px) {
    .column--full {
      padding: 0 40px; } }
  @media (min-width: 1000px) {
    .column--full {
      padding: 0 60px; } }

.column--narrow {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  max-width: 740px; }
  @media (min-width: 750px) {
    .column--narrow {
      max-width: 780px;
      padding: 0 40px; } }
  @media (min-width: 1000px) {
    .column--narrow {
      max-width: 820px;
      padding: 0 60px; } }
  @media (min-width: 1300px) {
    .column--narrow {
      max-width: 940px;
      padding: 0 120px; } }

.column--smaller {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  max-width: 1040px; }
  @media (min-width: 750px) {
    .column--smaller {
      max-width: 1080px;
      padding: 0 40px; } }
  @media (min-width: 1000px) {
    .column--smaller {
      max-width: 1120px;
      padding: 0 60px; } }
  @media (min-width: 1300px) {
    .column--smaller {
      max-width: 1240px;
      padding: 0 120px; } }

.main-content {
  flex-grow: 1; }
  .main-content > .column {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1000px) {
      .main-content > .column {
        padding-top: 50px;
        padding-bottom: 50px; } }

.article-content {
  font-size: 1.125rem;
  line-height: 1.55556; }
  .article-content p {
    margin: 1.5em 0; }
  .article-content img {
    margin: 0 auto; }

.logo-wrap {
  align-self: center;
  display: flex;
  margin-right: auto;
  padding: 15px;
  position: relative;
  z-index: 10; }
  @media (min-width: 801px) {
    .logo-wrap {
      margin-right: 0; } }
  .logo-wrap:hover, .logo-wrap:focus-visible {
    background-color: rgba(0, 0, 0, 0.2); }

.card--linked {
  background-color: #fff;
  color: #000;
  display: block;
  text-decoration: none; }
  .card--linked:hover, .card--linked:focus {
    color: #000; }
    .card--linked:hover .card__title, .card--linked:focus .card__title {
      text-decoration: none; }
  .card--linked .card__title {
    text-decoration: underline; }

.card--horizontal {
  padding: 20px; }
  @media (min-width: 525px) {
    .card--horizontal {
      align-items: center;
      display: flex;
      gap: 30px; } }
  @media (min-width: 750px) {
    .card--horizontal {
      padding: 30px; } }

.card__image {
  background-color: #363636;
  margin-bottom: 10px; }
  @media (min-width: 525px) {
    .card__image {
      margin: 0; } }

.card__title {
  font-size: 1.125rem;
  line-height: 1.22222;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 10px; }
  .card__title:last-child {
    margin-bottom: 0; }
  @media (min-width: 750px) {
    .card__title {
      font-size: 1.375rem;
      line-height: 1.18182; } }

.card__author {
  font-size: 0.875rem;
  line-height: 1.28571; }
  @media (min-width: 750px) {
    .card__author {
      font-size: 1rem;
      line-height: 1.25; } }

.card--bunk,
.card--newsletter {
  align-items: flex-end;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: relative; }
  .card--bunk:hover, .card--bunk:focus,
  .card--newsletter:hover,
  .card--newsletter:focus {
    color: #fff; }
    .card--bunk:hover .card__image, .card--bunk:focus .card__image,
    .card--newsletter:hover .card__image,
    .card--newsletter:focus .card__image {
      opacity: 0.5 !important;
      transform: scale(1.1); }
  .card--bunk .card__image,
  .card--newsletter .card__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s; }
    .card--bunk .card__image img,
    .card--newsletter .card__image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .card--bunk .card__body,
  .card--newsletter .card__body {
    position: relative;
    z-index: 10; }
  .card--bunk .card__title,
  .card--newsletter .card__title {
    text-decoration: none;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -0.0416666667em;
    line-height: 1.25; }

.card--newsletter {
  min-height: 400px; }
  .card--newsletter.card--has-image .card__body {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100%; }
  .card--newsletter:not(.card--has-image) {
    align-items: center;
    background-color: #2c354f;
    justify-content: center;
    padding: 20px;
    text-align: center; }
    .card--newsletter:not(.card--has-image):hover, .card--newsletter:not(.card--has-image):focus {
      background-color: #122433; }
  .card--newsletter .card__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    max-width: 500px; }
  .card--newsletter .card__title {
    margin: 0; }

.card--bunk {
  background-color: #122433;
  min-height: 500px;
  padding: 20px; }
  .card--bunk:hover .card__summary, .card--bunk:focus .card__summary {
    opacity: 1;
    transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .card--bunk::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #122433, rgba(18, 36, 51, 0) 66%, rgba(18, 36, 51, 0) 100%);
    content: ' ';
    display: block;
    pointer-events: none;
    z-index: 2; }
  .card--bunk[data-no-background] .card__image::after {
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/2023/web.svg");
    background-size: 150% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
    content: ' ';
    height: 50%;
    display: block;
    width: 45%;
    z-index: 10; }
    @media (min-width: 1000px) {
      .card--bunk[data-no-background] .card__image::after {
        background-size: auto 150%;
        height: 75%; } }
  .card--bunk .card__image {
    background: url("/images/2023/exhibit.jpg"); }
  .card--bunk .card__type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
    text-transform: uppercase; }
    .card--bunk .card__type .type--red {
      background: #d31530;
      display: inline-block;
      line-height: 1;
      margin-bottom: 0.5em;
      padding: 2px 3px 3px 4px;
      position: relative; }
  .card--bunk .card__title {
    color: #fff;
    margin: 0 0 6px;
    max-width: 20em; }
    @media (min-width: 750px) {
      .card--bunk .card__title {
        font-size: 24px; } }
  .card--bunk .card__publication {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 0; }
  .card--bunk .card__summary {
    display: none;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 14px;
    max-width: 28em;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
    @media (min-width: 1000px) {
      .card--bunk .card__summary {
        display: block;
        height: 0;
        opacity: 0; } }
    @media (min-width: 1000px) and (max-height: 700px) {
      .card--bunk .card__summary {
        display: none; } }

.card--archive .card__image {
  background-color: #fff;
  flex-basis: 190px;
  flex-shrink: 0; }
  .card--archive .card__image img {
    width: 100%; }

.section {
  padding: 35px 0; }
  @media (min-width: 750px) {
    .section {
      padding: 65px 0; } }
  .section .section-header {
    margin-bottom: 30px; }
    @media (min-width: 750px) {
      .section .section-header {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
  .section .section-header__right {
    align-items: center;
    display: flex;
    gap: 5px; }
    .section .section-header__right span {
      font-size: 0.875rem;
      line-height: 1;
      letter-spacing: 0em; }
  .section h2 {
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-family: "Lexend Deca", sans-serif;
    color: inherit; }

.section--newsletter,
.section--archive {
  background-color: #dedede;
  color: #2c354f; }

.section--bunk {
  background-color: #fff;
  color: #2c354f; }
  .section--bunk .logo-wrap {
    padding: 10px 5px; }
    .section--bunk .logo-wrap:hover, .section--bunk .logo-wrap:focus {
      background-color: rgba(153, 153, 153, 0.1); }
  .section--bunk .logo {
    height: 20px;
    width: 70px; }
  .section--bunk .logo__text {
    fill: #2c354f; }

.section__list {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 750px) {
  .list--col2,
  .list--col3 {
    display: grid;
    gap: 30px; } }

@media (min-width: 750px) {
  .list--col2 {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1000px) {
  .list--col3 {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1300px) {
  .list--col3 {
    grid-template-columns: repeat(3, 1fr); } }

.list--col3 .list__item:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1; }

.list--col3 .list__item:last-child:nth-child(3n - 1) {
  grid-column: span 2; }

.list__item {
  background-color: #363636;
  margin-bottom: 15px; }
  .list__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 750px) {
    .list--col2 .list__item,
    .list--col3 .list__item {
      margin-bottom: 0; } }
  .list--col2 .list__item:nth-child(3n + 1) {
    grid-column: span 2; }

.header--main {
  align-items: center;
  background-color: #122433;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 0;
  z-index: 9999; }
  .header--main .header__text {
    padding-right: 15px;
    position: relative;
    z-index: 10; }
    .header--main .header__text a {
      color: #fff; }
      .header--main .header__text a:hover, .header--main .header__text a:focus {
        text-decoration: none; }
  .header--main .logo {
    height: 30px;
    width: 100px;
    display: block; }
    .header--main .logo .logo__text {
      fill: #fff; }

.header__text {
  font-size: 0.875rem;
  line-height: 1;
  text-align: right; }

.hero--global {
  background-color: #2a3a47;
  color: #fff; }
  .hero--global .hero__inner {
    padding: 40px 0;
    position: relative; }
    @media (min-width: 750px) {
      .hero--global .hero__inner {
        padding: 70px 0; } }
    @media (min-width: 1300px) {
      .hero--global .hero__inner {
        display: flex;
        padding: 30px 0; } }
  .hero--global .hero__text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 40px;
    padding-bottom: 40px; }
    @media (min-width: 750px) {
      .hero--global .hero__text {
        display: flex;
        gap: 50px; } }
    @media (min-width: 1300px) {
      .hero--global .hero__text {
        border: none;
        margin: 0;
        padding: 0; } }
  .hero--global .hero__title {
    color: #fff;
    font-size: 60px;
    max-width: 250px;
    margin-bottom: 20px;
    flex-shrink: 0; }
    @media (min-width: 750px) {
      .hero--global .hero__title {
        margin: 0; } }
  .hero--global .hero__desc {
    color: #fff;
    max-width: 600px; }
    @media (min-width: 750px) {
      .hero--global .hero__desc {
        align-self: center;
        margin: 0; } }
  .hero--global .hero__newsletter {
    background-color: #fff;
    color: #2c354f;
    margin-left: auto;
    max-width: 460px; }
    .hero--global .hero__newsletter h2 {
      text-transform: none; }

.nav--global {
  background-color: #122433;
  color: #fff;
  margin: 0;
  padding: 10px 0; }
  @media (min-width: 750px) {
    .nav--global {
      padding: 0; } }
  @media (min-width: 750px) {
    .nav--global .nav__inner {
      align-items: center;
      display: flex;
      gap: 30px; } }
  @media (min-width: 1000px) {
    .nav--global .nav__inner {
      gap: 70px; } }
  .nav--global .nav__links {
    display: flex;
    margin-bottom: 10px; }
    @media (min-width: 750px) {
      .nav--global .nav__links {
        margin: 0; } }
  .nav--global .nav__link {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 1 0px;
    justify-content: center;
    padding: 15px 0;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out; }
    @media (min-width: 750px) {
      .nav--global .nav__link {
        padding: 25px 35px;
        border-right: 1px solid #2a3a47;
        border-left: 1px solid #2a3a47; } }
    .nav--global .nav__link:hover {
      background-color: #2c354f;
      color: #dedede; }
    .nav--global .nav__link:first-child {
      border-right: 1px solid #2a3a47; }
    .nav--global .nav__link:last-child {
      border-left: 1px solid #2a3a47; }
  .nav--global .nav__search {
    flex: 1 1 0px; }
    @media (min-width: 750px) {
      .nav--global .nav__search {
        max-width: 350px; } }
  .nav--global .gsc-control-cse {
    background-color: #fff;
    border: none;
    padding: 0;
    padding-left: 10px;
    overflow: hidden; }
  .nav--global .gsc-search-box {
    margin: 0; }
    .nav--global .gsc-search-box .gsc-input-box {
      border: none;
      padding: 0; }
    .nav--global .gsc-search-box td.gsc-input {
      padding: 0; }
      .nav--global .gsc-search-box td.gsc-input .gsib_a {
        padding: 0; }
      .nav--global .gsc-search-box td.gsc-input input.gsc-input {
        height: 45px !important; }
        .nav--global .gsc-search-box td.gsc-input input.gsc-input:focus {
          box-shadow: none; }
    .nav--global .gsc-search-box .gsc-search-button {
      margin: 0; }
      .nav--global .gsc-search-box .gsc-search-button button {
        background-color: #fff;
        border: none;
        display: grid;
        height: 45px;
        padding: 0;
        place-content: center;
        width: 45px; }
        .nav--global .gsc-search-box .gsc-search-button button:hover {
          background-color: #dedede; }
      .nav--global .gsc-search-box .gsc-search-button svg {
        fill: #2c354f; }
    .nav--global .gsc-search-box .gsc-clear-button {
      border: none; }
  .nav--global .nav__socialz {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 20px 0 10px; }
    @media (min-width: 750px) {
      .nav--global .nav__socialz {
        margin: 0 0 0 auto; } }
    .nav--global .nav__socialz .socialz__label {
      font-size: 0.9375rem;
      line-height: 1;
      letter-spacing: 0em;
      font-weight: 600;
      font-family: "Muli", sans-serif; }
    .nav--global .nav__socialz a {
      height: 20px;
      width: 20px;
      color: #fff; }
      .nav--global .nav__socialz a:hover {
        color: #dedede; }
    .nav--global .nav__socialz svg {
      height: 100%;
      width: 100%; }

.form--subscribe {
  flex-shrink: 0;
  max-width: 450px; }
  @media (min-width: 750px) {
    .form--subscribe {
      max-width: 100%; } }
  @media (min-width: 1300px) {
    .form--subscribe {
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      margin: 0 0 0 50px;
      max-width: 350px;
      padding: 0 0 0 50px; } }
  @media (min-width: 1300px) {
    .form--subscribe .form__inner {
      display: block; } }
  @media (min-width: 750px) {
    .form--subscribe .input-wrap {
      max-width: 400px;
      flex-shrink: 0;
      width: 100%; } }
  @media (min-width: 1300px) {
    .form--subscribe .input-wrap {
      flex: 1 0 auto;
      max-width: 100%;
      margin: 0; } }
  .form--subscribe .first-last {
    width: 100%; }
    @media (min-width: 355px) {
      .form--subscribe .first-last {
        display: flex;
        flex-direction: row;
        gap: 10px; } }
    @media (min-width: 355px) {
      .form--subscribe .first-last .form__input {
        margin: 0; } }
  .form--subscribe h2 {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px; }
    .form--subscribe h2 a:focus, .form--subscribe h2 a:hover {
      text-decoration: underline; }
  .form--subscribe .form__input {
    max-height: 40px;
    position: relative;
    width: 100%;
    margin: 10px 0; }
    .form--subscribe .form__input input {
      background-color: #2a3a47;
      border: 1px solid #fff;
      color: #fff; }
      .form--subscribe .form__input input::placeholder {
        color: #fff; }
    .form--subscribe .form__input[data-has-value] label {
      font-size: 0.625rem;
      top: 2px; }
    .form--subscribe .form__input[data-has-value] input {
      padding-bottom: 4px;
      padding-top: 12px; }
    .form--subscribe .form__input label {
      position: absolute;
      top: 10px;
      left: 15px;
      color: #fff; }
  .form--subscribe label {
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #fff; }
  .form--subscribe input[type='text'],
  .form--subscribe input[type='email'] {
    font-size: 0.875rem;
    line-height: 1.57143;
    appearance: none;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0;
    min-height: 40px;
    padding: 8px 15px;
    width: 100%; }
    .form--subscribe input[type='text']:hover,
    .form--subscribe input[type='email']:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .form--subscribe #mc-embedded-subscribe {
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "Muli", sans-serif;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    color: #2a3a47;
    cursor: pointer;
    display: inline-flex;
    flex: 0 1 140px;
    gap: 10px;
    height: 45px;
    justify-content: center;
    margin: 0;
    line-height: 20px;
    max-height: 40px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    white-space: nowrap;
    width: 100%; }
    @media (min-width: 525px) {
      .form--subscribe #mc-embedded-subscribe {
        max-width: 220px; } }
    @media (min-width: 1300px) {
      .form--subscribe #mc-embedded-subscribe {
        max-width: 100%; } }
    .form--subscribe #mc-embedded-subscribe:hover, .form--subscribe #mc-embedded-subscribe:focus-visible {
      background-color: #dedede; }
    .form--subscribe #mc-embedded-subscribe:active {
      transform: translateY(1px); }
  .form--subscribe div.mce_inline_error {
    display: none !important; }

.footer--main {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  font-size: 0.75rem;
  flex-shrink: 0;
  line-height: 1.33333;
  letter-spacing: -0.02083em;
  align-items: center;
  background-color: #000;
  color: #ccc;
  display: flex;
  flex-direction: column;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 750px) {
    .footer--main {
      padding: 0 40px; } }
  @media (min-width: 1000px) {
    .footer--main {
      padding: 0 60px; } }
  @media (min-width: 750px) {
    .footer--main {
      flex-direction: row;
      flex-wrap: wrap; } }
  .footer--main .footer__left a {
    display: block;
    color: #fff;
    text-align: center;
    margin: 15px 0; }
    @media (min-width: 750px) {
      .footer--main .footer__left a {
        display: inline;
        margin: 0 0 0 10px;
        text-align: left; } }
  .footer--main .copyright {
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 30px;
    order: 4;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (min-width: 750px) {
      .footer--main .copyright {
        margin-top: 0;
        order: 0;
        width: auto; } }
  .footer--main .footer__sponsor {
    align-items: center;
    display: flex;
    flex-direction: column; }
    @media (min-width: 750px) {
      .footer--main .footer__sponsor {
        flex-direction: row;
        margin-left: auto; } }
    .footer--main .footer__sponsor a {
      margin-top: 10px; }
      @media (min-width: 750px) {
        .footer--main .footer__sponsor a {
          margin-top: 0;
          margin-left: 10px; } }
  .footer--main svg {
    fill: #fff; }
  .footer--main a:hover, .footer--main a:focus {
    opacity: 0.666; }

.page--newsletter header {
  background-color: #dedede;
  padding: 30px 0;
  text-align: center; }

.page--newsletter .form-wrap {
  max-width: 750px;
  margin: 0 auto; }
  .page--newsletter .form-wrap #mc-embedded-subscribe {
    background-color: #2a3a47;
    color: #fff; }
    .page--newsletter .form-wrap #mc-embedded-subscribe:hover, .page--newsletter .form-wrap #mc-embedded-subscribe:focus {
      background-color: #122433; }

/*# sourceMappingURL=main.css.map */