@font-face {
    font-family: 'Lato', Verdana, Helvetica, Helvetica Neue, Arial;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;

}

img {

    max-width: 100%;
    max-height: 100% !important;
    object-fit: contain;
}

body {
    font-family: 'Lato', Verdana, Helvetica, Helvetica Neue, Arial;
    font-weight: 400;
    font-size: 16px;

    color: #574a46;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.widget-hero {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    /* overflow: hidden; */
    margin: 15px auto 0;
    background-image: url("../images/hero-home.jpg");
}

.widget-hero .header-overlay {
    position: absolute;
    top: 30px;
    top: 2.55rem;
    left: 20px;
    left: 1.75rem;
    max-width: calc(100% - 40px);
    max-width: calc(100% - 2.5rem);
}


.widget-hero h1, .widget-hero h2 {
    display: inline;
    position: relative;
    background: none repeat scroll 0 0 #00677f;
    background: none repeat scroll 0 0 rgba(0, 103, 127, 0.85);
    font-size: 30px;
    font-size: 1.95em;
    font-weight: 400;
    line-height: 38px;
    line-height: 2.375rem;
    color: #fff;
    margin: 0 0 0 10px;
    padding: 2px 0 4px 0;
    -moz-box-shadow: 10px 0 0 rgba(0, 103, 127, 0.85), -10px 0 0 rgba(0, 103, 127, 0.85);
    -webkit-box-shadow: 10px 0 0 rgb(0 103 127 / 85%), -10px 0 0 rgb(0 103 127 / 85%);
    box-shadow: 10px 0 0 rgb(0 103 127 / 85%), -10px 0 0 #00677f;
    box-shadow: 10px 0 0 rgb(0 103 127 / 85%), -10px 0 0 rgb(0 103 127 / 85%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.alert-info {
    background-color: #df4b35;
    border-color: #df4b35;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}


.alert-warning {
    background-color: #df4b35;
    border-color: #df4b35;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}

.alert-email {

    background-color: #007c92;
    border-color: #007c92;
    color: #fff;
    font-size: 1em;
    text-align: left;

}

/* Ed Steeds 2021/01/21
Fix the tiles having different heights making gaps in row 2
Also updated home.php

This is my GIT test

*/
.ed-flex-parent {

    display: flex;
    flex-wrap: wrap;
}


.main-login {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../images/hero.jpg");
    min-height: 100px;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    min-height: 780px;
}


@keyframes morph {
    0% {
        background-color: #00abd6;
    }
    25% {
        background-color: #28a745;
    }
    50% {
        background-color: #fd7e14;
    }
    75% {
        background-color: #e83e8c;
    }
    100% {
        background-color: #00abd6;
    }
}


.home-page-news {
    animation: morph 24s infinite;
    color: #fff;
    line-height: 1.6;
    padding: 6px;
}

.home-page-news a {
    color: #fff;
}

.home-page-news p {
    margin: 0;
}

.centered_tile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
}

.centered_tile_80 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

h1.h1 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 2rem;

    position: relative;

}

h1.h1:after {

}

.container-ice {
    max-width: 1200px;
}

.btn-default {
    background: rgb(238, 69, 77);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(237, 27, 36);
}

.ed_red {
    color: rgb(237, 27, 36);
}


.content-next {
    color: rgb(237, 27, 36);
    font-size: .9em;
}

h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;

    position: relative;

}

h2 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 3rem;

}

hr {
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 4px solid #007c92;

}


h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}


label {
    font-weight: 600;
}

.upc {
    text-transform: uppercase;
}

.b-solid-red {
    border-bottom: 1px solid #565656;
}

.bold {
    font-weight: bold;
}

.pb-5 {
    padding-bottom: 5px;
}


#outer-wrapper {
    width: 100%;
    background: white:
}

#wrapper-top {
    margin: 0 auto;
}

.buttons-container {
    padding: 1em 4em 0 0;
    float: right;
}

.breadcrumbs-container {
    padding: 1em 4em 0 0;
    float: left;
}

.site-logo {
    position: relative;
    padding-left: 20px;

    height: 100px;
    margin: 0;
    display: block;
}


/* ---------------------------------- top nav ------------------------------------------*/
#primarynav {
    float: left;
    max-width: 1300px;

    background: #fff;
    margin-top: 30px;
    margin-left: 100px;
}

#primarynav ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#primarynav ul li {
    float: left;
    font-size: 1.3em;
    color: #333;
    padding: 0;
    margin: 0;
}

#primarynav ul li a {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    color: #144EA1;
    font-weight: 500;
    letter-spacing: 2px;
}


#navbar #primary-menu > li.current-menu-item a, #navbar #primary-menu > li a:hover {
    color: #d2700f;
}


#lms-buttons1 {
    display: block;
    border-top: 4px solid #ED1C24;
}

.lms-red {
    color: #d2700f;
}

.lms-dark-gray {
    color: #a0a0a0;
}

.lms-black {
    color: #000000;
}

.bg-white {
    background-color: #fff !important;
}

.bg-lms-red {
    background-color: #565656;
}

.box-lms {
    padding: 20px 30px 30px;
}

.b-black-1 {
    border: solid black 1px;
}

.b-black-2 {
    border: solid black 2px;
}

.b-red-1 {
    border: solid #565656 1px;
}

.b-red-2 {
    border: solid #565656 2px;
}

.b-red-3 {
    border: solid #565656 3px;
}

.b-red-4 {
    border: solid #565656 4px;
}

table tr.highlight td {
    background-color: #fdffa2;
}


.even {
    background-color: #fdffa2;
}


/* =======================================                 navigation styles start here */

header {

    text-align: center;
    border-bottom: 1px solid #144EA1;
    z-index: 999;
    width: 100%;
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;

}

