/** Rob Blizzard * Jan 8, 2020 * * top padding on md/lg screens, overrite limestone standard behaviour */
 @media(min-width:768px){
	 body{
		 padding-top:0px;
	}
}
/** * Geoff Cotton * Oct 21, 2016 * * Jumbotron Font and Overlay Options */
 .uofs-section-bg.jumbotron.uofs-jumbotron-OL-Light:before {
	 background:rgba(50,50,50,.2);
}
 .uofs-section-bg.jumbotron.uofs-jumbotron-OL-None:before {
	 background:none;
}
/** * Colin Skrapek * Dec 5, 2016 * * The following contains CSS rules specific to the presentation of news feed items. * The goal is to make them more closely resemble news items on news.usask.ca */
 @media screen and (min-width: 768px) {
	 .media-heading {
		 font-size: 24px;
		 font-weight: bold;
		 letter-spacing: -.5px;
		 line-height: 1.3;
		 margin: 6px 0 12px;
	}
	 .media-body > p {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .uofs-media-col .media-object {
		 float:none;
		 max-width:100%;
	}
	 .media-heading {
		 font-size:20px;
		 font-weight:bold;
		 line-height:1.2;
		 margin-bottom:6px;
	}
}
 .uofs-media-col {
	 border-right: none !important;
}
 .media-object {
	 width: 100%;
}
 