<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    display: block;
    max-width: 1000px;
    margin: 0 auto 20px auto;
    padding: 20px 30px 20px 30px;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    color: #656565;
}

.content:first-child {
    padding: 0px;
}

h1 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #323232;
}

p {
    color: #333333;
    font-weight: 100;
}

.underline {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdd7dd;;
    overflow: hidden;
}

.mt-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.mt-cell h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #323232;
}

h1.underline, div.underline:first-of-type {
    padding-top: 0px;
}

h1:first-child {
    margin-bottom: 8px;
}

a.tts-form-button {
    color: #ffffff;
}

.jobleft {
    width: 150px;
    float: left;
    padding-top: 5px;
    margin-right: 20px;
}

.jobright {
    width: calc(100% - 170px);
    float: right;
    color: #656565;
}

.mt-cell p, .mt-cell ul li {
    color: #656565;
    font-size: 14px;
    font-weight: 100;
}

.mt-cell p a:link {
    color: #2e6ad8;
}
.mt-cell p a {
    color: #2e6ad8;
}

.mt-cell p a:visited {
    color: #2e6ad8;
}

.mt-cell ul li a{
    color: #2e6ad8;
}

.mt-cell ul li a:visited {
    color: #2e6ad8;
}

.jobleft img {
    width: 150px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #ffffff
}

.categories {
    padding-top: 20px;
    padding-left:30px;
    padding-right: 30px;
    width: 100%;
    float: left;
}

.cat-label {
    color: #fff;
    padding: 10px 10px 10px 10px;
    white-space: nowrap;
    line-height: 48px;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
}

.square {
    float: left; 
    width: 13.666px;
    height: 13.666px;
    margin-right: 8px;
    background-color: transparent;
    margin-bottom: 5px;
}

.people {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.person {
    float: none;
    width: 158px;
    padding: 15px 15px 15px 15px;
    display: inline-block;
}

@media (max-width: 354px) {
    .person {
    width: 125px;
    padding: 15px 15px 15px 15px;
}
.square {
    float: left; 
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background-color: transparent;
    margin-bottom: 5px;
}
}

.person img {
    width: 100%;
    padding: 0px;
    border: none;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding-bottom: 5px;
}

.person span.name {
   float: left;
   font-size: 12px;
   text-align: left;
}

.person .square:last-of-type {
    margin-right: 0px;
}

.technical { background-color: #c08043; }
.management { background-color: #ababab; }
.customer-relations { background-color: #43779e; }
.web-development { background-color: #6d9ea1; }
.design { background-color: #c9dea6; }
.client-relationship-manager { background-color: #b89485; }
.director { background-color: #7c9f3b; }
.team-mentor { background-color: #52a6c5; }
.twenty-four-hour-support { background-color: #595959; }
.on-site-support { background-color: #fde160; }
.sales { background-color: #be85cf; }
.business-mentor { background-color: #6ecfb5; }
.finance-and-accounts { background-color: #d57285; }
.testing { background-color: #fd8b60; }

@media (max-width: 960px) {
    #outerWrapper {
        width: 100%;
    }
    
    .person {
        display: inline-block;
        float: none;
    }
    
    .people {
        text-align:center;
    }
}

@media (max-width: 660px) {
    .categories {
        width: 100%;
    }
    
    .cat-label {
        font-size: 12px;
        line-height: 46px;
        margin-right: 5px;
    }
    
    .jobright {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-device-width: 480px) and (orientation:portrait) {
    .content {
        font-size: 14px;
    }
    .jobleft {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px
    }
    .jobleft img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal {
    overflow: visible;
}

#email {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}</pre></body></html>