.WhiteBg {
    background: #FFFFFF;
}

.icon--download::before {
    content: "\e606";
}

.icon--triangle-right:before {
    content: "\e61c";
}

.u-overflow {
    overflow: hidden;
}

.u-floatLeft {
    float: left;
}

.u-resetUL {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media all and (min-width: 18.75em) and (max-width: 75.99em) {
    .u-StructureWrapper {
        width: 100%;
    }
}

@media all and (min-width: 76em) {
    .u-StructureWrapper {
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
    }
}

/*******************************************************************************************
BREADCRUMBS

*********************************************************************************************/
.breadcrumbs {
    overflow: hidden;
    font-size: 1.125em;
    padding: 26px 50px 26px 0px;
    width: 80%;
    float: left;
}

@media all and (max-width: 75.99em) {
    .breadcrumbs {
        width: 100%;
    }
}

@media all and (min-width: 48em) {
    .breadcrumbs {
        width: 70%;
    }
}

.breadcrumbs a {
    color: #333333;
}

    .breadcrumbs a:hover span, .breadcrumbs a:focus span {
        text-decoration: none;
    }


@media all and (max-width: 75.99em) {
    .breadcrumbs li {
        display: inline;
    }
}

@media all and (min-width: 76em) {
    .breadcrumbs li {
        float: left;
    }
}


.breadcrumbs span {
    color: #999999;
    line-height: 1.1em;
    vertical-align: middle;
    font-size: 1.4em;
    display: inline-block;
}

    .breadcrumbs span.small {
        color: #333333;
        font-size: 1em;
        vertical-align: baseline;
    }

@media all and (max-width: 47.99em) {
    .breadcrumbs {
        font-size: 1em;
        padding: 1em;
    }

        .breadcrumbs li {
            margin-right: 0.4em;
        }

        .breadcrumbs span {
            font-size: 1em;
        }
}

/*Course Logos*/
ul#logos li {
    float: left;
}

ul#logos {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
    margin-left: 0px;
}


    ul#logos li a img {
        width: 180px;
        /* padding-right: 15px; */
    }

h2.logos-title {
    text-align: center;
    font-size: 24px;
    font-family: 'Interstate-Regular', 'Titillium Web';
}

    h2.logos-title:after {
        content: "";
        width: 72px;
        height: 3px;
        display: block;
        background-color: #000;
        margin: 0px auto;
        margin-bottom: 20px;
        margin-top: 5px;
    }
/*Course Logos*/

/**************************************************************************************
	FEATURED SPOTLIGHT (banner strip)
**********************************************************************************************/
.featuredSpotlight {
    margin-bottom: 1em;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .featuredSpotlight h1 {
        margin-top: 0;
    }

        .featuredSpotlight h1:before {
            content: "";
            width: 72px;
            height: 5px;
            display: block;
            background-color: #E5233F;
            margin-bottom: 20px;
        }

@media all and (max-width: 35.49em) {
    .featuredSpotlight h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight .backgroundImage {
    position: relative;
}

.featuredSpotlight .innerContainer {
    position: absolute;
    background-size: cover;
    background-position: top right;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
}

.featuredSpotlight .banner {
    margin-left: -2em;
    background-color: #E5233F;
}

.featuredSpotlight a.banner.CTABanner:hover {
    color: white;
}

@media all and (min-width: 48em) {
    .featuredSpotlight .banner {
        max-width: 90%;
        min-width: 520px;
        width: auto;
        position: absolute;
        bottom: 2em;
        left: 2em;
    }
}

.featuredSpotlight .banner:after {
    border-left-color: #E5233F;
}

@media all and (min-width: 48em) and (max-width: 75.99em) {
    .featuredSpotlight .banner {
        margin-bottom: 0;
    }
}

.featuredSpotlight.featuredSpotlight-date p {
    margin: 1em 20px 0;
}

.featuredSpotlight.featuredSpotlight-date .date {
    margin-bottom: 3em;
    line-height: 1.3em;
}

    .featuredSpotlight.featuredSpotlight-date .date span {
        font-size: 1.4em;
        vertical-align: bottom;
        margin-right: 0.3em;
        display: inline-block;
    }

.featuredSpotlight.red .banner {
    background-color: #E5233F;
}

    .featuredSpotlight.red .banner:after {
        border-left-color: #E5233F;
    }

.featuredSpotlight.red h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #E5233F;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.red h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.pink .banner {
    background-color: #e0006c;
}

    .featuredSpotlight.pink .banner:after {
        border-left-color: #e0006c;
    }

.featuredSpotlight.pink h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #e0006c;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.pink h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.teal .banner {
    background-color: #569eba;
}

    .featuredSpotlight.teal .banner:after {
        border-left-color: #569eba;
    }

.featuredSpotlight.teal h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #569eba;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.teal h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.purple .banner {
    background-color: #521e59;
}

    .featuredSpotlight.purple .banner:after {
        border-left-color: #521e59;
    }

.featuredSpotlight.purple h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #521e59;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.purple h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.green .banner {
    background-color: #63912e;
}

    .featuredSpotlight.green .banner:after {
        border-left-color: #63912e;
    }

.featuredSpotlight.green h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #63912e;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.green h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.orange .banner {
    background-color: #dc580a;
}

    .featuredSpotlight.orange .banner:after {
        border-left-color: #dc580a;
    }

.featuredSpotlight.orange h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #dc580a;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.orange h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.darkPink .banner {
    background-color: #9a044b;
}

    .featuredSpotlight.darkPink .banner:after {
        border-left-color: #9a044b;
    }

.featuredSpotlight.darkPink h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #9a044b;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.darkPink h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.darkblue .banner {
    background-color: #004a6c;
}

    .featuredSpotlight.darkblue .banner:after {
        border-left-color: #004a6c;
    }

