/* 
This is the section css for
College of Health Sciences 
*/

#home-content .wide{
	width: 100%;
}
#home-content .pdfIcon
{
	margin-left: 3px;
}
#home-content .imgLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#home-content .leftGrid{
	padding-right: 10px;
}
.orangeBtn{
	background-color: #e5422c;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	letter-spacing: .07em;
	padding: 18px 27px;
}
#headshotImg{
	padding-right: 20px;
}
#home-content .grid9{
	padding-right: 20px;
}
#home-content .grid9 .row-responsive{
	margin-top: 0;
	margin-bottom: 0;
}

/** homepage **/
#home-content .event img{
	float: left;
	margin-right: 10px;
	max-width: 200px;
}
#home-content .event > a span.pdfIcon{
	display: none;
}
#home-content h3.mhdTitle{
	border-bottom: none;
	font-size: 1.5em;
	font-weight: bold;
}
#home-content h3.mhdTitle:after{
	display: none;
}
#home-content .speakerTitle{
	font-size: 1.2em;
	border-bottom: none;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
}
#home-content h3.speakerTitle:after{
	display: none;
}
#home-content .imgLeft{
	max-width: 400px;
}

/** LOGO/ QUOTE/ FLYER **/
.mhdlogo
{
	width: 190px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: none;
}
#home-content .mhdBtn
{
	width: 100%;
}
#home-content .mhdHeader{
	color: #763775;
	text-transform: uppercase;
	font-size: 2em;
}
#home-content .schedule{
	border: 2px solid #763775;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
#home-content .schedule p{
	margin: 0;
	padding: 10px;
	background: #763775;
	color: #FFF;
	font-size: 1.2em;
}
#home-content .schedule ul{
	list-style-type: none;
	margin-left: 0;
	padding: 10px;
}
#home-content .schedule li{
	padding: 5px 0;
	border-bottom: 2px solid #EEE;
}
#home-content .schedule li:last-of-type{
	border: none;
}
#home-content .kHinesImg{
	max-width: 300px;
}

/** GRID FOR SPEAKER PROFILES **/
#home-content .speakerProfImg
{
	float: left;
	padding-right: 20px;
}
#home-content .speakerImg
{
	width: 200px;
	float: left;
	margin-right: 10px;
}
#home-content .speaker
{
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 5px;
	padding-top: 10px;
}
#home-content .speaker:last-of-type
{
	border-bottom: 0;
}
#home-content .speakerContent
{
	padding-left: 10px;
}
#home-content .speakerBold
{
	font-weight: bold;
}
#home-content .speakerList
{
	margin-left: 0px;
}
#home-content .speakerList li
{
	list-style-type: none;
	margin-bottom: 0;
}

/** FONTS **/
#home-content .lacTable em
{
	font-size: 0.875em;
}

/** BLOCKQUOTE **/
blockquote
{
	margin-top: 30px;
	border-color: #763775;
	font-size: 1.063em;
}

/** EVENT TIME TABLE **/
#home-content .lacTable
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#home-content .lacTable tr:nth-of-type(odd)
{
	background: #EEE;
}
#home-content .lacTable th
{
	background-color: #763775;
	color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}
#home-content .lacTable td
{
	padding: 5px;
	border: 1px solid #ccc;
}
#home-content .a2> div
{
	padding: 0;
}
#home-content .lacTable tr td:first-of-type
{
	width: 200px;
}

/** START QUERY **/
@media only screen and (max-width:768px)
{
	#home-content .leftGrid{
		padding-right: 0;
	}
.mhdlogo
{
	display: none;
}
#home-content .lacTable tr td:first-of-type
{
	width:100%;
}
#home-content .speakerImg
{
	width: 150px;
}

/** RESPONSIVE TABLE **/
table, thead, tbody, th, td, tr
{
	display: block;
}
#home-content .lacTable thead tr
{
	position: absolute;
	top: -9999px; left: -9999px;
}
#home-content .lacTable tr
{
	border: 1px solid #ccc;
}
#home-content .lacTable td
{
	border: none;
	border-bottom: 1px solid #C1C1C1;
	position: relative;
	padding-left: 50%;
}
#home-content .lacTable td:before
{
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
}
#home-content .lacTable td:before
{
	content: attr(data-label);
}
}
/** END QUERY **/
