<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Light.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-LightItalic.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-RegularItalic.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-MediumItalic.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Financier Display";
  src: url("../fonts/FinancierDisplay-Light.woff2") format("woff2"),
    url("../fonts/FinancierDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #2c3393;
  --light-blue: #eaf3fd;
  --default-font-family: "Founders Grotesk", sans-serif;
  --heading-font-family: "Founders Grotesk", sans-serif;
  --default-nav-family: "Founders Grotesk", sans-serif;
  --default-serif-font: "Financier Display", serif;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: var(--default-font-family);
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  opacity: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: opacity 0.5s linear;
}

body.loaded {
  opacity: 1;
}

a,
a.visited,
a:active,
a:focus {
  color: #000;
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: 500;
  margin: 0 0 33px 0;
  line-height: 120%;
  padding: 0;
}

h1 {
  font-size: 50px;
}

.line-heading,
h1.line-heading,
.section-wrap.intro-section h1 {
  border-top: 1px solid #000;
  line-height: 1;
  padding-top: 0;
}

h2 {
  font-size: 50px;
  font-weight: 300;
}

h2.line-heading {
}

h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

h3.line-heading {
  padding-top: 7px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

p {
  line-height: 127%;
  margin: 0 0 12px;
  padding: 0;
}

p.large-serif-text {
  font-family: var(--default-serif-font);
  font-size: 50px;
  line-height: 120%;
}

p:last-child {
  margin: 0;
}

p small {
  font-size: 22px;
}

p strong {
  font-weight: 500;
}

img {
}

iframe {
}

.hr {
  background: #000;
  height: 1px;
  margin: 10px 0 0;
}

.hr hr {
  display: none;
}

.grecaptcha-badge { visibility: hidden; }

@media (max-width: 1300px) {
  body {
    font-size: 25.5px;
  }

  h1 {
    font-size: 42.5px;
  }

  h2 {
    font-size: 42.5px;
  }

  h3 {
    font-size: 25.5px;
  }

  h3.line-heading {
    padding-top: 5px;
  }

  h4 {
    font-size: 25.5px;
  }

  h5 {
    font-size: 29.75px;
  }

  h6 {
    font-size: 15.3px;
  }

  p small {
    font-size: 18.7px;
  }

  p.large-serif-text {
    font-size: 42.5px;
  }

  .hr {
    margin: 21.25px 0 -5px 0;
  }
}

@media (max-width: 890px) {
  body {
    font-size: 22px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
  }

  h6 {
  }

  p small {
    display: inline-flex;
    font-size: 15px;
    line-height: 107%;
  }

  p.large-serif-text {
    font-size: 30px;
  }

  .hr {
    margin: 25px 0 -6px 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
  background: var(--light-blue);
  display: flex;
  height: 84px;
  align-items: center;
  justify-content: space-between;
  left: 0;
  padding: 0 50px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.2s ease, top 0.2s ease;
  z-index: 50;
}

.header:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  right: 50px;
  z-index: 100;
}

body:not(.has-hero) .header:after,
body.past-intro .header:after {
  display: none;
}

body.not-past-intro .header {
  background: transparent;
}

body.scrolling-down .header {
  top: -84px;
}

.header .logo {
  border: 0;
  width: 270px;
  z-index: 101;
}

.header .logo img,
.header .logo svg {
  display: block;
  width: 100%;
}

.header .logo svg path,
.header .logo svg rect {
  fill: #000;
  transition: fill 0.2s ease;
}

@media (max-width: 890px) {
  .header .logo svg path,
  .header .logo svg rect {
    transition: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.nav-toggle {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Privacy Policy ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.privacy-policy {
  margin-top: 2em;
}

.privacy-policy &gt; h1 {
  text-align: center;
}

.privacy-policy b {
  font-weight: 500;
}

.privacy-policy ul {
  list-style-position: outside;
  padding-inline-start: 70px;
}

.privacy-policy li {
  padding-inline-start: 25px;
  margin-top: 10px;
}

.privacy-policy .page-section {
  display: flex !important;
}

@media (max-width: 890px) {
  .privacy-policy ul {
    padding-inline-start: 30px;
  }

  .privacy-policy li {
    padding-inline-start: 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#page-contact.page-section {
  display: block !important;
}

#page-contact {
  margin-top: 4em;
}

.contact p {
  text-align: center;
}

.address-block {
  max-width: 11em;
  padding-left: 20px;
  margin: auto;
}

.contact-form-container {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  font-size: 22px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-group h3 {
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--default-font-family);
  font-size: 18px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
}

.form-group textarea {
  resize: vertical;
}

.submit-button {
  padding: 12px 20px;
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  align-self: center;
  margin-top: 20px;
  font-family: var(--default-font-family);
  font-size: 11px;
  width: 200px;
  font-weight: 400;
  letter-spacing: 1px;
}

.submit-button:hover {
  filter: brightness(85%);
}

.recaptcha-dislcaimer {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}

@media (min-width: 890px) {
  .form-row .form-group {
    width: 48%;
  }

  .contact-form-container {
    margin-top: 80px;
  }

  .submit-button {
    font-size: 16px;
  }

  .thank-you-message {
    padding-bottom: 50px;
  }
}

.thank-you-message {
  text-align: center;
}

body.show-overlay:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  z-index: 1001;
}

body.show-overlay .form,
body.show-overlay .footer {
  opacity: 0.3;
}

.overlay-content {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  left: 50%;
  max-height: calc(100vh - 60px);
  max-width: calc(100vw - 60px);
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 75px 100px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 1252px;
  z-index: 1002;
}

.overlay-content.thank-you-message {
  background: #fff;
  padding: 75px 50px;
  width: 800px;
}

.overlay-content.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  visibility: visible;
}

.overlay-content p,
.overlay-content ul {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}

.overlay-content p a,
.overlay-content ul a {
  border-bottom: 1px solid;
  color: #000;
  text-decoration: none;
}

.overlay-content h3 {
  margin-bottom: 30px;
}

.overlay-content h3:not(:nth-child(2)) {
  margin-top: 60px;
}

.close-overlay-link,
.close-apply-sidebar-link,
.share-overlay-close-x {
  background: url(../images/icons/close-x.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 30px;
  width: 20px;
}

.share-overlay-close-x {
  right: auto;
  left: 12px;
  top: 12px;
}

.close-apply-sidebar-link {
  right: 4px;
  top: 6px;
}

.thank-you-message .close-overlay-link,
.close-apply-sidebar-link {
  background-image: url(../images/icons/close-x.svg);
}

.close-overlay-link:hover {
  opacity: 0.7;
}

.thank-you-message {
  font-family: "SaolText";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

body.show-overlay .thank-you-message {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
  display: flex;
}

.primary-navigation-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation-wrap a {
  border: 0;
  color: #000;
  display: block;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.primary-navigation-wrap &gt; ul {
  display: flex;
}

.primary-navigation-wrap &gt; ul &gt; li {
  display: inline-block;
  padding-left: 40px;
}

.primary-navigation-wrap &gt; ul &gt; li &gt; a {
  border-bottom: 1px solid transparent;
  font-family: var(--default-nav-family);
  font-size: 16px;
  font-weight: 500;
  transition: border 0.2s ease;
  white-space: nowrap;
}

.primary-navigation-wrap &gt; ul &gt; li.selected &gt; a,
.primary-navigation-wrap &gt; ul &gt; li &gt; a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

@media (max-width: 1024px) {
  .primary-navigation-wrap &gt; ul &gt; li &gt; a {
    display: inline-block;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
  background: var(--light-blue);
  display: flex;
  font-size: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  padding: 150px 50px 50px;
}

.footer:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 10px;
  width: 100%;
}

.footer .col:nth-child(1) {
  margin-right: 80px;
}

.footer .col:nth-child(3) {
  margin-right: 100px;
  margin-left: auto;
}

.footer .primary-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .primary-navigation ul {
  display: none;
}

.footer .primary-navigation li {
  margin-bottom: 5px;
}

.footer .primary-navigation li:last-child {
  margin: 0;
}

.footer .primary-navigation a {
  border-bottom: 1px solid #000;
}

.footer .footer-logo {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 10px;
  width: 100%;
}

.footer .footer-logo img {
  display: block;
  max-width: 80vw;
  width: 609px;
}

@media (max-width: 1300px) {
  .footer {
    font-size: 18.7px;
    padding: 127.5px 42.5px 42.5px;
  }

  .footer .col:nth-child(1) {
    margin-right: 68px;
  }

  .footer .col:nth-child(3) {
    margin-right: 85px;
  }

  .footer .footer-logo img {
    width: 517px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 90px 35px 35px;
  }

  .footer .col:nth-child(1) {
    margin-right: 55px;
  }

  .footer .col:nth-child(3) {
    margin-right: 55px;
  }

  .footer .footer-logo img {
    width: 320px;
  }
}

@media (max-width: 890px) {
  .footer {
    display: block;
    font-size: 12px;
    padding: 40px 20px 20px;
    position: relative;
  }

  .footer .col {
    margin-bottom: 15px;
  }

  .footer .col:nth-child(3) {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50px;
    width: calc(50% - 40px);
  }

  .footer .footer-logo {
    margin-top: 100px;
  }

  .footer .primary-navigation li {
    margin-bottom: 1px;
  }

  .footer .footer-logo img {
    max-width: 201px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Layouts -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap {
  margin-bottom: 80px;
}

.section-wrap:last-child {
  margin-bottom: 0;
}

.content-block {
  display: block;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  width: calc(100% - 40px);
}

.content-block p:last-child,
.content-block h2:last-child,
.content-block h3:last-child,
.content-block h4:last-child,
.content-block h5:last-child {
  margin-bottom: 0;
}

.content-block img {
  height: auto !important;
  max-width: 100%;
}

.section-wrap-inner {
}

p.align-bottom {
  margin-bottom: 0;
  margin-top: auto;
}

@media (min-width: 890.5px) {
  #page-about .section-wrap:first-child {
    margin-bottom: 50px;
  }

  .section-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 130px;
    margin-right: 130px;
  }

  .content-block {
    display: block;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

  .content-block.col-1,
  .content-block.col-2 {
    display: block;
  }

  .content-block.col-3 {
    width: calc((100% / 3) - 40px);
  }

  .content-block.col-2-3 {
    width: calc(((100% / 3) * 2) - 40px);
  }

  .content-block.col-4,
  .content-block.col-3-4,
  .content-block.col-5,
  .content-block.col-2-5,
  .content-block.col-4-5 {
    width: calc(50% - 40px);
  }

  .content-block.col-2,
  .content-block.col-4 {
    display: flex;
    flex-direction: column;
    width: calc(50% - 40px);
  }

  .content-block.col-4 {
    width: calc(25% - 40px);
  }

  .content-block.col-3-4 {
    width: calc(75% - 40px);
  }

  .content-block.col-5 {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    width: calc(20% - 40px);
  }

  .content-block.col-2-5 {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    width: calc(40% - 40px);
  }

  .content-block.col-3-5 {
    width: calc(60% - 40px);
  }

  .content-block.col-4-5 {
    width: calc(80% - 40px);
  }
}

@media (min-width: 890.5px) and (max-width: 1300px) {
  .section-wrap {
    margin-bottom: 68px;
  }

  .section-wrap:last-child {
    margin-bottom: 0;
  }

  #page-about .section-wrap:first-child {
    margin-bottom: 42.5px;
  }

  .section-wrap-inner {
    margin-left: 110.5px;
    margin-right: 110.5px;
  }
}

@media (min-width: 890.5px) and (max-width: 1024px) {
  .section-wrap {
    margin-bottom: 50px;
  }

  .section-wrap:last-child {
    margin-bottom: 0;
  }

  #page-about .section-wrap:first-child {
    margin-bottom: 35px;
  }

  .section-wrap-inner {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.mobile-only {
  display: none;
}

#mobile-check-element {
  display: none;
}

@media (max-width: 890px) {
  #mobile-check-element {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: -999;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .main-content .wrapper {
    display: flex;
    flex-direction: column;
  }

  .page-section {
    display: none;
  }

  .page-section:not(#page-homepage, #page-about, #page-advisory-board) {
    padding-top: 33px;
  }

  .page-section:not(#page-homepage, #page-about, #page-philanthropy) {
    padding-bottom: 85px;
  }

  .page-section#page-the-gallery-and-collection {
    padding-top: 63px;
  }

  .page-section#page-advisory-board .section-wrap:first-child {
    padding-top: 33px;
  }

  .page-section.visible {
    display: block;
  }

  .section-wrap {
    margin-bottom: 30px;
    order: 2;
  }

  .section-wrap.mobile-first {
    order: 1;
  }

  .content-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    width: auto;
  }

  .content-block:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inline Carousels ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.slick-slide {
  outline: none;
  position: relative;
  width: 100%;
}

.slick-slide .image {
  background-color: #000;
  background-size: cover;
}

.slick-slide .image img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
}

.slick-slide .caption {
  padding: 40px;
  text-align: center;
}

.slick-prev,
.slick-next {
  background: url(../images/icons/slideshow-arrow-left.svg) 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  left: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  z-index: 20;
  height: 32px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 19px;
}

.slick-next {
  background-image: url(../images/icons/slideshow-arrow-right.svg);
  left: auto;
  right: 30px;
}

body.viewing-page-homepage .slick-prev {
  left: 78px;
}

body.viewing-page-homepage .slick-next {
  right: 78px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.embedded-gallery-wrap {
  margin-bottom: 25px;
}

.slick-dots {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 1vw 0 4vw 0;
  position: absolute;
  width: 100%;
  z-index: 52;
}

.slick-dots li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.slick-dots li button {
  background: var(--blue);
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0;
  opacity: 0.1;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  transition: opacity 0.2s ease;
  vertical-align: middle;
  width: 12px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Hero Video ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.has-hero .header {
  background: transparent;
}

body.has-hero.past-intro .header {
  background: var(--light-blue);
}

body.has-hero.not-past-intro.nav-closed .header .logo svg path,
body.has-hero.not-past-intro.nav-closed .header .logo svg rect {
  fill: #fff;
}

@media (min-width: 1024.5px) {
  body.has-hero.not-past-intro .primary-navigation-wrap &gt; ul &gt; li &gt; a {
    color: #fff;
  }

  body.has-hero.not-past-intro .primary-navigation-wrap &gt; ul &gt; li.selected &gt; a,
  body.has-hero.not-past-intro .primary-navigation-wrap &gt; ul &gt; li &gt; a:hover {
    border-bottom: 1px solid #fff;
  }
}

.hero {
  background: #000;
  height: 100vw;
  position: relative;
}

.hero .video-urls {
  display: none;
}

.hero .caption {
  bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  left: 50px;
  opacity: 0;
  position: absolute;
  transform: translateY(25px);
  transition: opacity 1s ease, transform 0.5s ease-out;
  transition-delay: 1s;
  max-width: calc(100% - 70px);
  width: 813px;
  z-index: 2;
}

@media (min-width: 890.5px) {
  .hero .caption {
    max-width: calc(50% - 35px);
  }
}

.hero .caption h1,
.hero .caption h2,
.hero .caption h3,
.hero .caption h4 {
  color: #fff;
  font-weight: 300;
}

.hero .caption p {
  margin-bottom: 15px;
}

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

body.loaded .hero .caption {
  opacity: 1;
  transform: translateY(0);
}

body.loaded.half-screen-past-top.scrolling-up .hero .caption {
  opacity: 0;
  transform: translateY(25px);
  transition-delay: 0s;
}

.hero-video-wrap {
  bottom: 0;
  left: 0;
  opacity: 0.72;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-video-wrap video {
  height: 100vw;
  object-fit: cover;
  width: 100%;
}

.video-spinner {
  animation: rotation 0.8s ease infinite;
  -webkit-animation: rotation 0.8s ease infinite;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(0, 0, 0, 0.5);
  height: 4rem;
  left: calc(50% - 2rem);
  position: absolute;
  top: calc(50% - 2rem);
  width: 4rem;
  z-index: 100;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  body.has-hero .header {
    background: transparent;
  }
}

@media (max-width: 800px) {
  .hero .caption {
    bottom: 30px;
    font-size: 15px;
    left: 20px;
    right: 50px;
  }

  .hero .caption h1 {
    font-weight: 300;
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Intro Section -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.intro-section {
  background: var(--light-blue);
}

.section-wrap.intro-section .section-wrap-inner {
  min-height: 70vh;
  padding: 35px 0 30px;
}

.section-wrap.intro-section.short .section-wrap-inner {
  min-height: 0;
}

.section-wrap.intro-section h1,
section#page-the-gallery-and-collection h1,
section#page-press h1 {
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 170px;
}

.section-wrap.intro-section .section-wrap-inner .content-block.col-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.section-wrap.intro-section .section-wrap-inner p:last-child {
  margin-top: auto;
}

@media (max-width: 1300px) {
  .section-wrap.intro-section h1,
  section#page-the-gallery-and-collection h1,
  section#page-press h1 {
    margin-left: -85px;
    margin-right: -85px;
    margin-bottom: 144.5px;
  }
}

@media (max-width: 1024px) {
  .section-wrap.intro-section h1,
  section#page-the-gallery-and-collection h1,
  section#page-press h1 {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 110px;
  }
}

@media (max-width: 890px) {
  .section-wrap.intro-section .section-wrap-inner {
    padding: 30px 0;
  }

  .section-wrap.intro-section h1,
  section#page-the-gallery-and-collection h1,
  section#page-press h1 {
    margin-left: 0;
    margin-right: 0;
    /*margin-bottom: 70px;*/
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Two Column ----------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Bio Section ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.two-column .section-wrap-inner:before,
.section-wrap.bio-section .section-wrap-inner:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 5px 20px -5px;
  width: calc(100% - 40px);
}

.section-wrap.bio-section:nth-child(2) .section-wrap-inner:before {
  display: none;
}

.section-wrap.two-column .content-block.image-block {
  padding-top: 15px;
}

@media (max-width: 890px) {
  .section-wrap.two-column .section-wrap-inner:before,
  .section-wrap.bio-section .section-wrap-inner:before {
    margin: 0 20px -3px;
    width: calc(100% - 40px);
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Bio Section ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.bio-section {
  margin-bottom: 35px;
}

.section-wrap.bio-section .section-wrap-inner:before {
  margin-bottom: 30px;
}

.section-wrap.bio-section img {
  display: block;
  margin-top: 10px;
  height: auto !important;
  width: 100% !important;
}

.section-wrap.bio-section h3 {
  font-size: 30px;
  text-transform: none;
}

@media (min-width: 890.5px) {
  .page-section#page-advisory-board .section-wrap.intro-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 1300px) {
  .section-wrap.bio-section h3 {
    font-size: 25.5px;
  }
}

@media (max-width: 890px) {
  .section-wrap.bio-section:last-child {
    margin-bottom: 0;
  }

  .section-wrap.bio-section:nth-child(2) .section-wrap-inner:before {
    display: none;
  }

  .section-wrap.bio-section h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .section-wrap.bio-section img {
    margin-top: 0;
    width: 50% !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Full Bleed Image ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
  .section-wrap.full-bleed-image {
    margin: 0;
  }
}

.section-wrap.full-bleed-image .section-wrap-inner {
  margin: 0;
}

.section-wrap.full-bleed-image .content-block {
  margin: 0;
  width: 100%;
}

.section-wrap.full-bleed-image p {
  margin: 0;
}

.section-wrap.full-bleed-image img {
  display: block;
  max-width: none;
  width: 100% !important;
}

@media (max-width: 890px) {
  .section-wrap.full-bleed-image {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }

  .section-wrap.full-bleed-image.miro-orange {
    background-position: center center;
    height: 26vh;
  }

  .section-wrap.full-bleed-image.mobile-first {
    margin-bottom: 0;
  }

  .section-wrap.full-bleed-image .section-wrap-inner {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -&gt; Two Column Image Layout with Captions -------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.image-with-captions img {
  display: block;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important;
}

.section-wrap.image-with-captions .content-block {
  margin-bottom: 60px;
}

.section-wrap.image-with-captions .content-block.col-1:nth-child(4) {
  margin-bottom: 40px;
}

.section-wrap.image-with-captions p:not(.large-serif-text) {
  line-height: 107%;
}

.section-wrap.image-with-captions .content-block.col-3 {
  font-size: 22px;
}

p.gallery-copyright {
  text-align: right;
  font-size: 14px;
}

.gallery-image-container:hover .gallery-banner-credit {
  opacity: 1;
  visibility: visible;
}

.gallery-banner-credit {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: -117px;
  font-size: 14px;
  margin-bottom: 80px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 1300px) {
  .section-wrap.image-with-captions .content-block.col-3 {
    font-size: 18.7px;
  }
}

@media (max-width: 890px) {
  .section-wrap.image-with-captions .content-block {
    margin-bottom: 40px;
  }

  .section-wrap.image-with-captions p:not(.large-serif-text) {
    font-size: 22px;
  }

  .section-wrap.image-with-captions p:first-child {
    margin-bottom: 5px;
  }

  .section-wrap.image-with-captions p:last-child {
    margin-bottom: 0;
  }

  p.gallery-copyright {
    text-align: right;
    font-size: 14px !important;
  }

  .section-wrap.full-bleed-image.gallery-image-container {
    margin-top: 148px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Philanthropic Initiatives Styles -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
section#page-philanthropy {
  background: var(--light-blue);
}

section#page-philanthropy .section-wrap.intro-section {
  margin-bottom: 40px;
}

section#page-philanthropy .section-wrap.intro-section .section-wrap-inner {
  padding-bottom: 0;
}

@media (min-width: 890.5px) {
  section#page-philanthropy {
    padding-bottom: 145px;
  }

  section#page-philanthropy .section-wrap.image-with-captions:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media (min-width: 890.5px) and (max-width: 1300px) {
  section#page-philanthropy {
    padding-bottom: calc(145px * 0.85);
  }

  section#page-philanthropy .section-wrap.intro-section {
    margin-bottom: calc(40px * 0.85);
  }

  section#page-philanthropy .section-wrap.image-with-captions:nth-child(2) {
    margin-bottom: calc(20px * 0.85);
  }
}

@media (max-width: 890px) {
  section#page-philanthropy .section-wrap:last-child {
    margin-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* The Gallery and Collection Styles ------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
section#page-the-gallery-and-collection h1 {
  margin-bottom: 0;
}

@media (min-width: 890.5px) {
  section#page-the-gallery-and-collection {
    padding: 35px 0 150px;
  }

  section#page-the-gallery-and-collection .section-wrap.full-bleed-image {
    margin-bottom: 80px;
  }

  section#page-the-gallery-and-collection
    .section-wrap.image-with-captions
    .content-block {
    margin-bottom: 0;
  }
  
}

@media (max-width: 890px) {
  section#page-the-gallery-and-collection p.large-serif-text {
    font-size: 25px;
  }

  .gallery-image-container:hover .gallery-banner-credit {
    visibility: hidden;
  }
  
  .gallery-banner-credit {
    visibility: hidden;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* News Styles ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
section#page-press {
  margin-top: 115px;
  padding-top: 35px;
}

section#page-press h1 {
  margin-bottom: 0;
}