.featuredSpotlight.darkblue h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #004a6c;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.darkblue h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.darkPurple .banner {
    background-color: #31275b;
}

    .featuredSpotlight.darkPurple .banner:after {
        border-left-color: #31275b;
    }

.featuredSpotlight.darkPurple h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #31275b;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.darkPurple h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.darkorange .banner {
    background-color: #6c2500;
}

    .featuredSpotlight.darkorange .banner:after {
        border-left-color: #6c2500;
    }

.featuredSpotlight.darkorange h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #6c2500;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.darkorange h1:before {
        margin-bottom: 10px;
    }
}

.featuredSpotlight.darkgreen .banner {
    background-color: #3c5818;
}

    .featuredSpotlight.darkgreen .banner:after {
        border-left-color: #3c5818;
    }

.featuredSpotlight.darkgreen h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #3c5818;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.darkgreen h1:before {
        margin-bottom: 10px;
    }
}


.featuredSpotlight.clearing2021blue .banner {
    background-color: #3D12CA;
}

    .featuredSpotlight.clearing2021blue .banner:after {
        border-left-color: #3D12CA;
    }

.featuredSpotlight.clearing2021blue .h1:before {
    content: "";
    width: 72px;
    height: 5px;
    display: block;
    background-color: #3D12CA;
    margin-bottom: 20px;
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight.clearing2021blue .h1:before {
        margin-bottom: 10px;
    }
}


.featuredSpotlight .overlay {
    background-color: #f7f7f7;
    position: relative;
    padding: 2em;
}

    .featuredSpotlight .overlay:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -236px;
        border-bottom: 0px solid transparent;
        border-top: 474px solid transparent;
        border-left: 236px solid #f7f7f7;
    }

@media all and (min-width: 76em) {
    .featuredSpotlight h1 {
        font-size: 1.875em;
        font-weight: 600;
    }

    .featuredSpotlight p {
        margin: 1em 20px 6em;
        font-size: 1.125em;
        line-height: 1.8em;
    }

    .featuredSpotlight .overlay {
        width: calc(100% - 500px);
        padding: 40px 2em 2em 50px;
    }

    .featuredSpotlight .left-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(50% - 600px);
    }

    .featuredSpotlight .banner {
        font-size: 1.5em;
        padding: 0.43em 1em;
        text-align: right;
        margin-bottom: 0;
    }

        .featuredSpotlight .banner:after {
            right: -45px;
            border-left-width: 45px;
            border-bottom-width: 56px;
        }
}

@media all and (min-width: 48em) and (max-width: 75.99em) {
    .featuredSpotlight .overlay {
        width: calc(100% - 200px);
    }

    .featuredSpotlight p {
        margin-bottom: 6em;
    }

    .featuredSpotlight .banner {
        padding: 1em 1em 1em 2em;
        font-size: 1em;
    }

        .featuredSpotlight .banner:after {
            border-bottom-width: 54px;
        }
}

@media all and (max-width: 35.49em) {
    .featuredSpotlight .overlay {
        padding: 1em;
    }

    .featuredSpotlight h1 {
        font-size: 1.5em;
        margin: 0;
        font-weight: bold;
    }

    .featuredSpotlight p {
        font-size: 1em;
    }
}

@media all and (max-width: 47.99em) {
    .featuredSpotlight .banner {
        padding: 0.4em 1em;
        width: 100%;
        margin: 0;
        font-size: 1.125em;
    }
}

.featuredSpotlightList .featuredSpotlight {
    margin-bottom: 0;
}

    .featuredSpotlightList .featuredSpotlight h1 a {
        color: #000;
        font-weight: 600;
    }

    .featuredSpotlightList .featuredSpotlight .date {
        margin-bottom: 1em;
    }

    .featuredSpotlightList .featuredSpotlight .overlay {
        padding-bottom: .5em;
    }

    .featuredSpotlightList .featuredSpotlight.featuredSpotlight-small .overlay {
        padding-top: 0;
        padding-bottom: .5em;
    }

@media all and (min-width: 76em) {
    .featuredSpotlightList .featuredSpotlight.featuredSpotlight-small .overlay {
        padding-top: 0;
        padding-bottom: .5em;
    }
}

.featuredSpotlightList .featuredSpotlight.featuredSpotlight-small h1 {
    font-size: 1.2em;
}

@media all and (min-width: 35.5em) {
    .featuredSpotlightList .featuredSpotlight.featuredSpotlight-small h1 {
        font-size: 1.5em;
    }
}

.featuredSpotlightList {
    padding-bottom: 1em;
}

/*****************************************************************************************
	IMAGE SPOTLIGHTS MODULES
*******************************************************************************************/
.imageSpotlights {
    background-color: #FFFFFF;
    margin-bottom: 1em;
}

    .imageSpotlights h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    .imageSpotlights .spotlights {
        overflow: hidden;
    }

@media all and (max-width: 75.99em) {
    .imageSpotlights h1 {
        padding: 0 0.6em;
        font-size: 1.5em;
    }
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight {
        margin-bottom: 16px;
    }

        .imageSpotlights .spotlight:nth-child(3) {
            margin-bottom: 0;
        }
}

@media all and (min-width: 35.5em) {
    .imageSpotlights .spotlight.third {
        float: left;
        width: 33.33%;
    }

    .imageSpotlights .spotlight.half {
        float: left;
        width: 50%;
    }
}

@media all and (min-width: 35.5em) and (max-width: 75.99em) {
    .imageSpotlights .spotlight.third:nth-child(1), .imageSpotlights .spotlight.third:nth-child(2) {
        width: 50%;
        margin-bottom: 16px;
    }

    .imageSpotlights .spotlight:nth-child(3) {
        width: 100%;
        float: none;
        display: block;
        clear: both;
    }
}

.imageSpotlights .spotlight {
    background-color: rgba(195, 21, 50, 0.8);
    overflow: hidden;
}

    .imageSpotlights .spotlight.video {
        overflow: hidden;
    }

