/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 28 July 2026 21:06:52
*/


<style>

/* 
=============================================
Self-Cultivation: East to West CSS stylesheet
Created: LN 17-03-2026
Updated: LN 24-04-2026
=============================================
*/

/* Document-wide */
html {
  scroll-behavior: smooth;
}

/* Overrides */
#introduction_image_4305564 img {
  /* Not ideal as a workaround, but the attribute affected is set globally */  
  height: auto;
}

/* Sizing */
@media (min-width: 1172px) {
    * {
        box-sizing: border-box;
    }
}

/* Layout */
.b-hidden-break {
    margin-bottom: 96px;
}

.t-hidden-break {
    margin-top: 96px;
}


.banner-search-graphite__form-wrapper { 
    display: none;
}

/* Heading elements */
.banner__heading {
    display: inline;
}

/* Text elements */
.quote::before { 
    content: "\201C" !important; 
}

.quote-citation::before {
    content: "\2013 ";
}

.social-hashtag {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Block elements */
.exhibition-statement {
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.exhibition-statement div {
    max-width: 100%;
    text-align: center; 
    margin-left: 5px; 
    padding-top:3rem;
}

.sc-nav {
    font-size: 13px;
    margin-top: 3rem;
    }
    
.sc-nav-decoration {
    text-decoration: none;
    display: inline-block
}

/* Line breaks */
.break-above {
    margin-top: 3rem;
}

.break-below {
    margin-bottom: 3rem;
}

.break-vertical {
    margin: 3rem 0;
}

/* Images */
.banner__image--wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 109, 174, 1) 100%);
    pointer-events: none;
}

.banner-graphite-micro__media--wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 109, 174, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.banner__image {
    object-position: center 35%;
    width: 100% !important;
    object-fit: cover;
}

.banner-graphite-micro__media--wrapper {
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
}

.image-gallery, .navigation-gallery-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3rem;
    column-gap: 1.5rem;
  }

  .gallery-slot {
    box-sizing: border-box;
    flex: 0 1 calc(25% - 1.5rem);
    max-width: calc(25% - 1.5rem);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
  
  .gallery-slot-lg {
    box-sizing: border-box;
    flex: 1 1 24rem;
    max-width: 34rem;
    min-width: 18rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
  
  .gallery-slot div {
      height: 100%;
      width: 100%;
  }

  .gallery-slot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .gallery-slot span {
    font-size: 1rem;
    color: #333333;
  }
  
  @media (min-width: 701px) {
    .gallery-slot, .navigation-gallery-flex .navigation-slot {
      flex-basis: calc(25% - 1.5rem);
      max-width: calc(25% - 1.5rem);
    }
  }


  @media (max-width: 700px) {
    .gallery-slot, .navigation-gallery-flex .navigation-slot {
      flex-basis: calc(33% - 1.5rem);
      max-width: calc(33% - 1.5rem);
    }
  }

  @media (max-width: 420px) {
    .gallery-slot, .navigation-gallery-flex .navigation-slot {
      flex-basis: calc(50% - 1.5rem);
      max-width: calc(50% - 1.5rem);
    }
  }
  
  .feature-image-centre {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    
    .feature-image-centre img {
        width: 100%;
        height: auto;
    }
    
    @media (max-width: 700px) {
    .feature-image-centre {
      width: 100%;
    }
  }
  
  .image-box {
    width: 100%;
    height: clamp(16rem, 28vw, 26rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  
  .image-box img.portrait {
      height: 100%;
  }
  
  .image-box img.cover {
      object-fit: contain;
  }
  
  .image-citation, .side-by-side figcaption {
      height: 2rem;
      overflow: visible;
      display: flex;
      justify-content: center;
      min-height: 1.5rem;
      text-align: center;
  }

  @media (max-width: 700px) {
        .navigation-gallery-3 {
            display: grid;
            grid-template-columns: 1fr;
            row-gap: 3rem;
        }
        
        .navigation-slot {
            max-width: 50%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media (min-width: 701px) {
        .navigation-gallery-3 {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            column-gap: 1.5rem;
            row-gap: 0;
        }
    }
    
    .navigation-slot {
      background-color: white;
      border: 1px solid #E5E7EB;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      transition: all 0.25s ease-in-out;
    }
    
    .navigation-slot:hover {
        border-color: #006DAE;
        box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    }
    
    .navigation-image {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .navigation-image::after {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.25s ease;
        pointer-events: none;
    }
    
    .navigation-image img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.25s ease-in-out;
    }
    
    .navigation-slot:hover .navigation-image img {
        transform: scale(1.05);
    }
    
    .navigation-slot:hover .navigation-image::after {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .navigation-content-wrapper {
        background-color: white;
        margin-top: auto;
        margin-bottom: auto;
    }
    
    .navigation-content {
        display: flex;
        gap: 1rem;
    }
    
    @media(max-width: 700px) {
        .navigation-content-wrapper {
            padding: 1rem 0.5rem;
        }
        
        .navigation-content {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .navigation-heading {
            text-align: center;
        }
        
    }
    
        @media(min-width: 701px) {
        .navigation-content-wrapper {
            padding: 1.5rem;
        }
        
        .navigation-content {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
    }
    
    @media(max-width: 900px) {
        .navigation-icon {
            display: none;
        }
    }
    
    .navigation-heading {
        margin: 0;
        transition: color 0.125s ease-in-out;
    }
    
    .navigation-slot:hover .navigation-heading {
        color: #006DAE;
    }
    
    .navigation-icon {
        transition: transform 0.25s ease-in-out;
    }
    
    .navigation-slot:hover .navigation-icon {
        transform: translateX(4px);
    }
  
  /* Icons */
  .social-icon {
      font-size: 3rem;
      margin: 0;
  }
  
  /* Slideshow component */
  .slideshow-container-large {
  max-width: 690px;
  margin: auto;
}

.slideshow-slide {
  display: none;
  margin: 0;
}

.slideshow-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
}

.slideshow-progress {
    text-align:center; user-select: none
}

.slideshow-progress, .slideshow-progress .slideshow-progress-dot {
    cursor: default;
}

.slideshow-progress-dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-progress-dot.active {
    background-color: #717171;
}
</style>