#title-spacer{
    background-image: url("/storage/img/LH-home-bg-modify.jpg");
    height: 15em;
    padding-top: 5.625em;
}
@media screen and (max-width: 85.375em){
    #title-spacer {
        background-image:url("/storage/img/header_title_1366.jpg") !important;
    }
}
@media screen and (max-width: 48em){
    #title-spacer {
        background-image:url("/storage/img/header_title_768.jpg") !important;
    }
}
@media screen and (max-width: 30em){
    #title-spacer {
        background-image:url("/storage/img/header_title_480.jpg") !important;
    }
}
.bgcolor{
    background:#2d2d87 !important;
}
.single-feature i{
    padding-right: 5px;
}
.text-right{
    text-align: right;
    position:absolute;
    bottom:0px;
    right:10px;
}

.font-18{
    font-size: 1.125em;
    font-weight: 500;
}
.red{
    color:red;
    font-weight: 700;
}
.blue{
    color: blue !important;
    font-weight: 700;
    text-decoration: underline;
}
.genric-btn.circle {
    border-radius: 1.25em;
}
#view{
    background: #fff !important;
}
.order-focus{
    background: #f3e671 !important;
}
.floats{
    float: right;
}
@media screen and (max-width: 768px){
    .floats{
        float: none;
    }
}
.view {
    margin-right: 0px !important;
}

.event-img {
    width: 100%;
    /* height: 100%; */
}
ol li {
    margin-bottom: 0.1em;
}
.nokia-link {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 1px;
    padding: 0.5em 1em;
}
.nokia-qrcode {
    color: #9a815c !important;
    background: #f8f8f8;
    border: 0.0625em solid #9a815c;
    margin-bottom: 1.25em;
    border-radius: 1.25em;
    padding: 0.5em 1em;
    display: inline-block;
    font-size: 1.25em;

}

.nokia_span {
    font-weight:900;
    font-family:sans-serif;
    color:red;
}

.online_course_page_item {
    padding: 10px 30px;
    max-height:14em;
    min-height:14em;
    position:relative;
}

.online_course_bottom {
    margin-bottom: 60px;
}

.online_course_text_center{
    text-align:center;
}

.online_course_list_style {
    list-style-type: upper-alpha; 
    padding-left: 1.5em;
}

.disabled-link {
    pointer-events: 'click';
  }