@media print {
    .imageSpotlights .spotlight.video {
        display: none !important;
    }
}

.imageSpotlights .spotlight.video.red .videoDetails:before {
    border-left-color: rgba(195, 21, 50, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.red .videoDetails {
        background-color: rgba(195, 21, 50, 0.8);
    }
}

.imageSpotlights .spotlight.video.pink .videoDetails:before {
    border-left-color: rgba(224, 0, 108, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.pink .videoDetails {
        background-color: rgba(224, 0, 108, 0.8);
    }
}

.imageSpotlights .spotlight.video.teal .videoDetails:before {
    border-left-color: rgba(86, 158, 186, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.teal .videoDetails {
        background-color: rgba(86, 158, 186, 0.8);
    }
}

.imageSpotlights .spotlight.video.purple .videoDetails:before {
    border-left-color: rgba(82, 30, 89, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.purple .videoDetails {
        background-color: rgba(82, 30, 89, 0.8);
    }
}

.imageSpotlights .spotlight.video.green .videoDetails:before {
    border-left-color: rgba(99, 145, 46, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.green .videoDetails {
        background-color: rgba(99, 145, 46, 0.8);
    }
}

.imageSpotlights .spotlight.video.orange .videoDetails:before {
    border-left-color: rgba(220, 88, 10, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.orange .videoDetails {
        background-color: rgba(220, 88, 10, 0.8);
    }
}

.imageSpotlights .spotlight.video.darkPink .videoDetails:before {
    border-left-color: rgba(154, 4, 75, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.darkPink .videoDetails {
        background-color: rgba(154, 4, 75, 0.8);
    }
}

.imageSpotlights .spotlight.video.darkblue .videoDetails:before {
    border-left-color: rgba(0, 74, 108, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.darkblue .videoDetails {
        background-color: rgba(0, 74, 108, 0.8);
    }
}

.imageSpotlights .spotlight.video.darkPurple .videoDetails:before {
    border-left-color: rgba(49, 39, 91, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.darkPurple .videoDetails {
        background-color: rgba(49, 39, 91, 0.8);
    }
}

.imageSpotlights .spotlight.video.darkorange .videoDetails:before {
    border-left-color: rgba(108, 37, 0, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.darkorange .videoDetails {
        background-color: rgba(108, 37, 0, 0.8);
    }
}

.imageSpotlights .spotlight.video.darkgreen .videoDetails:before {
    border-left-color: rgba(60, 88, 24, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.darkgreen .videoDetails {
        background-color: rgba(60, 88, 24, 0.8);
    }
}


.imageSpotlights .spotlight.video.clearing2021blue .videoDetails:before {
    border-left-color: rgba(61,18,205, 0.8);
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video.clearing2021blue .videoDetails {
        background-color: rgba(61,18,205, 0.8);
    }
}


.imageSpotlights .spotlight.video .innerContainer {
    height: auto;
}

@media all and (min-width: 35.5em) {
    .imageSpotlights .spotlight.video .innerContainer {
        height: 400px;
    }

    .imageSpotlights .spotlight.video a:hover .videoDetails:before, .imageSpotlights .spotlight.video a:focus .videoDetails:before {
        left: 0;
    }

    .imageSpotlights .spotlight.video a:hover .videoDetails h2, .imageSpotlights .spotlight.video a:focus .videoDetails h2 {
        padding-left: 0 !important;
    }

    .imageSpotlights .spotlight.video .videoDetails {
        width: 50%;
        bottom: 0;
        position: absolute;
        left: 0;
    }

        .imageSpotlights .spotlight.video .videoDetails:before {
            transition: left 300ms;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            bottom: 0;
            left: -50px;
            border-bottom: 0px solid transparent;
            border-top: 447px solid transparent;
            border-left: 479px solid rgba(195, 21, 50, 0.8);
            z-index: -1;
        }

        .imageSpotlights .spotlight.video .videoDetails h2 {
            padding: 0 6em 0 0;
        }

        .imageSpotlights .spotlight.video .videoDetails p {
            margin: 0 3em 0 0;
        }
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video .videoDetails {
        background-color: rgba(195, 21, 50, 0.8);
    }

    .imageSpotlights .spotlight.video a {
        text-decoration: none;
    }
}

.imageSpotlights .spotlight.video .videoDetails {
    z-index: 1;
    color: white;
    padding: 1em 2em;
}

@media all and (max-width: 35.49em) {
    .imageSpotlights .spotlight.video .videoDetails {
        padding: 1em;
    }
}

.imageSpotlights .spotlight.video .videoDetails h2 {
    font-size: 1.125em;
}

.imageSpotlights .spotlight.video .videoDetails p {
    border-top: white solid 1px;
    font-size: 0.9375em;
    color: white;
    padding: 0.4em 0 0 0;
}

.imageSpotlights .spotlight.video .videoDetails .play {
    font-size: 80px;
    margin-left: -10px;
}

.imageSpotlights .spotlight.image h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    width: 73%;
    height: 1.1em;
    box-sizing: content-box;
    text-align: right;
    margin: 0;
    padding: 0.835em 1em 0.835em 0;
    background-color: rgba(195, 21, 50, 0.8);
    transition: all 400ms;
    /*Sarge: changed to allow 35 characters*/
    font-size: 1.2em;
    font-weight: 600;
}

@media all and (max-width: 75.99em) {
    .imageSpotlights .spotlight.image h2 {
        /*Sarge: changed to allow 35 characters*/
        font-size: 1em;
    }
}

@media all and (max-width: 47.99em) {
    .imageSpotlights .spotlight.image h2 {
        width: 100%;
    }
}

@media all and (min-width: 48em) {
    .imageSpotlights .spotlight.image h2:before {
        content: "";
        position: absolute;
        width: 0;
        height: 270px;
        top: 0;
        left: -65px;
        border-bottom: 0px solid transparent;
        border-top: 107px solid transparent;
        border-right: 65px solid rgba(195, 21, 50, 0.8);
    }
}

.imageSpotlights .spotlight.image.red {
    background-color: rgba(195, 21, 50, 0.8);
}

    .imageSpotlights .spotlight.image.red h2 {
        background-color: rgba(195, 21, 50, 0.8);
    }

        .imageSpotlights .spotlight.image.red h2:before {
            border-right-color: rgba(195, 21, 50, 0.8);
        }

.imageSpotlights .spotlight.image.pink {
    background-color: rgba(224, 0, 108, 0.8);
}

    .imageSpotlights .spotlight.image.pink h2 {
        background-color: rgba(224, 0, 108, 0.8);
    }

        .imageSpotlights .spotlight.image.pink h2:before {
            border-right-color: rgba(224, 0, 108, 0.8);
        }

.imageSpotlights .spotlight.image.teal {
    background-color: rgba(86, 158, 186, 0.8);
}

    .imageSpotlights .spotlight.image.teal h2 {
        background-color: rgba(86, 158, 186, 0.8);
    }

        .imageSpotlights .spotlight.image.teal h2:before {
            border-right-color: rgba(86, 158, 186, 0.8);
        }

.imageSpotlights .spotlight.image.purple {
    background-color: rgba(82, 30, 89, 0.8);
}

    .imageSpotlights .spotlight.image.purple h2 {
        background-color: rgba(82, 30, 89, 0.8);
    }

        .imageSpotlights .spotlight.image.purple h2:before {
            border-right-color: rgba(82, 30, 89, 0.8);
        }

.imageSpotlights .spotlight.image.green {
    background-color: rgba(99, 145, 46, 0.8);
}

    .imageSpotlights .spotlight.image.green h2, .imageSpotlights .spotlight.image.green p {
        background-color: rgba(99, 145, 46, 0.8);
    }

        .imageSpotlights .spotlight.image.green h2:before {
            border-right-color: rgba(99, 145, 46, 0.8);
        }

.imageSpotlights .spotlight.image.orange {
    background-color: rgba(220, 88, 10, 0.8);
}

    .imageSpotlights .spotlight.image.orange h2 {
        background-color: rgba(220, 88, 10, 0.8);
    }

        .imageSpotlights .spotlight.image.orange h2:before {
            border-right-color: rgba(220, 88, 10, 0.8);
        }

.imageSpotlights .spotlight.image.darkPink {
    background-color: rgba(154, 4, 75, 0.8);
}

    .imageSpotlights .spotlight.image.darkPink h2 {
        background-color: rgba(154, 4, 75, 0.8);
    }

        .imageSpotlights .spotlight.image.darkPink h2:before {
            border-right-color: rgba(154, 4, 75, 0.8);
        }

.imageSpotlights .spotlight.image.darkblue {
    background-color: rgba(0, 74, 108, 0.8);
}

    .imageSpotlights .spotlight.image.darkblue h2 {
        background-color: rgba(0, 74, 108, 0.8);
    }

        .imageSpotlights .spotlight.image.darkblue h2:before {
            border-right-color: rgba(0, 74, 108, 0.8);
        }

.imageSpotlights .spotlight.image.darkPurple {
    background-color: rgba(49, 39, 91, 0.8);
}

    .imageSpotlights .spotlight.image.darkPurple h2 {
        background-color: rgba(49, 39, 91, 0.8);
    }

        .imageSpotlights .spotlight.image.darkPurple h2:before {
            border-right-color: rgba(49, 39, 91, 0.8);
        }

.imageSpotlights .spotlight.image.darkorange {
    background-color: rgba(108, 37, 0, 0.8);
}

    .imageSpotlights .spotlight.image.darkorange h2 {
        background-color: rgba(108, 37, 0, 0.8);
    }

        .imageSpotlights .spotlight.image.darkorange h2:before {
            border-right-color: rgba(108, 37, 0, 0.8);
        }

.imageSpotlights .spotlight.image.darkgreen {
    background-color: rgba(60, 88, 24, 0.8);
}

    .imageSpotlights .spotlight.image.darkgreen h2 {
        background-color: rgba(60, 88, 24, 0.8);
    }

        .imageSpotlights .spotlight.image.darkgreen h2:before {
            border-right-color: rgba(60, 88, 24, 0.8);
        }


.imageSpotlights .spotlight.image.clearing2021blue {
    background-color: rgba(61,18,205, 0.8);
}

    .imageSpotlights .spotlight.image.clearing2021blue .h2 {
        background-color: rgba(61,18,205, 0.8);
    }

        .imageSpotlights .spotlight.image.clearing2021blue .h2:before {
            border-right-color: rgba(61,18,205, 0.8);
        }


@media all and (min-width: 48em) {
    .imageSpotlights .spotlight.image a:hover h2, .imageSpotlights .spotlight.image a:focus h2 {
        padding-left: 92px;
    }
}

.imageSpotlights .spotlight .innerContainer {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: 50%;
}

.ThreeBlockFix {
    background-position: 50% !important;
    background-size: inherit !important;
    background-repeat: no-repeat !important;
}

@media all and (min-width: 76em) {
    .imageSpotlights .spotlight.third a:hover h2, .imageSpotlights .spotlight.third a:focus h2 {
        padding-left: 40px;
    }

    .imageSpotlights .spotlight.overlay a:hover h2, .imageSpotlights .spotlight.overlay a:focus h2 {
        padding-bottom: 70%;
        transition: all 400ms;
    }
}

@media all and (max-width: 75.99em) {
    .imageSpotlights .spotlight.overlay a:hover h2, .imageSpotlights .spotlight.overlay a:focus h2 {
        width: 90%;
        padding-bottom: 270px;
        transition: padding-bottom 400ms;
    }
}

@media all and (max-width: 47.99em) {
    .imageSpotlights .spotlight.third a h2 {
        width: 100%;
    }

        .imageSpotlights .spotlight.third a h2:after {
            content: none;
        }

    .imageSpotlights .spotlight.third a:hover h2, .imageSpotlights .spotlight.third a:focus h2 {
        width: 100%;
        padding: 0.835em 1em;
    }

    .imageSpotlights .spotlight.overlay a:hover h2, .imageSpotlights .spotlight.overlay a:focus h2 {
        width: 90%;
        padding-bottom: 270px;
        transition: padding-bottom 400ms;
    }
}

.imageSpotlights .spotlight.third .innerContainer {
    height: 265px;
}

.imageSpotlights .spotlight.half .innerContainer {
    height: 300px;
}

@media all and (max-width: 47.99em) {
    .imageSpotlights .spotlight h2 {
        width: 100%;
    }

    .imageSpotlights .spotlight.twoThirds:first-child {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 76em) {
    .imageSpotlights .spotlight.twoThirds {
        float: left;
        width: 400px;
    }

        .imageSpotlights .spotlight.twoThirds:first-child {
            margin-right: 25px;
        }

        .imageSpotlights .spotlight.twoThirds.large {
            width: 775px;
        }
}

@media all and (min-width: 48em) and (max-width: 75.99em) {
    .imageSpotlights .spotlight.twoThirds {
        float: left;
        width: 37%;
    }

        .imageSpotlights .spotlight.twoThirds.large {
            width: 63%;
        }
}

@media all and (min-width: 76em) {
    .imageSpotlights .spotlight.twoThirds a:hover h2, .imageSpotlights .spotlight.twoThirds a:focus h2 {
        padding-left: 40px;
    }

    .imageSpotlights .spotlight.twoThirds.large a:hover h2, .imageSpotlights .spotlight.twoThirds.large a:focus h2 {
        padding-left: 141px;
    }
}

.imageSpotlights .blockquote {
    background-color: #f7f7f7;
    padding: 3em 6em 2em 7em;
}

@media all and (min-width: 48em) {
    .imageSpotlights .blockquote {
        height: 400px;
    }
}

@media all and (min-width: 48em) and (max-width: 75.99em) {
    .imageSpotlights .blockquote {
        padding: 2em 4em 2em 4em;
    }
}

@media all and (max-width: 47.99em) {
    .imageSpotlights .blockquote {
        padding: 1em 3em 2em 3em;
    }
}

@media print {
    .imageSpotlights .spotlight.image a {
        display: block;
    }

        .imageSpotlights .spotlight.image a h2 {
            color: black;
        }

    .imageSpotlights .spotlight.image .innerContainer {
        height: 50px !important;
    }
}

.CTABannerSection {
    background-color: #FFFFFF;
}

    .CTABannerSection a:hover {
        color: white;
    }

.CTABanner {
    background-color: #E5233F;
    width: 520px;
    padding: 1em;
    color: white;
    position: relative;
    display: block;
    transition: width 200ms;
    z-index: 2;
    font-size: 1.25em;
    margin-bottom: 2em;
}

    .CTABanner:focus, .CTABanner:hover {
        text-decoration: underline;
    }

@media all and (max-width: 47.99em) {
    .CTABanner {
        width: 100%;
    }
}

@media all and (min-width: 48em) {
    .CTABanner:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: -40px;
        top: 0;
        border-bottom: 68px solid transparent;
        border-left: 40px solid #E5233F;
    }
}

.CTABanner.formCTA {
    float: right;
}

    .CTABanner.formCTA:after {
        right: auto;
        left: -40px;
        border: 0;
        border-bottom: 68px solid transparent;
        border-right: 40px solid #E5233F;
    }

@media print {
    .CTABanner.formCTA {
        display: none;
    }
}

/*******************************************************************************************
	INTRO TEXT MODULE
*********************************************************************************************/
.introText {
    font-weight: 300;
    font-size: 24px;
    padding: 12px 50px 2em 50px;
    background-color: #FFFFFF;
}

    .introText a {
        color: #067588;
        text-decoration: underline;
        font-weight: 600;
    }

        .introText a:hover, .introText a:focus {
            text-decoration: none;
        }

@media all and (min-width: 76em) {
    .introText {
        /*padding-right: 14em;*/
        line-height: 1.8em;
    }
}

@media all and (max-width: 47.99em) {
    .introText {
        font-size: 1.375em;
        padding: 0 1em 1em;
        margin: 0;
    }
}

.introText p {
    margin-top: 0;
}

/***************************************************************************
	MAIN BODY TEXT
/***************************************************************************/
.mainBodyText {
    overflow: hidden;
    background-color: #FFFFFF;
}

@media all and (max-width: 47.99em) {
    .mainBodyText {
        margin-bottom: 1em;
    }

        .mainBodyText img {
            max-width: 100%;
            height: auto !important;
        }
}

@media all and (min-width: 48em) {
    .mainBodyText {
        margin-bottom: 4em;
    }

        .mainBodyText img {
            float: right;
            /*padding: 1em 0 1em 2em;*/
            margin: 1em 0 1em 2em;
        }
}

.mainBodyText h2, .mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
    margin: 1.6em 0 0.4em;
}

    .mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        content: "";
        width: 72px;
        height: 5px;
        display: block;
        background-color: #E5233F;
        margin-bottom: 20px;
    }

@media all and (max-width: 35.49em) {
    .mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        margin-bottom: 10px;
    }
}

.mainBodyText h2 {
    font-size: 1.875em;
}

.mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
    margin: 1.6em 0 0.4em;
}

    .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        width: 25px;
        margin-bottom: 12px;
        height: 3px;
    }

.mainBodyText h3 {
    font-size: 1.5em;
}

.mainBodyText h4 {
    font-size: 1.375em;
}

.mainBodyText h5 {
    font-size: 1.25em;
}

.mainBodyText h6 {
    font-size: 1.125em;
}

.mainBodyText p {
    line-height: 1.6em;
}

@media all and (max-width: 75.99em) {
    .mainBodyText h2 {
        font-size: 1.5em;
    }

    .mainBodyText h3 {
        font-size: 1.375em;
    }

    .mainBodyText h4 {
        font-size: 1.25em;
    }

    .mainBodyText h5 {
        font-size: 1.125em;
    }

    .mainBodyText h6 {
        font-size: 1em;
    }

    .mainBodyText p {
        font-size: 1em;
    }
}

.mainBodyText a {
    color: #067588 !important;
    text-decoration: underline;
    font-weight: 600
}

    .mainBodyText a:hover, .mainBodyText a:focus {
        text-decoration: none;
    }

.sidePadding50 > .CTABanner {
    margin: 2em 0;
}

/****************************************************************************************************
	DOWNLOAD SECTION

*****************************************************************************************************/
.downloads {
    margin-bottom: 3em;
    background-color: #f7f7f7;
}

    .downloads h1 {
        font-weight: normal;
        font-size: 2em;
        margin: 0 0.6em;
        padding: 0.6em 0;
    }

        .downloads h1:before {
            content: "";
            width: 72px;
            height: 5px;
            display: block;
            background-color: #E5233F;
            margin-bottom: 20px;
        }

@media all and (max-width: 35.49em) {
    .downloads h1:before {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 47.99em) {
    .downloads h1 {
        font-size: 1.375em;
    }
}

.downloads p {
    font-size: 1.1875em;
}

    .downloads p.details {
        padding-right: 0px;
    }

@media all and (max-width: 47.99em) {
    .downloads p {
        font-size: 0.9375em;
    }
}

.downloads h2 {
    font-size: 1.375em;
    margin: 0;
    line-height: 1em;
}

@media all and (max-width: 47.99em) {
    .downloads h2 {
        font-size: 1.1875em;
    }
}

.downloads a {
    font-size: 1.1875em;
    color: #333333;
}

@media all and (max-width: 47.99em) {
    .downloads a {
        font-size: 0.9375em;
    }
}

.downloads a span {
    line-height: 30px;
    vertical-align: middle;
}

.downloads ul li {
    display: block;
    padding: 1em 1.4em;
}

.downloads .button_dl {
    text-align: center;
    margin-right: 2em;
    text-decoration: none;
    display: inline-block;
}

    .downloads .button_dl .icon--download {
        padding-top: 6px;
        width: 44px;
        height: 44px;
        font-size: 2em;
        background-color: #E5233F;
        color: white;
    }

    .downloads .button_dl .type {
        color: #333333;
    }

    .downloads .button_dl span {
        display: block;
    }

/*******************************************************************************************
	TITLE
*********************************************************************************************/
.red .center:after {
    border-left-color: rgba(195, 21, 50, 0.8) !important;
}

.red .left-bg:after {
    background-color: rgba(195, 21, 50, 0.8) !important;
}

.pink .center:after {
    border-left-color: rgba(224, 0, 108, 0.8) !important;
}

.pink .left-bg:after {
    background-color: rgba(224, 0, 108, 0.8) !important;
}

.teal .center:after {
    border-left-color: rgba(86, 158, 186, 0.8) !important;
}

.teal .left-bg:after {
    background-color: rgba(86, 158, 186, 0.8) !important;
}

.purple .center:after {
    border-left-color: rgba(82, 30, 89, 0.8) !important;
}

.purple .left-bg:after {
    background-color: rgba(82, 30, 89, 0.8) !important;
}

.green .center:after {
    border-left-color: rgba(99, 145, 46, 0.8) !important;
}

.green .left-bg:after {
    background-color: rgba(99, 145, 46, 0.8) !important;
}

.orange .center:after {
    border-left-color: rgba(220, 88, 10, 0.8) !important;
}

.orange .left-bg:after {
    background-color: rgba(220, 88, 10, 0.8) !important;
}

.darkPink .center:after {
    border-left-color: rgba(154, 4, 75, 0.8) !important;
}

.darkPink .left-bg:after {
    background-color: rgba(154, 4, 75, 0.8) !important;
}

.darkblue .center:after {
    border-left-color: rgba(0, 74, 108, 0.8) !important;
}

.darkblue .left-bg:after {
    background-color: rgba(0, 74, 108, 0.8) !important;
}

.darkPurple .center:after {
    border-left-color: rgba(49, 39, 91, 0.8) !important;
}

.darkPurple .left-bg:after {
    background-color: rgba(49, 39, 91, 0.8) !important;
}

.darkorange .center:after {
    border-left-color: rgba(108, 37, 0, 0.8) !important;
}

.darkorange .left-bg:after {
    background-color: rgba(108, 37, 0, 0.8) !important;
}

.darkgreen .center:after {
    border-left-color: rgba(60, 88, 24, 0.8) !important;
}

.darkgreen .left-bg:after {
    background-color: rgba(60, 88, 24, 0.8) !important;
}


.clearing2021blue .center:after {
    border-left-color: rgba(61,18,205, 0.8) !important;
}

.clearing2021blue .left-bg:after {
    background-color: rgba(61,18,205, 0.8) !important;
}


.pageTitle {
    overflow: hidden;
}

    .pageTitle .innerContainer {
        background-size: cover;
        position: relative;
    }

        .pageTitle .innerContainer .innerWrapper {
            height: 100%;
        }

@media all and (max-width: 1216px) {
    .course-page-2018 #ctl18_bgImage {
        background-image: none !important;
    }
}

@media all and (max-width: 1215px) {
    .course-page-2018 .pageTitle .innerContainer {
        height: auto !important;
    }

    .course-page-2018 #pnlImageSpotlight2018wrapper .spotlights .gs-fromTablet4 {
        width: 100%;
    }
}

@media all and (max-width: 75.99em) {
    .pageTitle .innerContainer .innerWrapper {
        overflow: hidden;
    }
}

.pageTitle .innerContainer .center {
    padding: 2em 50px;
    color: white;
    display: table;
    height: 100%;
}

@media all and (max-width: 35.49em) {
    .course-page-2018 .pageTitle .innerContainer {
        height: auto !important;
    }

        .pageTitle .innerContainer .center, .course-page-2018 .pageTitle .innerContainer .center {
            /*    padding: 1.4em 1em; */
            height: auto;
        }

    .course-page-2018 .pageTitle .innerWrapper {
        height: auto;
    }

    .course-page-2018 .pageTitle .innerContainer .titleWrapper {
        padding-bottom: 0px;
        margin-bottom: 0px;
        display: block;
    }

    .course-page-2018 #courseTitle {
        display: block;
        position: static;
        text-align: center;
        /*padding: 5px 0px;*/
        color: #fff;
    }

    .darkPink.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #9a044b;
    }

    .darkblue.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #004a6c;
    }

    .darkgreen.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #3c5818;
    }

    .darkorange.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #6c2500;
    }

    .darkPurple.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #31275b;
    }

    .green.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #63912e;
    }

    .orange.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #dc580a;
    }

    .pink.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #e0006c;
    }

    .purple.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #521e59;
    }

    .red.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #E5233F;
    }

    .gold.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #FDC94F;
    }

    .apricot.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #F18D88;
    }

    .lightPurple.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #A97EA0;
    }

    .lightOrange.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #FE7247;
    }

    .lightBlue.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #67B8E7;
    }

    .lightGreen.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #9AC331;
    }


    .clearing2021blue.course-page-2018 #toolBarHeader.fixedTop {
        background-color: #3D12CA;
    }

    .course-page-2018 .breadcrumbs {
        width: 100%;
    }

    .course-page-2018 .backgroundImage .innerContainer {
        background-image: none !important;
    }

    .course-page-2018 #toolBar.fixedTop .u-StructureWrapper {
        padding-top: 0px;
    }

    .course-page-2018 #toolBar .u-StructureWrapper {
        padding: 21px 0px;
        padding-top: 10px;
    }

    .course-page-2018 #toolBar #menu {
        margin-left: 1em;
    }

    .course-page-2018 .courseOverview .gs-fromTablet6, .course-page-2018 #courseDetails .gs-fromTablet9, .course-page-2018 .courseCareers .gs-fromTablet7 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .kisModule .vertical {
        width: 100%;
    }

    .course-page-2018 #toolBar #menu a {
        float: left;
        width: 30%;
        font-size: 14px;
        /*trbl*/
        padding: 5px 0px 5px 9px;
        /*padding-top: 5px;
	padding-right: 0px;
	padding-left: 9px;
	padding-bottom: 5px;*/
        margin-right: 0px;
        margin-left: 0px;
        text-align: left;
    }

    .course-page-2018 #toolbar-logo {
        display: none;
    }

    .course-page-2018 #toolBarHeader.fixedTop {
        top: 54px;
        height: 70px;
    }

    .course-page-2018 #toolBar.fixedTop {
        top: 99px;
    }

    .course-page-2018 .innerWrapper .titleWrapper h1, .course-page-2018 .innerWrapper .titleWrapper h1 span {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .course-page-2018 .innerWrapper .titleWrapper h1, .course-page-2018 .innerWrapper .titleWrapper h1 {
        line-height: 20px;
    }

    .course-page-2018 .innerWrapper .titleWrapper h1, .course-page-2018 .innerWrapper .titleWrapper h2 {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    /*.course-page-2018 .courseOverview .gs-fromTablet7,*/ .course-page-2018 .courseEntry .gs-fromTablet7, .courseLogos .gs-fromTablet12, .course-page-2018 .courseFees .gs-fromTablet12, .course-page-2018 .courseCareers .gs-fromTablet7, .course-page-2018 .course-spotlight h1 {
        padding-left: 0px;
    }

    .course-page-2018 #read-more:before {
        width: 100%;
    }
    /*.course-page-2018 #tab-overview1 {margin-top:267px;
	}*/
    .course-page-2018 .courseOverview .courseInfo {
        padding-left: 0px;
        padding-right: 0px;
    }

        .course-page-2018 .courseOverview .courseInfo #courseInfo {
            padding: 10px 30px;
        }

    .course-page-2018 #readmoreContainer {
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .course-page-2018 #openDayRegister, .course-page-2018 #courseEnquiry, .course-page-2018 .apply {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }

    .course-page-2018 #readmoreContainer {
        border: none;
        background: #f8f7f7;
        width: 100%;
    }

        .course-page-2018 #readmoreContainer #readmore {
            text-align: left;
            padding: 10px 0px;
        }

    .course-page-2018 #readmore span.readText {
        font-size: 15px;
    }

    .course-page-2018 .modules {
        padding-left: 10px !important;
        padding-right: 10px;
    }

    .course-page-2018 #readmoreContainer #readmore i {
        display: none;
    }

    .course-page-2018 #readmoreContainer a:before, .course-page-2018 #readmoreContainer a:after {
        display: none;
    }

    .course-page-2018 .courseEntry .gs-fromTablet12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .course-page-2018 .mainBodyText {
        padding-left: 1em;
    }
}

