<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Hero ***/
.hero-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/*** GENERAL CSS ***/
body {
    max-width: 100%;
    margin: 0;
    color: #343434;
    height: 100%;
}

.short-courses {
    font-family: 'Open Sans', sans-serif!important;
}

.header {
    position: relative;
    height: 144px;
    background-color: #003B5C;
    width: 100%;
    color: #343434;
    position: relative;
    padding: 0;
}

.main {
    width: 100%;
}

.wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

#main-text {
    flex-basis: 60%;
    float: left;
    padding: 0;
    position: relative;
    flex-direction: row;
}

#breadcrumbs {
    font-size: 12px;
    line-height: 1.4;
    color: #343434;
    font-weight: 300;
}

.breadcrumbs {
    padding-left: 0;
}

.breadcrumbs li {
    font-size: 14px;
}

.breadcrumbs li a {
    font-size: 14px;
    color: #003B5C;
}

#sidebar {
    float: right;
    margin-top: 2rem;
    flex-direction: row;
    flex-basis: 30%;
}

.header-wrapper {
    padding: 0;
}

.empty {
    bottom: 128px;
    position: absolute;
}

#facts {
    padding: 16px 24px;
    margin: 16px 0 32px 0;
    background: rgba(17, 157, 164, 0.07);
    border: 1px solid rgba(17, 157, 164, 0.5);
    border-radius: 4px; 
}

#facts p {
    padding: 0 0 8px 0;
    margin: 4px 0;
}

.fact h3 {
    padding-top: 8px;
}
.dates {
    display: flex;
    flex-direction: row;
    position: relative;
}
#enrol-by {
    padding-left: 32px;
}
.short-courses-button {
    width: 100%;
    height: 56px;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    background: #119DA4;
    border: 1px solid rgb(25 148 155);
    box-sizing: border-box;
    box-shadow: 0px 2px 2px #248792;
}
.short-courses-button:hover {
    background: linear-gradient(180deg, rgba(16, 143, 150, 0.73) 0%, rgba(17, 145, 151, 0.89) 47.92%, rgba(16, 141, 148, 0.71) 100%);
    border: 2px solid #108d94;
    cursor: pointer;
}

.coordinator {
    background: #003B5C;
    padding: 16px 24px;
    margin: 32px 0;
    border: 1px solid rgb(1 21 76 / 50%);
    border-radius: 4px;
}

#coordinator-h4 {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 24px;
}

#coordinator-name {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

#coordinator-email, #coordinator-phone  {
    color: #ffffff;
    margin-bottom: 0.6rem;
    font-size: 15px;
}

#coordinator-email a, #coordinator-phone a  {
    color: #ffffff;
}

.testimonials {
    background: linear-gradient(89.77deg, rgba(133, 113, 78, 0.12) 0.17%, rgba(133, 113, 78, 0.048) 98.59%);
    padding: 24px 0;
    margin-top: 48px;
}

.line {
    margin: 0.5rem 0 1rem 0;
    border: 0.5px solid lightgray;
}

.testimonial-heading {
    text-align: center;
    width: 100%;
}

.testimonial-heading h2 {
    color: #343434;
    font-weight: 700;
}

.testimonial-list {
    flex-flow: row nowrap;
    padding: 2rem;
    justify-content: space-between;
    justify-items:center;
    display: flex;
    width: 100%;
}

.testimonial {
    flex-basis: 30%;
    justify-self: center;
    text-align: center;
}

.testimonial img {
    margin-bottom: 1rem;
}

.in-this-section {
    background: #119DA4;
    border: 1px solid rgba(17, 157, 164, 0.5);
    border-radius: 4px; 
    padding: 1.2rem 1.5rem 0.5rem 1.5rem;
    width: 24rem;
    margin: 1.5rem 0;
    color: #ffffff;
}

.in-this-section-links {
    color: #ffffff;
    padding: 6px 0;
    text-decoration: underline;
}

.in-this-section-links:hover {
    color: lightgrey;
    padding: 6px 0;
    text-decoration: underline;
}

.in-this-section-heading {
    color: #ffffff!important;
}

ol li {
    padding: 4px 0;
    font-size: 15px;
}

ol {
    margin-left: 1.25rem;
    padding-left: 1.1rem;
}

.ol-margin {
    margin-left: 0rem;
}

/*** TYPOGRAPHY ***/
.short-courses h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 1rem 0;
    color: #343434;
}

.short-courses h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    display: inline-block;
    color: #343434;
}

.short-courses h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0.5rem 0;
    color: #343434;
}

.short-courses h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0.5rem 0 0 0;
    color: #343434;
}

.short-courses p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #343434;
    margin-bottom: 1rem;
}

.fact p {
    font-size: 14px;
}

ul li {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 8px;
}

h1, h2, h3, h4, p {
font-family: 'Open Sans', sans-serif;
}

/*** MEDIA QUERIES ***/
@media only screen and (min-width: 1401px) {
    .wrap {
        width: 65%;
    } 
}

@media only screen and (min-width: 801px) and (max-width: 1400px)  {
    .wrap {
        width: 90%;
    } 
}

@media only screen and (max-width: 800px) {
    .hero-image {
        margin-bottom: 2rem;
    }

    .main {
        margin-top: 1.25rem;
    }

    .wrap {
        flex-direction: column;
        max-width: 90%;
        justify-content: space-between;
    }

    #main-text {
        flex-basis: 100%;
        flex-direction:column;
        width: 100%;
        padding: 0;
    }

    #sidebar {
        flex-basis: 100%;
        flex-direction:column;
        width: 100%;
        margin-top: 1rem;
    }

    header {
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .testimonial-list {
        flex-flow: column nowrap;
        padding: 0;
        justify-content: space-between;
        justify-items:center;
        display: flex;
        width: 100%;
    }
    
    .testimonial {
        flex-basis: 30%;
        justify-self: center;
        text-align: center;
        padding: 1rem 0;
    }

    .in-this-section {
        width: 80%;
    }
}
</pre></body></html>