/* clearing 2025 */
:root {
    --clearingPink: #d04073;
  }
.courseResult.clearing{
    background:none;
    /*border: 1px solid #ebebeb;*/
    font-size:16px !important;
    border-left: 3px solid var(--clearingPink);
    margin-bottom:25px;
    margin-top:10px;
    position:relative;
}
.clearingTag{
    background-color:var(--clearingPink) !important;
    color:#fff !important;
    font-size:16px !important;
    text-transform:uppercase;
    font-weight: 400;
    max-width:150px;
    text-align: center;
    padding: 5px 0px 5px 5px;
    margin:0px;
}

.clearingRes a:hover{
    color:var(--clearingPink) !important;
}
.clearingRes .btn.btn-main{
    background-color:var(--clearingPink)!important;
    border-color:var(--clearingPink)!important;
}
.clearingRes .btn.btn-main:hover{
    background-color:#000 !important;
    border-color:#000 !important;
    color:#fff !important;
}
/* ---- End of clearing ---*/

.midFilters {
    padding-bottom:20px !important;
}
.csResRowCell{
    padding:0px !important;
    margin:0px !important;
}
.csResRow{
    padding:0px !important;
    margin:0px !important;
}
.loadMore{
    width:100%;
}
.filtersRow{
    margin-top:-10px !important; 
}
.filtersSeperate{
    border:none;
    border-bottom: 1px dashed #867537;  
    background:none;
}
.top-banner.course-search-banner{
    height: auto;
}

.course-search-results{
    background:#ebebeb; 
    border-bottom:5px solid #867537
}

.course-title-link:hover{
    color:#867537 !important;
}

.keys{
    padding:0px 5px 0px 5px;
    color:#333;
    font-weight:400;display:inline-block;
    border:1px solid #333;
    margin-right:5px;
    font-size:12px;
    margin-bottom:5px;
    display:inline-block;
}

.keys1{
    padding:0px 5px 0px 5px;
    color:#333;
    font-weight:400;
    display:inline-block;
    margin-bottom:5px;
    display:inline-block;
    font-size:16px;
    border:none;
    margin-right:0px;
    padding-left:0px;
}
.filterTitle{
    margin-bottom: 0.75em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight:bold;
}
.courseSearchSubPara{
    display:inline-block; 
    font-weight:400; 
    padding-top:0px; 
    padding-bottom:0px; 
    margin-top:0px; 
    margin-bottom:0px; 
    text-align:left; 
    text-decoration:none !important;
}

