<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshow__carousel {
width: 100%;
position: relative;  }
.slideshow__carousel.flickity-enabled {
position: relative; }
.slideshow__carousel.flickity-enabled:focus {
outline: none; }
.slideshow__carousel .flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
z-index: 1; }
.slideshow__carousel .flickity-slider {
position: absolute;
width: 100%;
height: 100%; }
.slideshow__carousel.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.slideshow__carousel.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.slideshow__carousel.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing; }
.slideshow-header {
display: flex;
justify-content: space-between;
width: 100%;
border-top: 5px solid #000000;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-top: 1.5rem; }
@media (min-width: 900px) {
.slideshow-header {
margin-top: 0rem;
padding-top: 1.875rem;
padding-bottom: 0rem;
width: 20.625rem;
position: absolute;
top: 0;
left: 0; } }
.slideshow__nav {
position: absolute;
left: 0;
top: 0;
width: 100%;
max-width: 50rem;
pointer-events: none;
display: flex;
align-items: center;
z-index: 10;
transition: opacity 0.25s; }
.slideshow__nav::before {
content: "";
width: 1px;
margin-left: -1px;
float: left;
height: 0;
padding-top: 58.13953%; }
.slideshow__nav::after { content: "";
display: table;
clear: both; }
@media (min-width: 900px) {
.slideshow__nav {
width: calc(100% - 354px); } }
.is-moving .slideshow__nav {
opacity: 0; }
.slideshow__nav-boundary {
width: 100%;
display: flex;
justify-content: space-between; }
.slideshow__nav-previous, .slideshow__nav-next {
cursor: pointer;
border: none;
pointer-events: all;
width: 2.75rem;
height: 2.75rem;
background-color: #000000;
background-position: center;
background-repeat: no-repeat;
background-image: url(//www.groundsforsculpture.org/wp-content/themes/grounds-for-sculpture/dist/Components/DocumentDefault/Assets/chevron-right-green.svg);
transform-origin: center; }
.slideshow__nav-previous {
transform: rotate(180deg); }
.slideshow__section-title {
text-transform: uppercase;
font-weight: 900;
font-size: 1.125rem; }
@media (min-width: 1280px) {
.slideshow__section-title {
font-size: 1.375rem; } }
.slideshow__counter {
font-size: 1.125rem;
flex-shrink: 0;
margin-left: 0.75rem; }
.slideshow__slide {
width: 100%;
display: flex;
flex-direction: column;
transition: opacity 0.25s 0.2s;
opacity: 0; }
.slideshow__slide.is-selected {
opacity: 100; }
@media (min-width: 900px) {
.slideshow__slide {
flex-direction: row; } }
@media (min-width: 1280px) {
.slideshow__slide {
opacity: 0.2; } }
.slideshow__slide-info {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
flex-basis: initial;
flex-shrink: 0;
flex-grow: 0;
padding-left: 1.25rem;
padding-right: 1.25rem; }
@media (min-width: 768px) {
.slideshow__slide-info {
padding-left: 0;
padding-right: 0; } }
@media (min-width: 900px) {
.slideshow__slide-info {
margin-left: 1.5rem;
flex-basis: 20.625rem;
padding-top: 4.6875rem; } }
.slideshow__slide-content {
flex-basis: initial; }
@media (min-width: 900px) {
.slideshow__slide-content {
flex-basis: 50rem; } }
.slideshow__image {
position: relative;
overflow: hidden; }
.slideshow__image::before {
content: "";
width: 1px;
margin-left: -1px;
float: left;
height: 0;
padding-top: 58.13953%; }
.slideshow__image::after { content: "";
display: table;
clear: both; }
.slideshow__image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block; }
.slideshow__block {
display: block; }
.slideshow__block-slide {
width: 100%;
opacity: 0;
transition: opacity 1.2s ease; }
.slideshow__block-slide.is-selected {
opacity: 1; }
.slideshow__title {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 0.75rem;
font-size: 1rem; }
@media (min-width: 900px) {
.slideshow__title {
font-size: 1.125rem; } }
.slideshow__copy {
max-width: 31.25rem; }
.slideshow__caption {
margin-top: 0;
margin-bottom: 1em;
font-family: "Open Sans", Arial, sans-serif;
font-size: 0.875rem;
line-height: 2.07; }
.slideshow__credit {
margin-top: 0;
margin-bottom: 1em;
font-family: "Open Sans", Arial, sans-serif;
font-size: 0.875rem;
line-height: 2.07;
color: #46545E;
font-size: 0.75rem;
line-height: 1.8; }
.slideshow__credit::before {
width: 3.625rem;
height: 2px;
background-color: #B6D840;
content: " ";
display: block;
margin-top: 0.75rem;
margin-bottom: 0.375rem; }
.slideshow__meta {
text-transform: uppercase;
font-size: 1rem;
margin-top: 1.5rem;
font-weight: 600; }
@media (min-width: 900px) {
.slideshow__meta {
font-size: 1.125rem; } }
.slideshow__link {
text-transform: uppercase;
font-size: 1rem;
font-family: "Arquitecta", Arial, sans-serif;
text-decoration: none;
font-weight: 900;
display: flex;
align-items: center;
color: #000000;
margin-top: 1.5rem; }
@media (min-width: 900px) {
.slideshow__link {
font-size: 1.125rem; } }
.slideshow__link::after {
width: 1rem;
height: 1rem;
display: inline-block;
content: " ";
background-image: url(//www.groundsforsculpture.org/wp-content/themes/grounds-for-sculpture/dist/Components/DocumentDefault/Assets/chevron-right.svg);
background-repeat: no-repeat;
background-size: contain;
margin-left: 0.7rem; }
.slideshow__link::after {
width: 1rem;
height: 1rem; }</pre></body></html>