<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row.team {
    margin-top: 0;
}

.mem-name {
    margin-top: -20px;
    color:#d8201f;
}

.member-links {
    list-style: none;
}

.mem-position {
    margin-top: 0;
}

.team-listing {
    margin-top: 0;
}

.team-item {
    height: 650px;
}
.team-item-bckgrd{
    max-width:390px;
}

.team-slideshow-section {
    background-color: #d97129;
    padding: 35px 0;
}

.team-slideshow {
    min-height: 500px;
    width: 100%;
    margin: auto;
}

.team-slide {
    min-height: 575px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.team-slideshow .flickity-prev-next-button.previous {
    left: 0;
}

.team-slideshow .flickity-prev-next-button.next {
    right: 0;
}

.thumbnailsNav .flickity-prev-next-button.previous {
    left: 0;
}

.thumbnailsNav .flickity-prev-next-button.next {
    right: 0;
}

.flickity-prev-next-button .arrow {
    fill: #fff6d2;
}

.flickity-prev-next-button {
    background: transparent;
    border: 2px solid #fff6d2
}

.thumbnailsNav .flickity-prev-next-button {
    background: transparent;
    border: none;
    width: 70px;
    height: 70px;
}

.flickity-prev-next-button:hover {
    background: transparent;
    opacity: .8
}

.thumbnailsNav {
    padding-left: 0;
    text-align: center;
    display: block;
    position: relative;
    clear: both;
    list-style: none;
    margin: 15px auto 0;
    max-width: 900px;
    width: 100%
}

.thumbnailsNav li {
    width: 150px;
    height: 100px;
    margin: 0 8px;
}

.thumbnailsNav.is-hiding-nav-ui .flickity-prev-next-button {
    display: none;
}

@media screen and (min-width: 768px) {
    .team-slideshow {
        width: 80%;
    }

    .team-slideshow .flickity-prev-next-button.previous {
        left: -65px;
    }

    .team-slideshow .flickity-prev-next-button.next {
        right: -65px;
    }

    .thumbnailsNav .flickity-prev-next-button.previous {
        left: -65px;
    }

    .thumbnailsNav .flickity-prev-next-button.next {
        right: -65px;
    }
}

@media screen and (min-width: 1151px) {
}

</pre></body></html>