.course_search_header{
    background-image: url('images/banner.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:20px;
    padding-bottom:80px;
    min-height:200px;
}
.slideIn {
    left:0% !important;
}
.slideOut {
    left:-200% !important;
}
.courseCells{
    display:flex;
    justify-content:space-between;
}
.courseCells div{
    padding:40px;
}
.course_search_form{
    width:100%; 
    padding-bottom:40px;
}
.courseInfo{
    flex-basis:30%;
    min-width:30%;
    border-left:1px dashed #ebebeb;
    display:flex;
    justify-content:center;
    flex-direction:column;
}
.courseInfoButton{
    max-height:50px;
    min-width:100% !important;	
    margin:0px;
}
.courseInfoButton:hover{
    color:#333 !important; 
}
span.courseSTitle{
    font-size:2rem;
    line-height:2rem;
    font-weight:bold;
}
.searchButton {
    margin-left:-5px !important;
    padding: 15px !important;
    padding-top:10px !important;
    padding-bottom:11px !important;
    margin-top:8px !important;
    display:inline !important;
    width:14%;
}
input[type=text]{
    width:86% !important;
    padding:15px;
    height: 49px;
    box-sizing: border-box;
}
.midFilters div{
    padding:0px !important;
}
.midFilters input[type=checkbox] {
    line-height: normal;
    width: 15px;
    height: 15px;
}
.tempResults{
    width:100% !important;
    min-width:500px;
}
.applyAll{
    display:none;
}
.close-icon{
    float: right;
    margin-right: 0 !important;
    color: #867537;
    cursor: pointer;
}
.close-icon:hover{
    color: #CCC;
}
.midFilters{
    margin-top:0px;
    background:none; 
    width:100%;
    max-width:250px;
    height:650px;
    overflow:hidden !important; 
    z-index: 10;
    left:-100%;
    transition: left 0.3s;
    padding-right:40px;
    padding-top:40px;
}
.midFilters div{
    padding:40px;
    max-height:600px;
}
.csResultText{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:40px;
}
.csResultText div p{
   padding:0px;
   font-size: 16px;
} 
.csResultText p {
    font-weight:500;
} 				
.courseResult{
    background:#fff;
    /*border: 1px solid #ebebeb;*/
    font-size:16px !important;
    border-left: 3px solid #867537;
    margin-bottom:25px;
    position:relative;
}
.subjectFilter{
    max-width:300px; 
    width:100%;
    min-width:100%;
    display:block;
}

.course_search_form_container > .container > h1{
    padding-top:80px; 
    font-size:5rem;
    margin-bottom:0px;
    text-transform:uppercase;
    text-align: left;
    width:100%;
}
.filterButton{
    margin-top:0px;
    display:none;
    border:none !important; 
    max-width:180px !important;
}
.resultsContainer{
    overflow:hidden !important;
    min-width:330px;
    width:100%;
}
@media only screen and (max-width: 1200px) {
    .searchButton {
        width:14%;
    }
    input[type=text]{
        width:82% !important;
        padding:15px;
        display:inline;
    }
}
@media only screen and (max-width: 900px) {
    .courseSearchSubPara{
        padding-top:10px;
    }
    .courseCells div{
        padding:30px;
    }
    .courseInfo{
        border-left:none;
        border-top:1px dashed #867537;
        padding-top:20px !important;
        margin-top:-30px;
        display:block;
    }
    .courseCells{
        display:block;
        width:100%;	
    }
    .searchButton {
        margin-left:-5px !important;
        padding: 15px !important;
        padding-top:11px !important;
        padding-bottom:11px !important;
        margin-top:8px !important;
        display:inline !important;
        width:14% !important;
    }
    input[type=text]{
        width:86% !important;
        padding:15px;
        padding-top:16px;
        display:inline;
    }
    .course_search_form{
        padding-top:0px;
    }
    .course_search_form_container > .container > h1{
        padding-top:90px; 
        font-size:4rem;
        margin-bottom:0px;
    }
}

@media (min-width: 992px) {
    .course_search_form_container {
        width: 100%;
    }
    input[type=text]{
        width:86% !important;
        padding:15px;
        padding-top:16px;
        display:inline;
    }
}
@media only screen and (max-width: 719px) {
    .course_search_header{
        padding-bottom:50px;
        margin-top:0px;
        padding-top:0px;
        height:100px;
        min-height:150px;
    }
    .course-search-results{
        padding-top: 30px;
    }
    .courseResult{
        padding-bottom:5px;
    }
    .keys:first-child{
        display:none;
    }

    .csResultText p {
        padding-left:0px !important;
        visibility:visible;
    } 
    .searchButton {
        margin-left:-4px !important;
        padding: 15px !important;
        padding-top:12px !important;
        padding-bottom:12px !important;
        margin-top:5px !important;
        display:inline !important;
        width:13.6%;
    }
    .courseInfoButton{
        color:#fff !important; 
        width:100% !important;
        max-width:340px;
    }
    input[type=text]{
        width:74% !important;
        padding-top:16px !important;
        padding-bottom:17px !important;
        display:inline;
        height: 52px;
    }

    .midFilters{
        position:fixed; 
        top:-3px;
        width:80% !important;
        min-width:80%;
        height: 100vh ;

        margin-right:0px;
        background:#fff;
        overflow:hidden !important; 
        z-index:2000000001;
        padding-right:0px;
        border-right:2px solid #333;
        box-shadow: 5px 5px 20px #333;
    }
    .midFilters > div{ 
        padding:40px !important;
        margin-top:-20px;
    }
    .filtersForm{
        height:100%;
        overflow:hidden !important; 
    }
    .filterButton{
        display:block;
    }
    .subjectFilter{
        max-width:300px; 
        width:100%;
        display:block;
    }
    .applyAll{
        display:inline-block;
        margin-right:10px;
    }

    .resultsContainer{
        width:100%;
        padding-top:0px;
        margin-top:-20px;
    }
    .course_search_form{
        padding-top:0px;
    }
    .course_search_form_container > .container > h1{
        padding-top:50px; 
        font-size:4rem;
        margin-bottom:-20px;
    }
}

@media only screen and (max-width: 44.9em){
   .searchButton {
        margin-top:4px !important;
        margin-left:-3px !important;
        padding-bottom:12px !important;
        width:25.5% !important;
    } 
}
@media only screen and (max-width: 600px) {
    .course_search_header{
        padding-bottom:20px;
        padding-top:0px;
        height:100px;
        min-height:150px;
    }
 
    .courseResult{
        padding-bottom:10px;
    }
    .courseCells{
        display:block;
        width:100%;	
    }
    .courseInfoButton{
        max-width:100% !important;
        min-width:100%;
    }
    .courseResult p{
        font-size:14px !important;
    }
    .csResultText p {
        padding-left:0px !important;
        font-size:16px;
    } 
    .course_search_form_container{
        padding-top:20px;
    }
    .course_search_form{
        width:100%; 
        padding-bottom:20px;
        padding-top:0px;
    }
    .courseSTitle{
        font-size:1.8rem !important;
        line-height:1.8rem !important;
    }
    
    input[type=text]{
        width:74% !important;
        padding:15px;
        height: 52px;
    }
    .midFilters{
        position:fixed; 
        height:100%;
        margin-top:0px;
        margin-right:0px;
        overflow:hidden !important; 
        z-index:2000000001;
    }
    .midFilters div{ 
        padding:40px;
        padding-top:0px !important;
    }
    .midFilters p{ 
        padding:0px;
        margin-bottom:10px !important;
    }
    .course_search_form_container > .container > h1{
        padding-top:0px; 
        padding-bottom:0px;
        font-size:3rem;
    }
    .resultsContainer{
        width:100%;
        padding-top:0px;
        margin-top:-20px;
    }
    .filtersForm{
        height:100%;
        overflow:hidden !important; 
    }
    .filterButton{
        display:block;
    }
    .subjectFilter{
        max-width:300px; 
        width:100%;
        display:block;
    }
    .applyAll{
        display:inline-block;
        margin-right:10px;
    }
}
/* The animation code */
@keyframes loadUp {
    from {transform:translate(0px, 100px);}
    to {transform:translate(0px, 0px);}
  }
  
.pulse {
    animation: pulse-animation 0.8s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}