.pageTitle .innerContainer .titleWrapper {
    display: table-cell;
    vertical-align: bottom;
}

span.course-title {
    font-size: 42px !important;
    font-weight: 600 !important;
}

@media all and (min-width: 76em) {
    .pageTitle .innerContainer {
        height: 322px;
    }

    .tallerImage {
        height: 652px !important;
    }

    .moreContent img {
        z-index: 5;
        position: absolute;
        left: 50%;
        margin-left: 222px;
        top: 85%;
    }

    .courseTitle .pageTitle .innerContainer {
        height: 454px;
    }

    .pageTitle .innerContainer .left-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background-color: rgba(195, 21, 50, 0.8);
    }

    .red .pageTitle .innerContainer .left-bg {
        background-color: rgba(195, 21, 50, 0.8);
    }

    .pink .pageTitle .innerContainer .left-bg {
        background-color: rgba(224, 0, 108, 0.8);
    }

    .teal .pageTitle .innerContainer .left-bg {
        background-color: rgba(86, 158, 186, 0.8);
    }

    .purple .pageTitle .innerContainer .left-bg {
        background-color: rgba(82, 30, 89, 0.8);
    }

    .green .pageTitle .innerContainer .left-bg {
        background-color: rgba(99, 145, 46, 0.8);
    }

    .orange .pageTitle .innerContainer .left-bg {
        background-color: rgba(220, 88, 10, 0.8);
    }

    .darkPink .pageTitle .innerContainer .left-bg {
        background-color: rgba(154, 4, 75, 0.8);
    }

    .darkblue .pageTitle .innerContainer .left-bg {
        background-color: rgba(0, 74, 108, 0.8);
    }

    .darkPurple .pageTitle .innerContainer .left-bg {
        background-color: rgba(49, 39, 91, 0.8);
    }

    .darkorange .pageTitle .innerContainer .left-bg {
        background-color: rgba(108, 37, 0, 0.8);
    }

    .darkgreen .pageTitle .innerContainer .left-bg {
        background-color: rgba(60, 88, 24, 0.8);
    }


    .clearing2021blue .pageTitle .innerContainer .left-bg {
        background-color: rgba(61,18,205, 0.8);
    }


    .pageTitle .innerContainer .left-bg:after {
        content: "";
        background-color: rgba(195, 21, 50, 0.8);
        height: 100%;
        width: 80px;
        position: absolute;
        top: 0;
        right: -80px;
        display: block;
    }

    .courseTitle .pageTitle .innerContainer .left-bg:after {
        width: 0;
        right: -120px;
    }

    .pageTitle .innerContainer .center {
        font-weight: 600;
        margin: 0;
        width: 680px;
        padding: 2em 12px 20px 50px;
        position: relative;
    }

    .courseTitle .pageTitle .innerContainer .center {
        width: 600px;
    }

    .pageTitle .innerContainer .center:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: -185px;
        top: 0;
        border-top: 0px solid transparent;
        border-bottom: 322px solid transparent;
        border-left: 185px solid rgba(195, 21, 50, 0.8);
    }

    .hideoverlay:after {
        border-left: 0px solid rgba(195, 21, 50, 0.8) !important;
    }

    .centertallimage:after {
        border-bottom: 652px solid transparent !important;
    }

    .courseTitle .pageTitle .innerContainer .center:after {
        right: -258px;
        border-bottom: 454px solid transparent;
        border-left: 258px solid rgba(195, 21, 50, 0.8);
    }
}

