<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************/
/*Dashboard*/
/************/
.site-wrapper {
    background-color: transparent;
}

.PhotoDashboardSA.heroPane span.boldError {
    font-weight: bold;
}
.PhotoDashboardSA.heroPane span.spanError {
    color: red;
}

/**************/
/* Present */
/**************/
.PhotoDashboardSA.meetThe {
    width: 100vw;
    padding-top: 70vh;
}

[id^="meetTheImg"] {
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
}

[id^="meetheDiv"] {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
}

.leader-title {
    text-align: center;
    float: left;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
    position: absolute;
    width: 100%;
    position: absolute;
    top: -1px;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    min-height: 28%;
}

.leader-title &gt; a {
    display: block;
    color: #fff !important;
}

.leader-biography {
    text-align: center;
    text-align: center;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    position: absolute;
    bottom: 0%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    min-height: 28%;
}

.leader-biography &gt; a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    font-family: 'roboto slab', serif;
}

.biography {
    display: block;
    padding-bottom: 2%;
}

.meetthe-mobile{
    display:none;
    display:none;
}

.biography,
.biography h4,
.leader-title h2,
.leader-title h3,
.meetthe-mobile a,
.meetthe-mobile h4,
.meetthe-mobile h5 {
    color: #fff !important;
}

[id^="meetheDiv"]:after {
    padding-top: 88%;
    content: '';
}

@media(min-width: 1199px) and (max-height:900px) {
    .PhotoDashboardSA.meetheDiv {
        min-height: 750px;
    }
}

@media (max-width: 1199px) {

    .PhotoDashboardSA.meetThe {
        padding-top: 0;
    }

    .meetTheDiv {
        display: none;
    }

    [id^="meetTheImg"] {
        display: block;
    }
}

@media (max-width: 991px) {
    .biography,
    .biography h4,
    .leader-title h2,
    .leader-title h3 {
        display: none;
    }

    .leader-title,
    .leader-biography {
        background: transparent;
    }

    .meetthe-mobile {
        color: #fff !important;
        width: 100%;
        max-width: 100%;
        clear: both;
        position: relative;
        display: block;
        margin: 0;
        background: #444;
        padding: 11px;
        text-align:center;
    }
}</pre></body></html>