.news-list-grid {
}

.news-list-grid .section-wrap-inner {
  align-items: flex-start;
}

.news-list-grid .content-block {
  margin-bottom: 90px;
}

.news-list-grid .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  height: 0;
  padding-top: 70%;
}

.news-list-grid .image img {
  display: none;
}

.news-list-grid h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 107%;
  margin-bottom: 5px;
}

.news-list-grid h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: -4px;
  text-transform: none;
}

.news-list-grid a {
  font-size: 16px;
}

.news-list-grid a:before {
  content: "+ ";
}

@media (max-width: 1300px) {
  .news-list-grid h2 {
    font-size: 18.7px;
  }

  .news-list-grid h3 {
    font-size: 25.5px;
  }

  .news-list-grid a {
    font-size: 14px;
  }
}

@media (max-width: 890px) {
  section#page-press {
    margin-top: 30px;
  }

  .news-list-grid .content-block:last-child {
    margin-bottom: 0;
  }

  .news-list-grid h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .news-list-grid .content-block {
    margin-bottom: 30px;
  }

  .news-list-grid .content-block:last-child {
    margin-bottom: 0;
  }

  .news-list-grid .image {
    margin-bottom: 15px;
  }

  .news-list-grid h2 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .news-list-grid h3 {
    font-size: 22px;
  }

  .news-list-grid a {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Responsive Styles ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .header {
    background: #fff;
    height: 63px;
    padding: 0 20px;
    transition: none;
    top: 0;
    z-index: 100;
  }

  body:not(.scrolled) .header,
  body.has-hero.past-intro .header,
  body.scrolling-down .header,
  body.scrolling-down.show-nav .header,
  body.has-hero.not-past-intro.nav-closed .header {
    background: transparent;
    top: 0;
  }

  body.has-hero.past-intro.scrolling-up .header,
  body.scrolling-up .header {
    background: var(--light-blue);
  }

  .header:after {
    left: 20px;
    right: 20px;
    transition: opacity 0.3s linear;
  }

  body.scrolling-down .header:after {
    opacity: 0;
  }

  body.scrolling-down.show-nav .header:after {
    opacity: 1;
  }

  body:not(.show-nav) .nav-toggle.scrolling-down {
    opacity: 0;
  }

  body.past-intro .header:after {
    background: #000;
    display: none;
  }

  body.show-nav .header:after {
    background: #000;
    opacity: 1;
    display: block;
  }

  .header .logo {
    width: 201px;
    transition: opacity 0.3s linear;
  }

  body.scrolling-down .header .logo {
    opacity: 0;
  }

  body.scrolling-down.show-nav .header .logo {
    opacity: 1;
  }

  .primary-navigation-wrap {
    background: var(--light-blue);
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 84px 20px 30px 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    visibility: hidden;
    z-index: 100;
  }

  body.show-nav .primary-navigation-wrap {
    opacity: 1;
    visibility: visible;
  }

  .primary-navigation-wrap &gt; ul {
    display: block;
    text-align: center;
  }

  .primary-navigation-wrap &gt; ul &gt; li {
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
  }

  .primary-navigation-wrap &gt; ul &gt; li &gt; a {
    font-size: 30px;
    padding: 0;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    white-space: normal;
  }

  .primary-navigation-wrap &gt; ul .drop {
    display: none;
    margin: 20px 0 60px;
    position: static;
  }

  .nav-toggle {
    cursor: pointer;
    display: block;
    height: 30px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    top: 21px;
    width: 36px;
    z-index: 101;
  }

  .nav-toggle &gt; div,
  .nav-toggle &gt; div:before,
  .nav-toggle &gt; div:after {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease, top 0.2s ease;
    width: 100%;
  }

  body.has-hero.not-past-intro.nav-closed .nav-toggle &gt; div,
  body.has-hero.not-past-intro.nav-closed .nav-toggle &gt; div:before,
  body.has-hero.not-past-intro.nav-closed .nav-toggle &gt; div:after {
    background: #fff;
  }

  .nav-toggle &gt; div:before {
    top: 10px;
    transition: opacity 0.2s ease;
  }

  .nav-toggle &gt; div:after {
    top: 20px;
  }

  body.show-nav .nav-toggle &gt; div:before {
    opacity: 0;
  }

  body.show-nav .nav-toggle &gt; div {
    top: 9px;
    transform: rotate(-45deg);
  }

  body.show-nav .nav-toggle &gt; div:after {
    top: 0;
    transform: rotate(-90deg);
  }
}