/* changed this from the tutorial video to
   allow it to gain focus, making it tabbable */
.nav-toggle {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
    outline: 5px solid rgba(lightblue, .75);
}

.nav-toggle-label {
    position: absolute;
    margin-left: 1em;
    margin-top: 2.5em;

    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    display: block;
    background: #144EA1;
    height: 4px;
    width: 2em;
    border-radius: 2px;
    position: relative;

}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    position: absolute;
}

.nav-toggle-label span::before {
    bottom: 8px;
}

.nav-toggle-label span::after {
    top: 8px;
}

nav {
    position: absolute;
    height: 22em;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    width: 100%;
    transform: scale(1, 0);
    transform-origin: top;
    border-bottom: 1px solid #144EA1;
    transition: transform 400ms ease-in-out;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    margin-top: 2em;
    margin-bottom: .9em;
    margin-left: 6em;
}

nav a {
    text-decoration: none;
    font-size: 1.2em;
    padding: .4rem;
    color: #48afdb;
    font-weight: 600;

    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

nav a:hover {
    color: #d2700f;
}

.nav-toggle:checked ~ nav {
    transform: scale(1, 1);
}

.nav-toggle:checked ~ nav a {
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms;
}

.logo {
    max-width: 260px;
    grid-column: 2 / 4;
}

@media screen and (min-width: 768px) {

    .col-sm-3, .col-sm-9 {
        padding-left: 2px;
        padding-right: 2px;

    }
}


@media screen and (min-width: 1000px) {
    nav li {
        margin-left: 2em;
        margin-bottom: 0;
    }
}


@media screen and (min-width: 790px) {
    .nav-toggle-label {
        display: none;
    }


    header {
        display: flex;
        align-items: center;
        height: 75px;
    }

    .logo {
        max-height: 74px;
    }

    nav {
    / / all: unset; /* this causes issues with Edge, since it's unsupported */

        /* the following lines are not from my video, but add Edge support */
        position: relative;
        text-align: left;
        transition: none;
        transform: scale(1, 1);
        background: none;
        top: initial;
        left: initial;
        height: 100px;
        border-bottom: 0px;
        /* end Edge support stuff */

        grid-column: 3 / 4;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    nav ul {
        display: flex;
    }

    nav li {
        margin-left: .6em;
        margin-right: .6em;
        margin-bottom: 0;
    }

    nav a {
        opacity: 1;
        position: relative;
    }

    nav a::before {
        content: '';
        display: block;
        height: 5px;
        background: #d2700f;
        position: absolute;
        top: -.75em;
        left: 0;
        right: 0;
        transform: scale(0, 1);
        transition: transform ease-in-out 250ms;
    }

    nav a:hover::before {
        transform: scale(1, 1);
    }
}


.question {
    margin: 10px auto 0;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 600;
}

.question ul {
    list-style: none;
}

.question input[type="checkbox" i] {
    margin: -4px 3px 3px 4px;
    transform: scale(1.6);
}

.question p {
    display: inline;
}

.mcq-question h2 {
    padding: 10px;
    color: white;
    background-color: #144EA1;
    margin: 0;
}

.question {
    margin: 10px auto 0px;
    padding: 5px;
    text-align: left;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 600;
}

.mcq-question a {
    color: white;
}

.mcq-question {
    border: 0px
}


/* =====================           NEW      navigation styles ENDS here */


.navbar {

    font-size: 18px;
    color: #000;
    border-radius: 0;
    margin-bottom: 0;
    height: 54px;
    margin-top: 20px;
}

.navbar a {
    display: block;
    padding: 8px 24px 10px 10px;
    font-weight: bold;
    border-right: 1px solid #cfcfcf;
    background: #fff;
    text-decoration: none;
    border-top: 4px solid #ED1C24;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.navbar a.on {
    background: #fff;
    border-top: 4px solid #ED1C24;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}


.tabs .nav > li > a:focus, .tabs .nav > li > a:hover {
    border-top: 0;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle {
    float: left;
    margin-left: 20px;
}

.header {
    height: 110px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

.login-container {

    height: 110px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container h3 {
    color: #574a46;

}

#header-lms {
    width: 100%;
    float: left;
    background: white;
    border-bottom: 1px solid lightgray;
    display: flex;
}

#lms-logo {
    float: left;
    margin: 0;
}

#lms-logo a img {
    outline: none;
    border: none;
    background: transparent;
    text-decoration: none;
}


.logo-container {
    padding: 0 0;
    float: left;
}

.logo-container .logo, .logo-container .descriptor {
    display: inline-block;
    vertical-align: bottom;

    float: left;
    padding-left: 18px;
}

.logo-container .descriptor {
    margin-left: 30px;
}

.logo-container .descriptor span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


.site-logo__link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.login-form {
    margin: 0 auto;
    background: #ffffffc6;
    padding: 30px;
    font-size: 17px;
}

.max300 {
    max-width: 300px !important;
}

.max700 {
    max-width: 700px;
}

.max800 {
    max-width: 800px;
}

.login-details {
    margin-top: 20px;
    margin-bottom: 50px;

}

.login-details h3 {
    font-size: 23px;
    padding-bottom: 15px;
    border-bottom: 2px solid #565656;
}

/* Validation */
.parsley-errors-list {
    margin-top: 4px;
    padding: 0;
}

.parsley-errors-list li {
    padding: 0;
    list-style: none;
    color: #cc0000;
}

.parsley-error {
    border: 2px solid #c00 !important;
}

#login .parsley-errors-list {
    display: none;
}

/* Breadcrumbs */
#breadcrumbs-block #breadcrumbs {

    padding: 0px 0 18px;
}

#breadcrumbs-block #breadcrumbs ul, .breadcrumbs-case-studies ul {
    list-style-type: none;
    margin: 0;
}

