.smooth-div {
    border-radius: 4px;
    min-height: 20px;
    padding: 19px;
    margin: 20px 20px 30px;
    background-color: rgba(210, 210, 210, .8);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.engineering-subsea-bg {
    border-radius: 4px;
    padding: 10px;
    background-image: url("/katy/_images/university-of-houston-at-katy_underwater-light.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.engineering-program-computer-bg {
    border-radius: 4px;
    padding: 10px;
    background-image: url("/katy/_images/university-of-houston-at-katy_red-circuit-board.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.engineering-program-construction-bg {
    border-radius: 4px;
    padding: 10px;
    background-image: url("/katy/_images/university-of-houston-at-katy_construction-silhouette.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.sp-link::after {
	 content: "\00a0>";
	 display: inline;
}

#need_help_list ul.media-list li.media {
	font-size: 22px;
	font-weight: bold;
	color: #c8102e;
	vertical-align: middle;
}
#need_help_list ul.media-list li.media img {
    height: 60px;
}
#need_help_list span.grey-heading {
    font-size: 24px;
    font-weight: bold;
    color: #888b8d;
}