  /* ==========================================================================
	°®¶¹´«Ã½ News: Article Standard and Enhanced Stylesheet
    Author: Wayne Espinola, °®¶¹´«Ã½ University Communications and Marketing
    Author URL: http://www.usf.edu/news/
   ========================================================================== */

/* ==========================================================================
	Main Article Content
   ========================================================================== */
.mainContent_well .u-wrapper {
	padding: 0;
}
.news-two-col-grid {
	display: flex;
	flex-direction: column;
}

.news-two-col-grid:before, .news-two-col-grid:after {
    content: none;
}

@media screen and (min-width: 850px) {
	.news-two-col-grid {
		flex-direction: row;
		justify-content: space-between;
	}
	.news-two-col-1-2 {
		margin: 0;
		width: 49%;
	}
}


/* ==========================================================================
	Article Hero/Spotlight
   ========================================================================== */
.articleHero .spotlight {
	height: 46vw;
	max-height: 30em;
}
.mainContent > .articleHero .spotlight--box {
	max-height: 42em;
}

.articleHero #spotlight_play {
	height: 100%;
}

/*.spotlight-box {
    margin: 0 auto;
}*/

.article-body .u-wrapper {
	padding: 0;
}
.article-hero-caption {
	color: #556265;
}
.article-hero-caption, .article-hero-caption p + p {
	margin-top: 1em;
}


/* ==========================================================================
	Article Byline
   ========================================================================== */
.article-byline {
	color: #3f565e;
	font: 600 1.25em/1em 'Barlow Condensed', sans-serif;
	margin-top: 1em;
	padding: 0;
	text-transform: uppercase;
}

.article-byline li { margin: 0; }
.article-type-icon { display: none; }

@media screen and (min-width: 500px) {
	.article-byline li {
		float: left;
		padding: 0 .75em;
		border-right: 2px solid #CCC;
	}

	.article-byline li:first-child { padding-left: 0; }
	.article-byline li:last-child { border-right: none; }
	.article-type-icon { display: inline; }
}

@media screen and (min-width: 850px) {
	.article-enhanced-byline-social {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	.article-enhanced-byline-social .a2a_kit {
		margin-top: 1.5em;
	}
}

/* ==========================================================================
	Article Social Icons - AddToAny
   ========================================================================== */
.a2a_kit a {
	margin-top: 0;
}

.a2a_s_email {
	background-color: #555555 !important;
}

.a2a_s_a2a {
	background-color: #777777 !important;
}


/* ==========================================================================
	Article Enhanced Snippets
   ========================================================================== */
.article-pullquote {
	color: #006747;
	font-size: 1.25em;
	line-height: 1.25em;
}
.media-medium-right iframe {
	width: 100%;
}

@media screen and (min-width: 850px) {
.article-pullquote {
	font-size: 1.5em;
	max-width: 33%;
}

.article-pullquote-right {
	float: right;
	padding: 0.75em 0 0.75em 0.75em;
	margin: 0.75em 0 0.75em 0.75em;
	border-left: 1px solid #ccc;
}

.article-pullquote-left {
	float: left;
	padding: 0.75em 0.75em 0.75em 0;
	margin: 0.75em 0.75em 0.75em 0;
	border-right: 1px solid #ccc;
}

}