.breadcrumbs-case-studies ul {
    padding: 0;
}

#breadcrumbs-block #breadcrumbs ul li, .breadcrumbs-case-studies ul li {
    float: left;
    padding-right: 8px;
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

#breadcrumbs-block #breadcrumbs ul li.first {
    margin-top: 0;
}

#breadcrumbs-block #breadcrumbs ul li.first:nth-child(2) a {
    width: 45px;
    height: 36px;
    margin-top: -8px;
    display: block;
}

#breadcrumbs-block #breadcrumbs ul li.first a {
    text-decoration: none;
    margin-top: 0;
}

#breadcrumbs-block #breadcrumbs ul li a, .breadcrumbs-case-studies ul li a {
    color: #000;
}

#breadcrumbs-block #breadcrumbs ul li:before {
    background: transparent url("../images/icon-arrow.svg") no-repeat;
    content: "";
    float: left;
    height: 10px;
    margin: 6px 6px 0 0;
    width: 7px;
}

#breadcrumbs-block #breadcrumbs ul li.first:before {
    background: transparent url("") no-repeat;
    content: "";
    float: left;
    height: 10px;
    margin: 6px 6px 0 0;
    width: 7px;
}

#breadcrumbs-block #breadcrumbs ul li:last-child {
    font-weight: bold;
}

.breadcrumbs-case-studies {
    color: #000000;
    font-weight: bold;
}

.breadcrumbs-case-studies ul li.next:before {
    background: transparent url("../images/icon-arrow.svg") no-repeat;
    content: "";
    float: left;
    height: 10px;
    margin: 6px 6px 0 0;
    width: 7px;
}

/* Main */
.banner {
    background-image: url(../images/banner-dl.jpg);
    height: 400px;
    background-size: cover;
    position: relative;
}

.banner-hs {
    background-image: url(../images/banner-hs.jpg);
}

/*#iceCarousel, #iceCarousel .item {
    margin-top:150px;
	padding-top:3px;
	height: 100px;
}

#iceCarousel .item {
    margin-top:80px;
    height: 130px;
    background-color: gray;
    padding-bottom: 15px !important;
}*/

#iceCarousel {
    height: 400px;
}

#iceCarousel .item {
    margin-top: 80px;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.7);
}


#iceCarousel h3 {
    font-size: 25px;
}

.carousel-caption {
    bottom: 0;
    left: 20%;
    right: 20%;
}

.carousel-caption h3 {
    color: #000;
    text-shadow: 0 0 0;
}

.carousel-inner {
    margin-top: 100px;
}

.carousel-indicators li {
    border-color: #000;
}

.carousel-indicators li.active {
    background-color: #000;
}

@media screen and (min-width: 868px) {
    .carousel-indicators {
        bottom: 189px;
        visibility: visible;
    }
}

.banner .box {
    width: 390px;
    height: 190px;
    background-color: rgba(210, 112, 15, 0.9); /*rgba(75,127,140,0.7);*/
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 160px;
    left: 50px;
    padding: 30px;
}

.banner h1 {
    font-size: 32px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 1rem;

}

.banner-headline {
    color: #fff;
}

.banner-headline h1 {
    font-size: 48px;

    color: white;
    font-weight: 300;
    line-height: 1.13208;
}

.banner-headline p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;

}


.banner-headline a {
    color: #fff;
}

.banner-headline :before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.banner .box h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
}

.banner .box p {
    font-style: italic;
}

.main {
    background: #F4F4F4;
    min-height: 100px;
    z-index: -1;
}

.programme-box {
    min-height: 385px;
    box-shadow: 5px 5px 5px #AAAAAA;
    border-radius: 20px;
}

.block-content {
    background-color: #ffffff;
}

.block-content .body {
    padding: 15px 9px 10px 9px;
    min-height: 130px;
    border: 1px solid #fff;
}

