<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#about-us .team-content {
    /* background-image: url(/images/opt/about-us/shadow-box.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

#about-us .john-winning {
    background: url(/images/opt/about-us/images/john-winning-inactive.png) no-repeat center top;
}

#about-us .profile.active .john-winning {
    background: url(/images/opt/about-us/images/john-winning.png) no-repeat center top;
}

#about-us .alan-lewis {
    background: url(/images/opt/about-us/images/alan-lewis-inactive-2.png) no-repeat center top;
}

#about-us .profile.active .alan-lewis {
    background: url(/images/opt/about-us/images/alan-lewis-2.png) no-repeat center top;
}

#about-us .jo-devery {
    background: url(/images/opt/about-us/images/jo-devery-inactive.png) no-repeat center bottom;
}

#about-us .profile.active .jo-devery {
    background: url(/images/opt/about-us/images/jo-devery.png) no-repeat center bottom;
}

#about-us .aaron-links {
    background: url(/images/opt/about-us/images/aaron-links-inactive.png) no-repeat center bottom;
}

#about-us .profile.active .aaron-links {
    background: url(/images/opt/about-us/images/aaron-links.png) no-repeat center bottom;
}

#about-us .james-fleet {
    background: url(/images/opt/about-us/images/james-fleet-inactive.png) no-repeat center bottom;
}

#about-us .profile.active .james-fleet {
    background: url(/images/opt/about-us/images/james-fleet.png) no-repeat center bottom;
}

.mobile-team-content {
    display: none;
}

/*** Our Team ***/

#about-us .team-title {
    margin: 20px 0 15px 0;
}

#about-us .team-photo {
    background: url(/images/opt/about-us/images/team-photo.png) no-repeat center top;
}

#about-us .team-content a {
    cursor: pointer;
}

#about-us .team-content .team-photo {
    width: 100%;
    height: 227px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 154px;
}

#about-us .team-content .profile {
    margin-top: 20px;
}

#about-us .team-content.bottom .team-photo {
    height: 207px;
    padding-top: 20px;
}

#about-us .team-content.bottom .team-photo.jo-devery {
    height: 216px;
    padding-top: 11px;
}

#about-us .team-content .team-photo p {
    
    font-size: 12px;
    line-height: 18px;
    color: #4793aa;
    text-align: center;
    padding-top: 3px;
}

#about-us .team-content .team-photo .title {
    padding: 8px;
}

#about-us .team-content .profile.active .team-photo .title {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
}

#about-us .team-content.shadow-box {
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
    background-image: url(/images/opt/about-us/shadow-box-clear2.png);
    margin: 0;
    padding: 0;
	margin-bottom: 20px;
}

#about-us .team-content.shadow-box p {
    font-size: 12px;
    text-align: left;
    color: #4d4d4d;
    margin: 0 0 10px 0;
}

#about-us .team-content.shadow-box p.favourite {
    color: #0da2ba;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 0 0;
}

#primary-shadow-box {
    /*	background-image: url(images/shadow-box-clear.png);*/
}

#about-us .team-content #primary-shadow-box {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.title h4, .title p {
    margin-bottom: 0;
}
@media (max-width: 960px) {
    .team-content {
        /* display: none;*/
    }

    .mobile-team-content {
        /*  display: block;*/
    }

    .mobile-shadow-box {
        background-color: #f8f8f8;
        border: 1px solid #e9e9e9;
        width: 95%;
        padding: 0 2px 0 2px;
    }

    .mobile-team-content &gt; .team-photo {
        padding: 153px 0 40px 0;
    }

    #about-us .jo-devery {
        background: url(/images/opt/about-us/images/jo-devery-inactive.png) no-repeat center top;
        background-position-y: -88px;
    }

    #about-us .aaron-links {
        background: url(/images/opt/about-us/images/aaron-links-inactive.png) no-repeat center top;
        background-position-y: -88px;
    }

    #about-us .james-fleet {
        background: url(/images/opt/about-us/images/james-fleet-inactive.png) no-repeat center top;
        background-position-y: -88px;
    }
}

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