div.sponsors {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FCFCFC;
	font-size: 12pt;
}
.sponsors h2 {
	background-color: #DDDDDD;
	margin-bottom: 1em;
}
.sponsors-gold h2 {
	color: #a17f1a;
}
.sponsors-bronze h2 {
	color: #7C6843;
}
.sponsors-community h2 {
	color: blue;
}
.sticky_schedule_header div.sponsors_strip {
	background-color: white;
}

div.video div {
  	background-image: url('../assets/youtube_social_icon_red.png');
	background-position:4px center;
  	background-repeat: no-repeat;
  	background-size: 30px;

	padding-left:3em;
	color: black;
	margin-bottom: 1em;
}
div.video a {
	text-decoration: none;
}