@import url("https://fonts.googleapis.com/css?family=Raleway:600,700,800|Work+Sans:400,600|Crimson+Text:700,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://use.fontawesome.com/releases/v5.0.10/css/all.css");
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Work Sans", sans-serif;
    color: #394049;
    background-color: #f1f1f1;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.institution-name {
    font-family: "Raleway", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-smooth: always;
    font-weight: 600;
    font-style: normal;
}

p {
    font-size: 1.1em;
    margin: 10px 20px, 0px, 20px;
    -webkit-font-smoothing: antialiased !important;
    line-height: 24px;
    margin: 15px 0 15px 0;
}

h1 {
    color: #309CD8;
    font-size: 1.8em;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h1-sub {
    color: #444;
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 400;
}

.institution-name {
    color: #394049;
    font-size: 1.1em;
    margin-top: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    color: #309CD8;
    font-size: 1.5em;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    color: #309CD8;
    font-size: 1.15em;
    margin-top: 30px;
    font-weight: 700;
    text-transform: none;
}

h4 {
    color: #15506f;
    font-size: 1.15em;
    margin-top: 30px;
    font-weight: 700;
    text-transform: none;
}


ul {
    font-size: 1.1em;
    padding: 0.5em 0.5em 0.5em 1em;
    list-style-type: square !Important;
}

li {
    padding: 0em 0em 0.5em 0em;
}

ol {
    font-size: 1.1em;
    padding: 0.5em 0.5em 0.5em 1em;
}

a:link,
a:visited {
    color: #000;
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 0.97em;
    font-weight: 600;
    color: #394049;
    text-decoration: none;
}

a:active,
a:hover {
    color: #5FB846;
    text-decoration: none;
}

p a:link,
p a:visited {
    display: inline-block;
    border-bottom: 1px solid #5fb846;
    margin-bottom: -1px;
}

ul a:link,
ul a:visited {
    display: inline-block;
    border-bottom: 1px solid #5fb846;
    margin-bottom: -1px;
}

sup {
    font-size: 0.6em;
}

.black {
    color: #394049;
}



/*                                            Layout
******************************************************************/

#courses {
    background-color: white !important;
    padding: 0px 0px 0px 0px !Important;
}

#course-details {
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 0;
}

#course-details img {
    float: right;
    padding: 0px 0 0px 30px;
    margin-bottom: 30px;
}

#course-description {
    float: clear;
    padding-top: 0;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 0;
}



/*                                             Action Buttons
******************************************************************/

.action-buttons .button-primary-1 .button-primary-2 #topnav .action-buttons {
    display: inline-block;
}

#topnav .action-buttons a {
    height: 100px;
    line-height: 100px;
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 16px;
}

.button-primary-1 {
    display: inline-block;
    text-align: center;
    line-height: 70px;
    height: 100px;
    width: 220px;
    color: white !important;
    text-decoration: none;
    background: #5FB846;
    float: right;
}

.button-primary-1:active {
    background-color: #A3A9AC
}

.button-primary-1:hover:active {
    background-color: #A3A9AC
}

.button-primary-1:hover {
    text-decoration: none;
    background: #394049
}

.button-primary-2 {
    display: inline-block;
    text-align: center;
    line-height: 70px;
    height: 100px;
    width: 220px;
    color: white !important;
    text-decoration: none;
    background: #1E2245;
    float: right;
}

.button-primary-2:active {
    background-color: #A3A9AC
}

.button-primary-2:hover:active {
    background-color: #A3A9AC
}

.button-primary-2:hover {
    text-decoration: none;
    background: #394049
}


/*                                            Top Nav
******************************************************************/

.bannerText {
    color: #333;
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 0px;
    font-weight: 100;
    text-align: left;
    padding: 0px 0 0 0px;
    text-transform: uppercase;
}

.nav-item {
    display: none;
    height: 50px;
}

.hero-block {
    height: 270px
}

.hero-block .hero-image {
    position: relative;
    display: block;
    margin-left: 100px;
    height: 100%;
    background-position: top;
    background-size: cover !important;
    padding-top: 100px;
    padding-left: 50px
}

.hero-block .hero-image .hero-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 60px!important;
    font-weight: 800;
    letter-spacing: 4px;
    max-width: 640px;
    margin-bottom: 15px
}

#logo img {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}


/*                                              footer
******************************************************************/

#footer {
    float: left;
    background-color: #444;
    border-top: 5px solid #eee;
    padding: 8px;
    text-align: center;
    width: 100%;
}

#footer p {
    color: #b4b4b4;
}


/*                                              Cancelled overides
******************************************************************/

.cancelled-course {
    color: #aa3420;
    font-size: 1.2em;
    font-weight: 700;
}

.cancelled-course-group {
    color: #aa3420;
    font-size: 1em;
    font-weight: 700;
}


/*                                              Note colour
******************************************************************/

.notecolour {
    color: #309CD8;
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 700;
}

.notecolour2 {
    color: #309CD8;
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 700;
}


#notecolour {
    color: #309CD8;
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 700;
}

#notecolour2 {
    color: #309CD8;
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 700;
}



/*                                              Shaded boxes
******************************************************************/

.shadedbox {
    background-color: #F1F1F1;
    text-align: left;
    margin: 30px 0;
    padding: 8px;
}

.shadedbox-grey {
    background-color: #F1F1F1;
    text-align: left;
    padding: 8px;
}

p.shadedbox {
    color: #000;
}