.pic {
    height: 190px;
    background-image: url(../images/pl.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.my-programme .pic {
    background-size: cover;
    border-radius: 2px;
}

.corner-text-wrapper {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    clip: rect(0px, 100.421px, 55.7107px, 0px);
    height: 70px;
    position: absolute;
    right: -20.7107px;
    top: -39.73px;
    width: 91.421px;
    z-index: 1;
}

.corner-text {
    color: white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 25px;
    top: 27px;
    background-color: #565656;
    display: block;
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.corner-text span {
    position: relative;
    top: 5px;
    left: 20px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.exam-corner-text-wrapper {
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
}

.exam-corner-text {
    right: 0px;
    top: 0px;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #007c92;
    padding: .4em;
}

.normal-text {
    font-size: 16px;
}

.pic2 {
    background-image: url(../images/bridge.jpg);
}

.pic3 {
    background-image: url(../images/nuclear.jpg);
}

.pic4 {
    background-image: url(../images/highway.jpg);
}

.programme-details {
    background-color: #fff;
    min-height: 300px;
    padding: 30px;
    padding-top: 20px;
}

.programme-content {
    background-color: #fff;
    padding: 20px;
}

.courses-details {
    background-color: #fff;
    padding: 15px;
    font-size: 13px;
    margin-bottom: 20px;
}

.courses-details table td {
    border-bottom: 1px solid #ddd;
}

.courses-details table {
    border-collapse: collapse;
}

.top-table td {
    border: 0 !important;
    font-size: 15px;
}

.top-table {
    font-weight: bold;
}

.courses-details caption {
    font-size: 15px;
}

.flex {
    display: flex;
}

.hide-this {
    display: none;
}

.programme-content h2 {
    font-size: 20px;
    margin-top: 0;
}

.content-image img {
    width: 100%;
}

#content_title h1 {

    line-height: 1em;
    color: #144EA1;
    margin-bottom: 15px;
    margin-top: 0;
}

#content .content-body {
    padding: 20px;
    padding-top: 50px;
}

.content-body {
    padding-top: 1em;
}

.videoEmbed {
    text-align: center;
}

/*
a[href$='.doc'], a[href$='.docx'] {
    background: transparent url(../images/icons/icon_word.gif) center right no-repeat;
    padding-left: 18px;
}
a[href$='.xls'], a[href$='.xlsx'] {
    background: transparent url(../images/icons/icon_excel.gif) center right no-repeat;
    padding-left: 18px;
}
a[href$='.pdf'] {
    background: transparent url(../images/icons/icon_pdf.gif) center left no-repeat;
    padding-left: 18px;
}

a[href$='.zip'] {
    background: transparent url(/images/content/icon_zip.gif) center left no-repeat;
    padding-left: 18px;
}
*/
a.noBg {
    background: transparent url() center left no-repeat;
    padding-left: 0;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3c4754;
    font-size: 1.4rem;
}

.truncate-title {
    /*height: 50px; use to match the description rows */
    overflow: hidden;
    text-overflow: ellipsis;
}

.wall-image {
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.nav-pills > li + li {
    margin-left: 0px;
    border-left: 4px solid white;
}

.nav-pills > li {
    float: left;
    width: 33.33%;
    border-radius: 0;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.nav-pills > li.active {
    background-color: #d2700f;
    color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background: transparent;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #000;
}

.nav-pills > li > a:hover {
    color: #d2700f;
    background: transparent;
}

.tabs {
    margin-top: 20px;
}

.programme-description {
    margin-top: 20px;
    font-size: 18px;
}

.programme-lo .lo {
    background-color: #f0f3f5;
    border-top: 4px solid #d2700f;
    min-height: 200px;
    padding: 20px;
}

.panel-group {
    margin-top: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #ECEAE6;
}

.panel-default {
    border-color: #ECEAE6;
    border-left: 4px solid #ECEAE6;
    background-color: #ECEAE6;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ECEAE6;
    border-color: #ECEAE6;
    border-radius: 0;
    padding: 20px;
}

.search-box .panel-default > .panel-heading {
    padding: 10px;
}

.search-box .panel-title {
    font-size: 14px;
}

.search-box .panel-title .module-content-item-visited {
    font-size: 20px;
}

.search-box .module-content-item-link {
    font-size: 13px;
}

.search-box .module-content-item-visited {
    font-size: 18px;
    width: 26px;
}

.search-box .module-content-item {
    background: #fff;
}

.search-box .panel-default:hover {
    border-left: 4px solid transparent;
}

.search-box .panel-default.current {
    border-left: 4px solid #d2700f;
}

.panel-default:hover {
    border-left: 4px solid #d2700f;
    background-color: #f0f3f5;
}

.panel-default > .panel-heading:hover {
    background-color: #f0f3f5;
}

.panel-collapse.collapse.in .panel-body {
    background-color: #f0f3f5;
}

.programme-lo .lo p {
    font-size: 18px;
}

.programme-lo .lo ul {
    font-size: 16px;
    line-height: 1.5em;
}

.free-course-tag {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 24px;
    color: #d2700f;
}

.free-statement-block {
    color: #262626;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 5px 0 5px 56px;
    position: relative;
    width: 200px;
    float: right;
}

.panel-body {
    padding: 0;
}

.module-content {
    width: 100%;
}

.module-content-item a {
    color: inherit;
}

.module-content-item {
    padding-left: 30px;
    border-top: 1px solid #fff;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-box .module-content-item {
    padding-left: 10px;
    border-bottom: 1px solid gray;
}

.search-box .module-content-item.current {
    padding-left: 10px;
    border-bottom: 1px solid gray;
    background-color: #f0f3f5;
}

.module-content-item-link {
    float: left;
    width: 80%;
}

.module-content-item-visited {
    width: 36px;
    margin-top: -5px;
    float: right;
    font-size: 22px;
    color: #565656;
}

.download-icons {
    font-size: 50px;
}

.word-icon {
    color: #3498db;
}

.pdf-icon, .star-icon {
    color: #df4b35;
}

.star-icon {
    font-size: 25px;
}

.sm-icon {
    font-size: 11px;
}

.full-bg {
    background-color: #565656;
    color: #fff;
}

input[type='search'] {
    border: 1px solid #565656;
}


.full-bg.filter-top-header h2 a {
    background-color: #565656;
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}

.my-prog-status {
    top: 160px;
    width: 100%;
    position: absolute;
}


.panel-title .module-content-item-visited {
    width: 17px;
    margin-top: -3px;
    float: right;
    font-size: 25px;
    color: #565656;
}

.progress {
    margin-bottom: 12px;
}

.progress-bar {
    background-color: #d2700f;
}

/* Ed Steeds 2021/01/21
.subject-name {
    font-size: 16px;
    margin: auto auto;
    font-weight: 600;
    text-align: left;
    padding: 0 0 10px 0px;
    height: 30px;
    border-bottom: 2px solid #DDDAD5;
    color: #565656;
} */
.block-content .desc {

}

.block-content .desc p {
    font-size: 14px;
    color: #3D393A;
    line-height: 1.3;
    margin: 0 auto;
    text-align: left;
    text-shadow: 0 0.2px 0;
    padding: 0 5px 15px 0px;
    max-height: 100px;
}

.box-info {
    background: #d2700f;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 30px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.desc .content-title {
    display: block;
    margin: 0;
    padding: 5px 5px 7px 0;
    font-weight: 600;
    font-size: 18px;
    color: #143fa5;
}

.content-text {
    font-size: 14px;
    color: #3D393A;
    line-height: 1.3;
}

.content-title a {
    color: #143fa5;
    text-decoration: none;
    cursor: pointer;
}

.content-title a:hover {
    color: #d2700f;
    text-decoration: none;
}

.box-bottom {
    border-top: 1px solid #565656;
    padding-top: 11px;
}

.box-bottom .type {
    float: left;
    padding: 0px 0 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.box-bottom .hours {
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #312e2e;
    width: auto;
    text-align: right;
    position: relative;
    padding-top: 4px;
    padding-left: 17px;
}

.box-bottom .hours:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    left: -5px;
    top: 2px;
    margin-left: -5px;
    background: transparent url(../images/icon-clock.svg) no-repeat 50% 50%;
    background-size: 20px;
}

.filter-header .hours-icon {
    width: 40px;
    height: 40px;
    background: transparent url(../images/icon-clock.svg) no-repeat 50% 50%;
    background-size: 35px;
    float: left;
    color: #565656;
}

.filter-header .hours, .filter-header .level, .filter-header .ratings {
    font-size: 18px;
    margin-top: 10px;
}

.ratings {
    margin-top: 20px;
}

.filter-header .hours-text, .filter-header .level-text {
    display: inline-block;
    padding-top: 7px;
    margin-left: 10px;
}

.filter-header .level-text {
    display: inline-block;
    padding-top: 11px;
    margin-left: 0;
    margin-right: 5px;
}

.filter-header .level-icon {
    display: inline-block;
    background: #d2700f;
    color: #fff;
    height: 30px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

.panel-type {
    min-height: 210px;
    background-color: #d2700f;
    margin-bottom: 20px;
}

.panel-type h3 {
    font-size: 23px;
}

.panel-desc {
    padding: 20px;
    color: #fff;
    padding-left: 0;
    font-size: 1em;
    font-weight: 400;
}

.panel-icon {
    padding: 10px;
    padding-left: 20px;
    font-size: 40px;
    color: #d2700f;
}

.panel-desc h3 {
    font-weight: 600;
}

.subject-topics {
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px 25px;
    color: #000;
}

.search-box {
    min-height: 100px;
    padding: 6px 15px;
}

.uni-statement-text {
    float: left;
    width: 70px;
}

.fa-university {
    font-size: 40px;
    display: block;
    float: left;
    width: 55px;
}

#refine-reset-btn {
    background: #cdcbc7;
    border-radius: 5px;
    border: 1px solid #a0988f;
    float: right;
    padding: 5px 15px;
    text-transform: none;
    color: #000;
}

.filter-top-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-top-header h2 {
    float: left;
    margin-top: 8px;
    font-size: 18px;
    color: #143fa5;
    font-weight: bold;
}

.filter-header {
    border-top: 1px solid #000;
    margin-bottom: 10px;
}

.filter-header h3 {
    margin: 0;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 16px;
    color: #143fa5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.filter-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-results {
    font-size: 60px;
    color: #565656;
}

.no-results-text {
    font-size: 20px;
    text-align: center;
}

.review {
    border-top: 1px dashed #d2700f;
}

.review-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}

.review-user {
    font-weight: bold;
    color: #d2700f;
}

.review-date {
    color: #d2700f;
}

.review-avatar {
    font-size: 50px;
    margin-top: 15px;
    color: #d2700f;
}


.f-w {
    color: white !important;
}

.gray {
    background-color: #00abd6;
}

.gray:hover {
    background-color: #565656;
}

.darkgray {
    background-color: rgb(165, 165, 165);
}

.darkgray:hover {
    background-color: rgba(165, 165, 165, 0.9);
}

.blue {
    background-color: #4d72be;
}

.blue:hover {
    background-color: rgba(77, 114, 190, 0.9);
}

.orange {
    background-color: #df8244;
}

.orange:hover {
    background-color: rgba(223, 130, 68, 0.9);
}

.green {
    background-color: rgb(126, 171, 85);
}

.green:hover {
    background-color: rgba(126, 171, 85, 0.9);
}

.lightgreen {
    background-color: rgb(26, 188, 156);
}

.lightgreen:hover {
    background-color: rgba(26, 188, 156, 0.9);
}

.yellow {
    background-color: rgb(246, 193, 67);
}

.yellow:hover {
    background-color: rgba(246, 193, 67, 0.9);
}

.r-ctn {
    position: absolute;
    margin-top: 0;
    bottom: 0px;
    right: 15px;
}

.tile p {
    color: #fff;
}

.tile {
    height: 210px;
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #fff;
    border-radius: 20px;
}

.tile h3 {
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tile .links a {
    color: #000000;
    font-size: 17px;
}

.font55 {
    font-size: 55px;
    color: #3C4754;
    position: absolute;
    top: 58px;
    right: 20px;
}

.top80 {
    margin-top: 80px;
}

.top75 {
    margin-top: 75px;
}

/* Footer */

.bottom-border:before, .top-border:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 100%;
    background: #565656;
    z-index: 400;

}

footer .footer-menu {
    background: #565656;
    color: fff;
    padding: 0;
    height: 10px;
}

#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

#footer-menu > li {
    float: left;
    width: 20%;
    padding: 0;
}

.footer-main {
    background-color: #565656;
    color: #fff;
}

#footer-menu > li > a {
    margin: 0;
    font-weight: 500;
}

.footer-main a {
    color: #fff;
    text-decoration: none;
}


.top-footer {

    padding: 20px 0;
}

.footer-content {
    width: 0;
}

.footer-content {
    float: left;
    width: 20%;
}

.bottom-footer {
    padding: 50px 0 0;
}

.footer-menu-wrapper {
    width: 97%;
}

.footer-menu-wrapper {
    float: right;
    width: 76%;
    line-height: 1.8;
}

#footer-menu:after {
    content: '';
    display: block;
    clear: both;
}

