/* Home Page */

.course-title{
    position: relative;    
}

.course-title i
{
    position: absolute;
    right: 0px;
    top: 18px;
    color: #274c77;
}

.blog-title h3 {
    line-height: 30px!important;
    margin: 10px 0px!important;
}

.course-title a, .blog-title h3
{
    color: #274c77;
    font-size: 20px!important;
    text-decoration: underline;
    padding-right: 18px;
    display: block;
}

.course-title a:hover, .blog-title h3:hover, .blog-title:hover h3{
    text-decoration: none!important;
    color: #1c3857;
}
.modalSubs{
    background-color: #274c77!important;
}
.modalSubs p,.modalSubs span, .modalSubs div{
    color:#fff!important;
}

.modalSubs button
{
    background: #ffc107!important;
    border-color: #ffc107!important;
    color: #000!important;
    font-weight: bold!important;
}