

#home-content .liveStreams h2{
	margin-bottom: 0px;
	margin-top: 50px;
	float: left;
}
#home-content .liveStreams h2:first-of-type{
	margin-top: 10px;
}
#home-content .liveStreams h3{
	float: left;
	margin-top: 40px;
}
#home-content .liveStreams > .grid12{
	background: #6e3061;
	margin: 10px 0;
	border-radius: 5px;
}
#home-content .liveStreams > .grid12:hover{
	background: #382140;
}
#home-content .liveStreams > .no-hover:hover{
	background: #6e3061;
	cursor: initial;
}
#home-content .liveStreams > .no-hover a, #home-content .liveStreams > .no-hover a:hover{
	cursor: default;
}
#home-content .liveStreams p{
	margin: 0;
	padding: 20px;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#home-content .liveStreams a > span{
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#home-content .liveStreams a > span:first-of-type{
	width: 15%;
	float: left;
}
#home-content .liveStreams a > span:last-of-type{
	width: 85%;
}
#home-content .liveStreams a > span:last-of-type span.yellowText{
	font-size: .6em;
}
#home-content .liveStreams a span.yellowText{
	color: #FFE800;
	font-size: .6em;
	line-height: normal;
	margin: 20px 0px;
	display: block;
}
#home-content .liveStreams a span.zoom-code{
	margin-top: 0px;
}
#home-content .dateTime{
	margin-top: 1%;
}
#home-content .small-text{
	font-size: .7em;
	line-height: .1em;
}
#home-content .no-pad-top .dateTime{
	margin-top: 0%;
}
#home-content .dateTime .time{
	font-size: .7em;
}

/***	INDIVIDUAL STREAM PAGES	***/
#home-content #stream-live h2, #home-content .center-text{
	text-align: center;
}
#home-content #stream-live .contain-stream{
	width: 100%;
	padding: 0px 5%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:850px){
	#home-content .liveStreams p{
		font-size: 1.2em;
	}
}

@media only screen and (max-width:600px){
	#home-content .liveStreams p{
		padding: 10px;
	}
	#home-content .liveStreams a > span{
		display: block;
		padding: 10px;
	}
	#home-content .liveStreams a > span:first-of-type,
	#home-content .liveStreams a > span:last-of-type{
		float: none;
		width: 100%;

	}
}