p.shadedbox-grey {
    color: #000;
}

a:active.shadedbox,
a:hover.shadedbox {
    color: #222;
}


/*                                              Table settings
******************************************************************/

table {
    width: 100%;
    /*border-collapse: collapse;*/
    padding-top: 0px;
    font-size: 1em;
    margin-bottom: 10px;
}

th {
    background: #309CD8;
    color: #FFF;
    padding: 6px;
    text-align: center;
    font-weight: 100;
}

td {
    padding: 6px;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

tr {
    background-color: #ffffff;
}

.highlight {
    background-color: #FFF;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
    color: #444;
}

caption {
    display: none;
}

tr:nth-of-type(even) {
    background: #FFF;
}


/*                                              Collapsible panel overides
******************************************************************/

#accordion-container {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #FFF;
}

.panel-default .panel-heading {
    background-color: #FFFFFF;
    font-family: "Raleway", "Arial", sans-serif;
    margin-bottom: 0;
    padding: 30px 0px;
    cursor: pointer;
    position: relative;
    text-transform: none !important;
    font-size: 16px;
    font-weight: 800;
    padding-left: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 0px;
}

.panel-heading.collapsed {
    background-color: #FFF;
    height: 82px;
}

.panel {
    margin-bottom: 0px;
}

.panel-heading a,
.panel-heading a:visited {
    color: #394049;
    !Important;
    text-decoration: none !Important;
    cursor: pointer;
}

.panel-heading i {
    font-size: 30px;
    color: #333333;
    float: right;
}

.panel-heading.collapsed .fa-chevron:after {
    content: "+";
}

.panel-heading .fa-chevron:after {
    content: "-";
}

.panel-body.in {
    padding: 15px 0px 5px 20px !Important;
}

.panel-body.collapsed {
    height: 0px !Important;
    padding: 0px !Important;
}

.panel li,
{
    text-transform: none !Important;
}


/*                               (screen smaller than 1199px - Small desktops)
******************************************************************/


/*                               (screen smaller than 991px - Tablets)
******************************************************************/

@media screen and (max-width: 990px) {
    #logo img {
        width: 50px;
        height: 50px;
    }
    .nav-item {
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    #topnav .action-buttons a {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .button-primary-1 {
        line-height: 50px;
        height: 50px;
        width: 180px;
    }
    .button-primary-2 {
        line-height: 50px;
        height: 50px;
        width: 180px;
    }
    .hero-block {
        height: 180px
    }
    .hero-block .hero-image {
        margin-left: 50px;
        padding-top: 50px;
        padding-left: 20px
    }
    .hero-block .hero-image .hero-heading {
        font-size: 30px;
    }
}


/*                               (screen smaller than 767px - Phones)
******************************************************************/

@media screen and (max-width: 767px) {
    #courses table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    #courses thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #courses tr {
        border: 1px solid #fff;
    }
    /* Behave  like a "row" */
    #courses td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 37%;
        text-align: left;
    }
    #courses td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
    }
    #courses .highlight {
        background-color: #309CD8;
        color: #fff;
        text-align: left;
        font-weight: 100;
    }

    #courses {
        padding: 0px 0px 0px 0px !Important;
    }
    #course-details {
        padding-top: 30px;
        padding-right: 50px;
        padding-left: 50px;
        padding-bottom: 0;
    }
    #course-description {
        padding-top: 0;
        padding-right: 50px;
        padding-left: 50px;
        padding-bottom: 0;
    }


    
    /*Label the data*/
    #courses td:nth-of-type(1):before {
        content: "Course code:";
    }
    #courses td:nth-of-type(2):before {
        content: "Fee type:";
    }
    #courses td:nth-of-type(3):before {
        content: "Duration:";
    }
    #courses td:nth-of-type(4):before {
        content: "Fees:";
    }
    #courses td:nth-of-type(5):before {
        content: "Start date:";
    }

}


/*                                             Screen smaller than 450
******************************************************************/

@media screen and (max-width: 450px) {
    #courses td {
        padding-left: 42%;
    }
    h1 {
        font-size: 1.3em;
        margin-top: 20px;
        margin-bottom: 0.3em;
        font-weight: 800;
    }
    .institution-name {
        margin-bottom: 15px;
    }
    #footer p {
        font-size: 0.85em;
    }
    #courses {
        padding: 0px 0px 0px 0px !Important;
    }
    #course-details {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    #course-description {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
   
    .bannerText {
        color: #868A90;
        font-size: 1.2em;
        padding-left: 10px;
    }
    #topnav .action-buttons a {
        height: 40px;
        line-height: 40px;
        font-family: "Raleway", "Arial", sans-serif;
        font-size: 12px;
        margin-top: 10px;
    }
    .button-primary-1 {
        line-height: 40px;
        height: 40px;
        width: 50%;
    }
    .button-primary-2 {
        line-height: 40px;
        height: 40px;
        width: 50%;
    }
    .hero-block {
        height: 0px
    }
    .hero-block .hero-image {
        display: none;
        height: 40px;
    }
    .hero-block .hero-image .hero-heading {
        color: #fff;
        font-size: 1px;
        font-weight: 800;
        letter-spacing: 4px;
        padding-top: 10px;
        padding-left: 10px
    }
}


/*                                             Screen smaller than 25em
******************************************************************/

@media screen and (max-width: 25em) {
    #courses td {
        padding-left: 50%;
        /* width: 10em; */
    }
    #courses .highlight {
        border: none;
    }
}