<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .hero-title {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.slick-slider {
    margin-bottom: 0;
}

#subheader .hero-title h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 2px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 64.063em) {
    #shsu-right { top:0; }
}

h1,h2,h3, .rose {color:#ED3C95;}

#main-content th {background-color:#CBCB30 !important;}
#main-content th strong {color:black;}

.button {
    font-family: opensans-regular,
        Helvetica,
        Arial,
        sans-serif;
    letter-spacing: .03125rem;
    padding-bottom: 1rem;
    color: black !important;
    background-color: #48C1C5;
    border: .0625rem solid #229B9F;
    border-bottom: .125rem solid #229B9F;
}
.button:focus, .button:hover {
    background-color: #229B9F;
}

/*#main-content a, #main-content a:visited {color:#48C1C5;}*/
#main-content a, #main-content a:visited, .teal {color: #006366;}

#main-content {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#main-content h1, h2, strong {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#thumb-gal {
    margin-bottom: .75rem;
}
#thumb-gal img {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#thumb-gal img:hover {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
}
#thumb-gal span {
    text-align: right;
    font-size: .7rem;
    max-width: 100px;
    display: block;
}
.thumb-img {
    display:inline;
}

.art-event {
    margin-bottom: 1.5rem !important;
}
.art-event span {
    font-size: .7rem;
    font-weight: bold;
    text-align: right;
    max-width: 100px;
    display: block;
}
.art-info {
    ##padding-left: 0 !important;
}
.event-title {
    margin-bottom: 0;
    font-weight: bold;
}
.event-date {
    font-size: .8rem;
    margin-bottom: 0;
    font-style: italic;
}
.event-content {
    font-size: .8rem;
}

/*@media only screen and (max-height: 599px) {
    .hero-background {height: 280px}
}
@media only screen and (min-height: 600px) {
    .hero-background {height: 460px}
}
@media only screen and (max-width: 40em) {
    .hero-background { min-height: 200px; }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .hero-background { min-height: 300px; }
    }
@media only screen and (min-width: 64.063em) {
        .hero-background { min-height: 400px; }
    }*/</pre></body></html>