footer .footer-links {
    background: #115f62;
}

.clear {
    clear: both;
    width: 100%;
    display: block;
}

.footer-bottom {
    background-color: #3A3A3A;
    color: #fff;
    font-size: 11px;
    height: 200px;
    padding-left: 5%;
    padding-right: 10%;
}

.site-info {
    padding: 10px 0 28px;
    height: 100px;
}

.tf-section {
    float: left;

    padding: 4px 40px;
}

.site-info:after {
    content: '';
    display: block;
    clear: both;
    display: inline;
}

.si-logo img {
    max-width: 90px;
}

.si-logo {
    padding-left: 0;
    width: 19%;
}

#footer-menu ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.si-site-info {
    width: 80%;

}

footer, footer a, footer a:hover {
    color: #ffffff;
}


footer ul {
    list-style: none;
}

footer .footer-menu ul.widget-list-chevron > li {
    font-size: 15px;
}

footer h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    margin: 0 0 10px;
}

ul.widget-list-chevron {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.widget-list-chevron li {
    line-height: 19px;
    margin: 5px 0 10px;
    padding-left: 20px;
}

.footer-links a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

footer .footer-links .col-sm-9 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-links .col-sm-9 ul > li {
    display: inline;
    font-size: 14px;
}

footer .footer-links .col-sm-9 ul > li a {
    float: left;
    margin: 10px 0;
    padding: 3px 15px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

footer .footer-links .col-sm-9 ul > li a:hover, footer .footer-links .col-sm-9 ul > li a:active {
    background: #d2700f;
    text-decoration: none;
}

ul.widget-list-social-media li a, ul.widget-list-portal li a {
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}

footer .footer-links ul.widget-list-social-media, footer .footer-links ul.widget-list-portal {
    text-align: right;
    margin: 5px 0;
}

footer .footer-copyright p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif, 'Segoe UI';

}

footer .footer-copyright {
    padding: 30px 0 10px 0;
    background: #565656;
    height: 100px;

}


.site-width {
    width: 95%;
    max-width: 1366px;
    margin: 0 auto;
}


.container-footer {

    background: #565656;

}

footer ul.footer-logo-list {
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

footer ul.footer-logo-list > li {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
}

.top-footer:after {
    content: '';
    display: block;
    clear: both;
}

.tf-links {
    padding: 0;
}

.tf-section {
    float: left;
}


footer ul.footer-logo-list > li a.logo-ttl {
    background: url("../images/footer-logo-ttl.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0);
    width: 123px;
    height: 61px;
}

footer ul.footer-logo-list > li a.logo-ice {
    background: url("../images/footer-logo-ice.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0);
    width: 102px;
    height: 64px;
}

ul.footer-logo-list > li a.logo-benFund {
    background: url("../images/ice-benevolent-fund-logo-64.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0);
    width: 80px;
    height: 80px;
}

footer ul.footer-logo-list > li [class^="logo-"] {
    position: relative;
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: top;
    white-space: nowrap;
}

.footer-font {
    color: #fff;

}


.banner_paragraph {
    padding-top: .6em;
    color: #fff;
    font-size: 1em;
    font-weight: 300;

}

.banner_paragraph ul {
    padding-top: .6em;
    color: #fff;
    font-size: 1em;
    font-weight: 300;

}

.banner_paragraph a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;

}


.banner_li {
    color: #fff;
    font-size: 1em;
    font-weight: 300;

}

.full-screen .modal-dialog {
    width: 95%;
}

.full-screen-preview .modal-dialog {
    max-width: 1100px;
}

.full-screen-slide .modal-dialog {
    max-width: 933px;
}

.cke {
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

/* Validation */


/* helper */
.top5 {
    margin-top: 5px;
}

.top9 {
    margin-top: 9px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top180 {
    margin-top: 128px;
}

.top12 {
    margin-top: 12px !important;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom0 {
    margin-bottom: 0;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom55 {
    margin-bottom: 55px;
}

.p10 {
    padding: 10px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.right5 {
    margin-right: -5px;
}

.left5 {
    margin-left: -5px;
}

.left0 {
    margin-left: 0;
}

.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.right30 {
    padding-right: 30px;
}

.right20 {
    margin-right: 20px;
}

.gutter30 {
    margin-left: 30px;
    margin-right: 30px;
}


.height10 {
    height: 10px;
}

.height150 {
    min-height: 150px;
}

.height200 {
    min-height: 200px;
}

.height400 {
    min-height: 400px;
}

.height500 {
    min-height: 500px;
}

.width48 {
    width: 48%;
}

.width100 {
    width: 100%;
}

.width200 {
    width: 200px;
}

.width100px {
    width: 100px;
}

.w-30 {
    width: 30px;
}

.w-50 {
    width: 50px;
}

.w-70 {
    width: 70px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.font-xs {
    font-size: 12px;
    margin-top: -3px;
}

.font16 {
    font-size: 16px;
}

.border-bottom {
    border-bottom: 1px solid #d2700f;
}

.border-top {
    border-top: 1px solid #d2700f;
}

.btn-ice {
    background: #d2700f;
    color: #fff;
    text-transform: uppercase;
    padding-left: 3em;
    padding-right: 3em;
}

.btn-ice:hover {
    color: #fff;
    background: #d2700f;
    opacity: 0.8;
}

.btn-ice:active, .btn-ice:focus, .btn-ice-turq:active, .btn-ice-turq:focus {
    color: #fff;
}

.btn-ice-turq {
    background: #1abc9c;
    color: #fff;
    text-transform: uppercase;
    padding-left: 3em;
    padding-right: 3em;
}

.btn-ice-turq:hover {
    color: #fff;
    background: #1abc9c;
    opacity: 0.8;
}

.pointer:hover {
    cursor: pointer;
}

.edit-trigger {
    float: right;
    margin-top: -40px;
    cursor: pointer;
    color: rgb(237, 27, 36);
}

.edit-trigger a {
    color: rgb(237, 27, 36);
}

#content_title {
    border-bottom: 1px solid rgb(237, 27, 36);
}

#content_title h2 {
    font-size: 20px;
    margin-top: 0;
    color: rgb(237, 27, 36);
}

.mw-100 {
    max-width: 100px;
}

.pager-wrapper {
    margin-left: 15px;
}

.pagination {
    border-radius: 0px !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #565656;
    border-color: white;
    border: 0 none;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: gray;
    border: 0 none;
}

.disabledModule {
    position: relative;
    color: #808080 !important;
}

.disabledModule div, .disabledModule h3, .disabledModule p {
    color: #808080 !important;
}

.disabledModuleOverlay {
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Module Library*/
.desc .tile-bg {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.lnk-edit-mlbundle {
    display: none;
}

.show-edit-mlbundle {
    position: relative;
    width: 100%;
}

.show-edit-mlbundle:hover .lnk-edit-mlbundle {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    margin-top: 3px;
}

/* gritter */

.gritter-item-wrapper.primary {
    background: #28a745;
}

.gritter-item-wrapper.success, .badge-success {
    background: #28a745;
}

.gritter-item-wrapper.info {
    background: #4aa3df;
}

.gritter-item-wrapper.warning, .badge-warning {
    background: #f16e3f;
}

.gritter-item-wrapper.danger, .badge-danger {
    background: rgb(237, 27, 36);
}

.gritter-item-wrapper.prusia {
    background: #3d566d;
}

.gritter-item-wrapper.dark {
    background: #23262b;
}

/* colours */

.iceMainGreenBg {
    background: #007c92 !important;
    color: #fff;
}

.iceMainRedBg {
    background: #df4b35 !important;
    color: #fff;
}

.iceGreenBg {
    background: #99cd53 !important;
    color: #fff;
}

.iceFAbadge {
    color: #fff;
    font-size: 1.6em;
}

.iceBlueBg {
    background: #3498db !important;
    color: #fff;
}

.iceOrangeBg {
    background: #d2700f !important;
    color: #fff;
}

.iceTurqBg {
    background: #1abc9c !important;
    color: #fff;
}

.iceRedBg {
    /*background: rgb(237, 27, 36) !important;*/
    background: #565656;
    color: #fff;
}

.lmsDarkGreen {
    background-color: #565656;
    color: #fff;
}

.lmsGreen {
    background-color: #565656;
    color: #fff;
}

.lmsLightGreen {
    background-color: #7ebc56;
    color: #fff;
}

.lmsLighterGreen {
    background-color: rgba(126, 188, 86, 0.36);
}

.lmsGray {
    background-color: #808080;
    color: #fff;
}

.lmsLightGray {
    background-color: #e4e4e4;
}

.bb-green {
    border-bottom: 2px solid #565656;
}

.bb-gray {
    border-bottom: 2px solid gray;
}

.bb-light-green {
    border-bottom: 2px solid #7ebc56;
}

.lms-green {
    color: #565656;
}

.iceRedBg:hover {
    color: #fff;
}

.iceMainGreen {
    color: #d2700f;
}

.iceGreen {
    color: #99cd53;
}

.iceBlue {
    color: #48afdb;
}

.iceOrange {
    color: #d2700f;
}

.iceTurq {
    color: #1abc9c;
}

.iceRed {
    color: #e74c3c;
}

.alert-warning .loading {
    text-align: center;
}

.row.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.p-10 {
    padding: 10px;
}

.p-10-5 {
    padding: 10px 5px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-05 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-15 {
    padding-right: 15px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

/* media */

@media screen and (max-width: 991px) {
    #iceCarousel, #iceCarousel .item {

    }

    .carousel-indicators {
        visibility: hidden;
    }

    .gutter15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    ul.nav.navbar-nav {
        margin-top: 0;
        position: relative;
        z-index: 2;
        background-color: #d2700f;
    }
}

@media screen and (max-width: 767px) {

    .row {
        margin-left: 1px;
        margin-right: 1px;
    }

    .my-prog-status {
        top: 130px;

    }


    .tile {
        height: 180px;
    }

    .tile h3 {
        padding-top: 20px;
        padding-left: 20px;
    }

    .indent {
        padding-left: 20px;
    }

    .programme-box {
        min-height: 433px;
        box-shadow: rgb(170, 170, 170) 0px 0px 0px;
        border-radius: 20px;
    }

    .font55 {
        top: 20px;

    }

    .content-text {
        font-size: 14px;
        color: #3D393A;
        line-height: 14px;
    }

    .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-sm-12 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .col-sm-9, .col-sm-3 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .breadcrumbs-container {
        display: none;
    }

    .col-sm-12 {
        width: -webkit-fill-available;
    }


    .col-xs-12 {
        width: -webkit-fill-available;
    }

    .search-box {
        margin-top: 20px;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .full-screen .modal-dialog {
        width: 95%;
    }

    .full-screen-preview .modal-dialog {
        width: 100%;
    }

    .full-screen-slide .modal-dialog {
        max-width: 100%;
    }

    .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        border-radius: 0;
        box-shadow: none;
    }

    .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 50px;
        padding: 10px;
        background: #144EA1;
        border: 0;
        z-index: 999;
    }

    .modal-title {
        font-weight: 600;
        font-size: 1.3em;
        color: #fff;
        line-height: 1.6em;
    }

    .modal-body {
        position: absolute;
        top: 25px;
        bottom: 10px;
        width: 100%;
        font-weight: 300;
        overflow: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .modal-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60px;
        padding: 10px;
        background: #144EA1;
    }


    .mcq-question h2 {
        padding: 10px;
        color: white;
        background-color: #144EA1;
        margin-top: 0;
    }

    .mcq-question a {
        color: white;
    }

    .mcq-question {
        border: 1px solid lightgray
    }


    .refine {
        margin-left: -30px;
        margin-right: -30px;
    }

    .refine20 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .card {
        margin-left: -25px;
        margin-right: -25px;
    }

    .my-programme {
        margin-left: 0px;
        margin-right: 0px;
    }

    .block-content .desc {
        height: 170px;
    }

    .my-programme .pic {
        background-size: cover;
    }


    .tabs .nav.nav-pills a {
        font-size: 13px;
    }

    .banner {
        height: 240px;
        display: none;
    }

    #iceCarousel {
        display: none;
    }
}

/* home */

.card {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    transition: box-shadow .4s ease, opacity 1.2s ease, transform 1.2s ease;
}

.card__img {
    min-height: 1px;
    transition: transform .4s ease;

    background-size: cover;
}

.card__img-holder {
    width: 100%;
    overflow: hidden;
    max-height: 200px;
}

.card + .on-focus, .card:hover {
    box-shadow: 0 2px 14px 0 hsla(235, 8%, 67%, .7);
}

.card + .on-focus .card__img, .card:hover .card__img {
    transform: scale(1.1);
}

.card.block-content .body {
    border: 0 none;
    color: #fff;
    position: relative;
}

.card .h3 {
    font-size: 1.8rem;
    margin-top: 2px;
    display: inline-block;
    color: #143fa5;
    font-weight: 600;
}

.block-content .card__content.body {
    padding: 1rem;
}


.tile-1 {
    background: #F4F4F4;
}

.tile-1 .card__content:before {
    background: #565656;
}

.tile-2 {
    background: #F4F4F4;
}

.tile-2 .card__content:before {
    background: #24538f;
}

.tile-3 {
    background: #F4F4F4;
}

.tile-3 .card__content:before {
    background: #7ebc56;
}

.tile-4 {
    background: #F4F4F4;
}

.tile-4 .card__content:before {
    background: #3c4b54;
}

.tile-5 {
    background: #F4F4F4;
}

.tile-5 .card__content:before {
    background: #bccbd5;
}

.tile-6 {
    background: #F4F4F4;
}

.tile-6 .card__content:before {
    background: #83929b;
}


.tile-7 {
    background: #F4F4F4;
}

.tile-7 .card__content:before {
    background: #83929b;
}


.tile-8 {
    background: #F4F4F4;
}

.tile-8 .card__content:before {
    background: #83929b;
}


th.rotate {
    height: 350px;
    white-space: nowrap;
}


.col-blue {
    color: #143fa5;
}


th.rotate > div {
    transform: translate(8px, 19px) rotate(270deg);
    width: 0px;
}

th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

/* linear-gradient(180deg,#009a47 33.333%,#7ebc56 0,#7ebc56 66.666%,#b0c954 0,#b0c954) */
td.bg-shade-0 {
    background-color: #fff;
}

td.bg-shade-1 {
    background-color: rgba(128, 188, 87, 0.20)
}

td.bg-shade-2 {
    background-color: rgba(128, 188, 87, 0.43)
}

td.bg-shade-3 {
    background-color: #7ebc56;
}

td.bg-shade-4 {
    background-color: #009a47;
    color: #fff;
}

td.bg-shade-5 {
    background-color: #565656;
    color: #fff;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}


.calendar-cc tr.active td {
    background-color: #fafba0 !important;
}

.calendar-cc td:hover {
    cursor: pointer;
}

.calendar-cc-wrapper {
    padding: 10px 20px;
    padding-bottom: 20px;
}

.calendar-cc-wrapper h3 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.calendar-cc-wrapper h2 {
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.calendar-cc-wrapper .alert {
    font-size: 14px;
    padding: 10px;
}

.btn-sm {
    font-size: 13px !important;
    padding: 4px 10px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}


.bg-grey {
    background-color: #F4F4F4;

}


a.no-underline:hover {
    text-decoration: none;
}

.red {
    color: rgb(237, 27, 36);
}

.bt-red {
    border-top: rgb(237, 27, 36) solid 1px;
}

.lh-0-8 {
    line-height: 0.8em !important;
}

.gdpr-form h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.gdpr-form h3 {
    border-bottom: 3px solid #d2700f;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.gdpr-form .font-up {
    font-size: 16px;
}

.exam-wrapper .tab-pane {
    padding: 20px;
}

.exam-wrapper .nav-tabs > li.active > a {
    color: white;
    font-weight: bold;
}

.exam-wrapper li a:hover, .exam-wrapper li a:focus {
    color: white;
}

#time {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 767px) {
    .modal-dialog {
        width: 80%;

    }
}


@media (min-width: 1500px) {
    .modal-dialog {
        width: 50%;

    }
}

tr.not-started > td:first-child, tr.not-ok > td:first-child {
    background-color: #d2700f;
    color: #fff;
}

tr.all-ok > td:first-child {
    background-color: #bedbae;
}

.alert-warning a {
    color: #fff;
    text-decoration: underline;
}

.fa-check {
    color: #007c92
}

.fa-times {
    color: #df4b35
}

#pause-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    color: white;
    font-size: 2rem;
    text-align: center;
}

#pause-overlay p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.eb-mins {
    font-size: 3rem;
    font-weight: bold;
}

#pause-overlay h1 {
    margin-top: 30pt;
    margin-bottom: 30pt;
    font-size: 5rem;
}

.dataTable {
    width: 100% !important;
}

.table td, .table th, .dataTable td, .dataTable th {
    vertical-align: middle !important;
    padding: 8px 18px !important;
}

.fake-hidden-input {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
    border: none;
    position: absolute;
}

.table td.va-top{
    vertical-align: top !important;
}
