<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#messagesContainer, #newsContainer{
    margin:0 0 2% 0;
}
#homeIconsWrapper{
    margin:20px 0;
}

#homeIconsWrapper input[type=text] {
    width:200px;
    padding:8px;
    border:solid 3px #000;
    text-transform:uppercase;
}

.add-course{
    font-size:30px;
    font-weight:bold;
    color:#FFF;
    line-height:40px;
    overflow:visible;
    margin-top:5px;
}

.progress{
    background-color:green;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-top:none;
    border-left:none;
    width:0;
}

.add-input.filter-input {
    vertical-align: 10%;
}

.assessment-container{
    padding:0px 10px 10px 10px;
}

.assessment-container .c-header-small{
    margin-top:10px;
}

.ml-activity-panel {
    background: linear-gradient(180deg, #f9fafa 0, rgba(249, 250, 251, 0) 160px);
    display: flex;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    padding: 32px;
}

.ml-activity-image {
    object-fit: cover;
    height: 140px;
    width: 100%;
}

.ml-activity-tile {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.001);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 255px;
}

.ml-activity-header {
    display: flex;
    padding: 12px;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}

.ml-activity-title {
    color: #111827;
    /*display: flex;*/
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ml-activity-rating {
    font-size: 14px;
}

.ml-activity-pills {
    display: flex;
    flex-direction: row;
    gap: 4px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.ml-activity-pill {
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
}

.ml-activity-featured {
    background-color: #7c3aed;
    border: 2px solid #c4b5fd;
}

.ml-activity-hot-resource {
    background-color: #e11d48;
    border: 2px solid #fda4af;
}

.ml-activity-link {
    background: rgba(0, 0, 0, 0);
    height: calc(100% - 40px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.ml-enquiry-panel {
    align-items: center;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    gap: 24px;
    margin: 16px auto;
    padding: 16px 24px;
    width: 640px;
}

/*.ml-enquiry-button {
    background: #2563eb;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}*/

.ml-enquiry-button:hover {
    color: #fff;
}

/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}*/
    /******** START OF LAUNCH CONTENT PANEL CSS *********/

.popup-wrapper {
    padding: 20px;
    background: #333;
    color: #EEE;
    width: 60%;
    height: 210px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-wrapper .launch-content-popup {
    position: absolute;
    top: 40px;
    width: 90%;
    margin: 0px 5%;
}

.popup-wrapper .launch-content-popup #popup-blocked {
    width: 100%;
    min-height: 100px;
    padding: 10px;
}

/********** END OF LAUNCH CONTENT PANEL CSS *********/

/****************************************************/
/***************** Search box CSS *******************/
/****************************************************/
.search-container {
    align-items: flex-start;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 22px; */
    gap: 12px;
    padding: 24px 32px 16px 32px;
}
.search-panel {
    width:100%;
    margin:10px 0;
    height:60px;
    border:solid 5px rgba(0,0,0,0.1);
    border-radius:4px;
}
.search-box {
    display:inline-block;
    height:50px;
    line-height:30px;
    font-size:24px;
    color:#666;
    padding:10px 80px 10px 10px;
    width:100%;
    border:none;
}
.search-button {
    float:right;
    position:absolute;
    top:1px;
    right:1px;
}
.search-text {
    align-items: center;
    background: #fff;
    border: 1px solid #9ca3af;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9ca3af;
    display: flex;
    flex-grow: 1;
    padding: 8px 16px;
}
.search-tag {
    line-height: 1.5rem;
}

/***********************************************
            Filters Panel
************************************************/

.search-top-bar {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    line-height: 1.375rem; /* 22px; */
    gap: 12px;
    width: 100%;
}

.search-top-bar label, .search-top-bar a, .search-top-bar span{
    font-size: 1.2em;
    vertical-align: 60%;
}

.search-top-bar .sort{
    float: right;
}

.drop-down {
    align-items: center;
    background: #fff;
    border: 1px solid #9CA3AF;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111827;
    display: flex;
    flex-grow: 1;
    padding: 8px 16px;
}

.add-input{
    margin: 0px 10px 0px 10px;
    vertical-align: 80%;
}

.filters-panel{
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 1.0em;
    vertical-align:top;
}

.filter-button{
    float: left;
    display:inline-block;
    padding:3px 10px;
    color:#F4F4F4;
    cursor:pointer;
    margin:0px 10px 10px 0px;
    font-size:1.0em;
    font-weight:lighter;
    line-height:normal;
}

.filter-button.active{
    background: #DB6C0F;
}

.filter-button.inactive{
    background: #AC540C;
}

.filter-button.disabled{
    background: #666666;
    color: #ffffff;
}

/***********  MEDIA QUERIES  ********************/

@media only screen and (max-width:460px) and (orientation:portrait){
    /***********************************************
            Activity Containers
************************************************/
.activity-panel {
    float: left;
    background-color: transparent;
    background-image: url("../Media/Images/light-blue-1x1.png");
}

.activity-container{
    width:100%;
    margin:0;   
}

.activity-tile{
    /*width:100%;
    margin:5px 0;
    display:block;
    overflow:hidden;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
    border-radius: 8px;
}

    .activity-tile .duration-panel{
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin-right: 5px;
        z-index: 21;
    }

    .activity-tile .featured-item, .activity-tile .hot-item {
        display: none;
    }

    .activity-tile .activity-header{
        background:#666;
        color:#F4F4F4;
        padding:5px;
        font-size:1.1em;
        font-weight:bold;
        letter-spacing:1px;
        position:relative;
        top:auto;
        left:auto;
        z-index:11;
    }
    .activity-tile .activity-image{
        display:none;
    }
    .activity-tile .activity-progress{
        background:#666;
        color:#F4F4F4;
        padding:0 5px 5px 5px;  
        font-size:1em;
        width:100%;
    }   
        .activity-tile .activity-progress .progress-status{
      
        }
    .activity-tile .activity-link{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:15;
    }
}

/***********  MEDIA QUERIES  ********************/

@media only screen and (max-width:768px) and (orientation:landscape){
    /***********************************************
            Activity Containers
************************************************/
.activity-panel {
    float: left;
    background-color: transparent;
    background-image: url("../Media/Images/light-blue-1x1.png");
}

.activity-container{
    width:100%;
    margin:0;   
}

.activity-tile{
    width:100%;
    margin:5px 0;
    display:block;
}

    .activity-tile .featured-item, .activity-tile .hot-item {
        display: none;
    }

    .activity-tile .activity-header{
        background:#666;
        color:#F4F4F4;
        padding:5px;
        font-size:1.1em;
        font-weight:bold;
        letter-spacing:1px;
        position:relative;
        top:auto;
        left:auto;
        z-index:11;
    }
    .activity-tile .activity-image{
        display:none;
    }
    .activity-tile .activity-progress{
        background:#666;
        color:#F4F4F4;
        padding:0 5px 5px 5px;  
        font-size:1em;
        width:100%;
    }   
        .activity-tile .activity-progress .progress-status{
      
        }
    .activity-tile .activity-link{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:15;
    }
}


.page-content{
    width:878px;
    left:-439px;
    margin:0 0 0 50%;

}

/************TABLET*****************/
@media only screen and (max-width:800px){
    .page-content{
        width:100%;
    }

    .container{
        /*Override width of any containers*/
        width:100% !important;
        margin: 0 !important;
        left:0;
    }
}

@media only screen and (min-width:0px){
    .page-content{
        width:100%;
        margin:0;
        left:0;
    }
}

@media only screen and (min-width:600px){
    .page-content{
        width:590px;
        margin:0 0 0 50%;
        left: -295px;
    }
}


@media only screen and (min-width:960px){
    .page-content{
        width:878px;
        margin:0 0 0 50%;
        left: -439px;
    }
}

@media only screen and (min-width:1200px){
    .page-content{
        width:1170px;
        margin:0 0 0 50%;
        left: -585px;
    }
}

@media only screen and (min-width:1500px){
    .page-content{
        width:1465px;
        margin:0 0 0 50%;
        left: -732px;
    }
}

/************ENQUIRY BUTTON GROUP*****************/

.group {
    display: block;
    margin-bottom: 16px;
}

.group.align-right {
    text-align: right;
}

.group.align-center {
    text-align: center;
}</pre></body></html>