/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

     .dotted {
    border: 0;
        border-bottom: 1px solid rgba(255,255,255,0.25)


         }
body{
	line-height:1.5 !important;
}

.major-content h2{

border-bottom:1px solid #efefef;
margin-top:30px;
}
.major-content h3{

	background-color:#990000;
	color:#fff;
	padding:10px;
	margin-top:20px;
}

.major-content h4{

	background-color:#964949;
	color:#fff;
	padding:10px;
}

.major-content h5{
    font-weight: bold;
    font-size: 18px;
}




.course-content h2{

border-bottom:1px solid #efefef;
margin-top:30px;
}
.course-content h3{

	background-color:#990000;
	color:#fff;
	padding:10px;
	margin-top:20px;
}

.course-content h4{

	background-color:#964949;
	color:#fff;
	padding:10px;
}

.course-content h5{
    font-weight: bold;
    font-size: 18px;
}


.listing-selected{

	background-color: #666666;border-color: #666666 !important; color:#fff !important;
}

.item-thumbnail{
	height:230px;
}

.member-item-inner .item-content{
	padding: 10px 20px !important;
}

.member-item-inner .item-title{
font-size:18px !important;}

.tooltip2{
float:left;
padding-right:10px;

}

.department-sep{

color:#990000;
    font-weight: bold;
    padding:10px;
font-size:16px;
margin-left:15px;
}


.semester-heading{
	background-color:#6c0000;
	text-align: center;
	font-weight: bold !important;
	text-transform: uppercase;
}

.qtip{
	font-size:13px !important;
font-family: 'Raleway', sans-serif !important;
line-height:20px !important;
}


@media screen and (max-width: 767px) {


.item-thumbnail{
	height:350px;
}
}


.email-icon{

	position:absolute;
	bottom:20px;
}