@media (max-width: 890px) {
  .primary-navigation-wrap &gt; ul &gt; li {
    padding: 0;
  }

  .primary-navigation-wrap &gt; ul &gt; li &gt; a {
    padding: 0;
  }

  .br-wrap,
  .br-wrap:before {
    content: " ";
  }

  .br-wrap br {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Stefan Soloviev Detail Page ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.flex-content-block {
  display: flex;
  flex-direction: column;
}

body.viewing-page-stefan-soloviev {
  padding-top: 180px;
}

body.viewing-page-stefan-soloviev:not(.scrolling-up, .scrolling-up) .header {
  background: transparent;
}

body.viewing-page-stefan-soloviev:not(.scrolling-up, .scrolling-up)
  .header:after {
  border-bottom: 1px solid #000;
  display: block;
}

body.viewing-page-stefan-soloviev
  .section-wrap.bio-section
  .section-wrap-inner:before {
  display: none;
}

body.viewing-page-stefan-soloviev .section-wrap.bio-section {
  padding-bottom: 100px;
}

@media (max-width: 890px) {
  body.viewing-page-stefan-soloviev {
    padding-top: 60px;
  }

  body.viewing-page-stefan-soloviev .page-section {
    display: block;
  }
}

#past-exhibition-wrap {
  display: flex;
  flex-direction: column;
}

.past-exhibition-span:nth-child(2n) {
  padding-bottom: 10px;
}

.public-programs-header {
  display: flex;
}

.public-programs-wrap {
  margin-top: 15px;
}

@media (max-width:1550px) {
  .public-programs-header {
    flex-direction: column;
  }

  #public-programs-section {
    margin-top: 30px !important;
  }

  #three-stack-section {
    margin-top: 30px !important;
  }

  .margin-top-mobile {
    margin-top: 30px !important;
  }
}</pre></body></html>