@media all and (max-width: 75.99em) {
    .pageTitle .innerContainer .center {
        width: 100%;
        background-color: rgba(195, 21, 50, 0.8);
    }

    .red .pageTitle .innerContainer .center {
        background-color: rgba(195, 21, 50, 0.8);
    }

    .pink .pageTitle .innerContainer .center {
        background-color: rgba(224, 0, 108, 0.8);
    }

    .teal .pageTitle .innerContainer .center {
        background-color: rgba(86, 158, 186, 0.8);
    }

    .purple .pageTitle .innerContainer .center {
        background-color: rgba(82, 30, 89, 0.8);
    }

    .green .pageTitle .innerContainer .center {
        background-color: rgba(99, 145, 46, 0.8);
    }

    .orange .pageTitle .innerContainer .center {
        background-color: rgba(220, 88, 10, 0.8);
    }

    .darkPink .pageTitle .innerContainer .center {
        background-color: rgba(154, 4, 75, 0.8);
    }

    .darkblue .pageTitle .innerContainer .center {
        background-color: rgba(0, 74, 108, 0.8);
    }

    .darkPurple .pageTitle .innerContainer .center {
        background-color: rgba(49, 39, 91, 0.8);
    }

    .darkorange .pageTitle .innerContainer .center {
        background-color: rgba(108, 37, 0, 0.8);
    }

    .darkgreen .pageTitle .innerContainer .center {
        background-color: rgba(60, 88, 24, 0.8);
    }

    .clearing2021blue .pageTitle .innerContainer .center {
        background-color: rgba(61,18,205, 0.8);
    }

    .hidecolour {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@media all and (min-width: 35.5em) and (max-width: 75.99em) {
    .pageTitle .innerContainer {
        min-height: 200px;
    }

        .pageTitle .innerContainer .center {
            min-height: 200px;
        }

    .courseTitle .pageTitle .innerContainer {
        height: auto;
    }
}

@media print {
    .pageTitle .innerContainer {
        height: auto !important;
    }
}

.pageTitle .innerContainer h1, .pageTitle .innerContainer h2 {
    font-size: 2.125em;
    /* Sarge: problem in firefox with overlay, removed margin to fix*/
    /*margin: 0 0 10px;*/
}

@media all and (max-width: 35.49em) {
    .pageTitle .innerContainer h1, .pageTitle .innerContainer h2 {
        font-size: 1.5em;
    }
}

.pageTitle .innerContainer h1.largeTitle, .pageTitle .innerContainer h2.largeTitle {
    font-size: 3.1875em;
}

.pageTitle .innerContainer h1 span, .pageTitle .innerContainer h2 span {
    line-height: 1;
    display: block;
    font-size: 0.6875em;
}

.courseTitle .pageTitle .innerContainer h1 {
    font-size: 2.5625em;
    font-weight: 600;
}

    .courseTitle .pageTitle .innerContainer h1 span {
        font-weight: 400;
    }

.courseTitle .pageTitle .innerContainer h2 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-size: 1.1875em;
}

.pageTitle .innerContainer h2 {
    font-size: 1.285em;
}

@media all and (max-width: 35.49em) {
    .pageTitle .innerContainer h2 {
        font-size: 1.125em;
    }
}

.padding {
    padding: 30px 0 30px 0;
}
