dd {
    margin-left: 2em!important;
}

#section-awardsAndHonors dl dt {
    font-weight: normal!important;
}

/* Parallax */
.parallax {
    position: relative;
}

.parallax-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    height: 350px;
}

.parallax p {
    margin: 0;
    padding: 0px 5px;
    bottom: 0;
    right:0;
    position: absolute;
    color: #333;
    background: rgba(255,255,255,0.6);
}

@media (min-width: 768px) {
    #img-awards {
        background-image: url(../images/award2013.jpg);
    }
}

@media (max-width: 767px) {
    #img-awards {
        background-image: url(../images/award2013-xs.jpg);
        background-size: contain;
    }
}

/*Disable the responsiveness in eXtra Large*/
@media (min-width: 1200px){
    #image-professorLan {
        height: 268px!important;
        float: right;
    }
}