﻿/* Seminars */
.seminar-name a{
    color: inherit;
}

.seminar-day{
    color: #FFF;
    background-color: #18453b;
    padding: 3px;
    width: 100%;
    display: inline-block;
}
.seminar-name{
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px
}

.seminar-info{
    font-size: 13px
}

.spotlight h4{
    margin-top: 0px; 
    font-weight: 600
}

.spotlight-img{
    padding-right: 0px
}

.spotlight img{
    width: 100%;
}

div.phillips_lecture {
    padding-left: 15px; 
    padding-right: 15px; 
    margin-bottom: 10px;
}

.phillips_lecture h4 {
    margin-top: 0px; 
    font-weight: 600;
}

.phillips_lecture img {
    float: left; 
    width: 100px; 
    padding-right: 10px;
}

.phillips_lecture p {
    padding-left: 5px
}

.shaded-home{
    background-color: rgba(63,86,87,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .50);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .50);
    padding: 5px 5px;

}

@media(max-width: 992px){
    #firstrotating{
        margin-bottom: 100px;
    }    
}