  footer .column .footer-meta div.utility-footer ul li a.hidden{
	display: none;
}
/** 
* fix 1st bullet improper indent
* commented out to fix the ul wrapping issue
**/
.user-editable ul {
	/*clear: both;*/
}
/** 
* fix image stretching 
* 11/23/2015 
**/
img {
	height: auto;
}
/** 
* programs search from showing underneath discover more section
* 11/23/2015 
**/
.wrapper.programs-search{
	overflow:visible;
}
/** 
* fix p spacing in promo ul
* 11/23/2015 
**/
.text-image-intro.genericv2 ul > li > p {
	float: none;
	margin: 0;
}
/**
* Add italic/bold styling back
* 11/30/2015
**/
.user-editable em {
	font-style: italic;
}
.user-editable strong, .user-editable b {
	font-weight: bold;
}
/**
* Make microsite heading linkable and with same style as non-link
* 12/03/2015
**/
.main-nav-container h2 a{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
.main-nav-container h2 a:hover {
	text-decoration: inherit;
}
/**
* Make videos responsive, including Wowza
* 12/09/2015
* 9/17/19 removed Wowza
**/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
	}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;      
}
#wowza_player,#wowza_player .player,#fcplayer_wrapper{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto;
}
/**
* Add utility class to reset floats
* 12/15/2015
**/
.clearfix{
	clear: both !important;
	display: block !important; /*override wcu styling 1/6/2016 */
}		
