/********** Author Details **********/

.author-container {
	background: #e8e8e8;
	padding: 2em;
	margin-bottom: 1em;
	border: 1px solid #cccccc;
}

.author-container img {
	float: left;
	margin-right: 1em;
	max-width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.author-container h4 {
	padding-top: 12px;
	margin-bottom: 1.8em;
}

.author-container .details {
	background: #fff;
	padding: 1em;
	border-radius: 10px;
}

.author-container .details .detail-section {
	margin-bottom: 12px;
}
.author-container .details .detail-section:last-child {
	margin-bottom: 0;
}

.author-container .details h6 {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 2px 0;
}

.author-container .details p {
	margin: 0;
	padding: 0;
}

.author-container .details a {
	color: #555555;
	border-bottom: 1px solid #555555;
}

.author-container .details a:hover {
	color: #000000;
}


/********** Search, Taxonomy Title **********/

.heading-title {
	padding: 0.5em;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	margin-bottom: 1em;
}


/********** Highlight the searched term **********/

.news-post-title .search-highlight {
	padding: 4px 3px 2px 3px;
}

.search-highlight {
	background: #fbba37;
	padding: 0px 3px;
}


/********** News Search & Filter **********/

.news-search-filter {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}

.news-search-filter .news-search-form {
	width: 100%;
}

.news-search-filter.search-and-filter .news-search-form,
.news-search-filter.search-and-filter .news-filter-terms {
	width: 100%;
}

.news-search-filter .news-search-icon {
	position: absolute;
	left: 16px;
	top: 19px;
}

.news-search-filter .news-search-icon>span {
	font-size: 15px;
}

.news-search-filter .clear-search-filter {
	color: tomato;
	font-size: 22px;
	position: absolute;
	top: 13px;
	left: 10px;
	padding: 2px;
	background: #ffffff;
}

.news-search-form {
	position: relative;
	margin-bottom: 10px;
}

.news-search-form .news-search-input {
	-webkit-appearance: none;
	border: 2px solid #e8e8e8;
	box-shadow: none;
	border-radius: 5px;
	font-size: 15px;
	margin: 0;
	padding: 3px 15px 0 40px;
	height: 3.45em;
}

.news-search-form .news-search-input:focus {
	box-shadow: none;
	border-color: #999999;
}

.news-filter-terms {
	position: relative;
}

.news-filter-terms .filter-terms-title {
	padding: 17px 16px 0 40px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
	font-size: 15px;
	margin: 0;
	height: 3.45em;
}

.news-filter-terms .all-filter-terms {
	margin: 0;
	list-style: none;
	border: 2px solid #e8e8e8;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: 48px;
	width: 100%;
	background: #f2f2f2;
	max-height: 400px;
	overflow-y: auto;
	z-index: 5;
	display: none;
}

.news-filter-terms .all-filter-terms .filter-topic {
	color: #111;
	font-size: 14px;
	letter-spacing: 0.2px;
	padding: 10px 10px 10px 15px;
	display: block;
	border-bottom: 2px solid #ccc;
}

.news-filter-terms .all-filter-terms .filter-topic.active,
.news-filter-terms .all-filter-terms .filter-topic:hover {
	background: #333333;
	color: #ffffff;
}

.news-filter-terms .all-filter-terms .filter-topic:last-child {
	border-bottom: none;
}

.news-filter-terms .all-filter-terms .filter-topic .fas {
	margin-right: 5px;
}

.news-filter-terms .filter-terms-title .count,
.news-filter-terms .all-filter-terms .filter-topic .count {
	background: #333;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	right: 15px;
}

.news-filter-terms .filter-terms-title .count {
	padding: 5px;
	top: 14px;
}

.news-filter-terms .all-filter-terms .filter-topic .count {
	padding: 0 6px 0 5px;
}

.news-filter-terms .all-filter-terms .filter-topic.active .count,
.news-filter-terms .all-filter-terms .filter-topic:hover .count {
	background: #fff;
	color: #333;
}

.news-archive-description {
	background: #e8e8e8;
	padding: 20px;
	border-radius: 3px;
	margin: 0 0 25px 0;
	line-height: 1.5;
}
.news-archive-description > strong {
	margin-bottom: 3px;
	display: inline-block;
	font-family: "Aleo", serif;
}


/********** Single News Story **********/

.single-news-post {
	line-height: 1.6;
}

.single-news-post .entry-content .post-featured-media[media-type="image"] img {
	width: 100%;
	border-radius: 3px;
}

.single-news-post .entry-content .post-featured-image-caption {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.single-news-post .entry-content .plu-audio-player {
	width: 100%;
}

.single-news-post .post-title-details-container {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #e8e8e8;
}

.single-news-post .post-title-details-container .post-title .page-title {
	margin: 0;
	line-height: 1.2;
	font-size: 1.8em;
}

.single-news-post .post-title-details-container .post-title .post-sub-title {
	margin: 4px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.3px;
}

.single-news-post .post-title-details-container .post-details {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

.single-news-post .post-title-details-container .post-details a {
	color: #333;
}

.single-news-post .entry-content .post-content {
	padding-top: 2em;
}

.single-news-post .entry-content .post-content .post-details {
	display: none;
}

.single-news-post .news-archive-author {
	color: #595959;
	padding: 0;
	margin: 0 0 15px 0;
}

.single-news-post .news-author {
	color: #595959;
	padding: 0;
	margin: 0;
}

.single-news-post .news-lead {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 20px;
}

.single-news-post .news-archive-row:first-child img {
	max-height: 500px;
}

.single-news-post .footer-post-section-title {
	border-bottom: 7px solid #999;
	margin-bottom: 18px;
}

.single-news-post .post-footer .footer-section {
	margin: 2em 0 0 0;
}

/* fix text links for old (imported from cascade) articles */
.single-news-post .post-content p a {
	text-decoration: none;
	background-image: linear-gradient(to right, #ecbc5b, #fbba37);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	color: #333333;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-news-post .post-content p a:hover,
.single-news-post .post-content p a:focus {
	color: #000000;
	background-size: 0% 2px;
}

/* force the facebook comments widget to be 100% full width */
.single-news-post .post-footer .post-comments .fb-comments iframe {
	width: 100% !important;
}

/**** audio/verbally read post text controls ****/

/* modify positioning of speechify inline player */
.speechify-ui-fix {
	margin-top: -2em;
	display: block;
}
body.single-news article.topics-resolute .speechify-ui-fix {
	margin-top: -19px;
}
.speechify-ui-fix.remove-speechify,
#speechify-root.remove-speechify {
	display: none;
}

.body-wrapper.standard .post-content-inner-wrapper {
	margin-top: 1em;
}

.read-post-text-controls {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	min-height: 70px;
}

.read-post-text-controls .controls-wrapper {
	display: flex;
	margin-right: 10px;
}

.read-post-text-controls .controls-wrapper .audio-control-btn {
	margin: 0;
	padding: 10px 0;
	background: #ffc95b;
	border: 1px solid transparent;
	color: #000;
	width: 35px;
	border-radius: 50%;
	font-size: 12px;
}
.read-post-text-controls .controls-wrapper .audio-control-btn:hover {
	background: #fbba37;
}

.read-post-text-controls .controls-wrapper .audio-control-btn[disabled] {
	background: #fff;
	border-color: #999;
	color: #999;
}

.read-post-text-controls .controls-wrapper .audio-control-btn.pause,
.read-post-text-controls .controls-wrapper .audio-control-btn.stop {
	margin-left: 5px;
}

.read-post-text-controls .text-to-read-wrapper {
	width: 100%;
	border-left: 1px solid #e8e8e8;
	padding-left: 12px;
}

.read-post-text-controls .text-to-read-wrapper .text-to-read-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.read-post-text-controls .text-to-read-wrapper .audio-pattern-bkg {
	background: transparent url('../images/soundwave-bkg.png') repeat-x;
	height: 15px;
	width: 100%;
	margin-top: 5px;
}

.read-post-text-controls .text-to-read-wrapper .text-to-read > p {
	margin: -2px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

.read-post-text-controls .read-post-voice-select {
	display: flex;
	align-items: end;
	margin-top: 3px;
}

.read-post-text-controls .read-post-voice-select > label {
	color: #444;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 1px 5px 0 10px;
	line-height: unset;
	border-radius: 3px;
}
.read-post-text-controls .read-post-voice-select > label:first-child {
	margin-left: 0;
}

.read-post-text-controls .read-post-voice-select .read-post-voice-select-ui {
	margin: 0;
	padding: 0;
	height: unset;
	background: transparent;
	border: 1px solid #ccc;
	width: 100%;
	color: #000;
	border-radius: 3px;
	font-size: 14px;
}
/* add some padding to the <select> boxes for firefox only */
@-moz-document url-prefix() { 
	.read-post-text-controls .read-post-voice-select .read-post-voice-select-ui {
		padding: 1px 4px;
	}
}

.current-highlighted-speech-sentance {
	background-color: #6fd699;
	display: inline;
}

.current-highlighted-speech-word {
	background-color: yellow;
	display: inline;
}

.speech-captions .post-read {
	
}
.speech-captions .current-word {
	
	background-color: gray;
}
.speech-captions .pre-read {
	
}

/********** Prev/Next & Social links on bottom of single story pages **********/
.post-prev-next-social-container {
	display: flex;
	flex-direction: row;
	background: #e8e8e8;
	align-items: center;
	padding: 1em 20px;
}

.post-prev-next-social-container .interaction-container.prev-next-wrapper {
	width: 10%;
	font-family: "Aleo", serif;
	display: flex;
	flex-direction: column;
}
.post-prev-next-social-container .interaction-container.prev-next-wrapper.next-post {
	text-align: right;
}

/* hide text link on mobile - show arrow icon link *
 * :first-child = arrow icon link
 * :last-child  = text link */
.post-prev-next-social-container .interaction-container.prev-next-wrapper a:first-child {
	font-size: 18px;
}
.post-prev-next-social-container .interaction-container.prev-next-wrapper a:last-child,
.post-prev-next-social-container .interaction-container.prev-next-wrapper .interaction-title {
	display: none;
}

.post-prev-next-social-container .interaction-container.prev-next-wrapper a {
	color: #555;
}
.post-prev-next-social-container .interaction-container.prev-next-wrapper a:hover {
	color: #111;
	transition: color 0.3s ease-in-out;
}

.post-prev-next-social-container .interaction-container.post-share {
	width: 80%
}

.post-prev-next-social-container .interaction-container.post-share .post-social-media {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-prev-next-social-container .interaction-container.post-share .post-social-media li {
	
}
.post-prev-next-social-container .interaction-container.post-share .post-social-media li .social-link-icon {
	color: #555;
	font-size: 17px;
	transition: color 0.3s ease-in-out;
}
.post-prev-next-social-container .interaction-container.post-share .post-social-media li .social-link-icon:hover {
	color: #111;
}

.post-prev-next-social-container .interaction-container.post-share .post-social-media li:after {
	content: '/';
	margin: 0 10px 0 5px;
	color: #999;
}
.post-prev-next-social-container .interaction-container.post-share .post-social-media li:last-child:after {
	display: none;
}
	

/********** Four recent posts on bottom of single story pages **********/

.latest-posts-container .posts-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.latest-posts-container .posts-container .latest-post {
	width: calc(50% - 1em);
	margin-bottom: 15px;
}
.latest-posts-container .posts-container .latest-post:last-child {
	margin-bottom: 0;
}

.latest-posts-container .posts-container .latest-post > a {
	display: block;
}

.latest-posts-container .posts-container .latest-post > a img {
	width: 100%;
}

.latest-posts-container .posts-container .latest-post > a .post-title {
	color: #555;
	margin: 5px 0 5px 0;
	padding: 0;
	font-family: "Aleo", serif;
}

.latest-posts-container .posts-container .latest-post > a .post-date {
	color: #555;
	margin: 0;
	padding: 0;
	font-family: "Aleo", serif;
	font-size: 11px;
	text-transform: uppercase;
}


/********** News Posts (Archive) **********/

/** -- Default (List) View -- */
.post-content-type-news {
	display: flex;
	flex-direction: column;
}

.post-content-type-news .news-post-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.2em;
	padding-bottom: 2em;
	border-bottom: 5px solid #e8e8e8;
}


/* STANDARD post type */

.post-content-type-news .news-post-container .news-post-media {
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.post-content-type-news .news-post-container .news-post-media a {
	display: block;
}

.post-content-type-news .news-post-container .news-post-media .img-overlay {
	background: rgba(251, 186, 55, 0);
	transition: all 0.2s ease-in;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-content-type-news .news-post-container .news-post-media img {
	transition: all 0.2s ease-in;
	position: relative;
	z-index: 0;
}

.post-content-type-news .news-post-container .news-post-media:hover .img-overlay {
	background: rgba(251, 186, 55, 0.5);
}

.post-content-type-news .news-post-container .news-post-media:hover img {
	transform: scale(1.2) rotate(5deg);
}


/* VIDEO post type */

.post-content-type-news .news-post-container .news-post-media[data-type="video"] .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.post-content-type-news .news-post-container .news-post-media[data-type="video"] .video-wrapper iframe,
.post-content-type-news .news-post-container .news-post-media[data-type="video"] .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-content-type-news .news-post-container .news-post-content {
	width: 100%;
}

.post-content-type-news .news-post-container .news-post-content .news-post-title {
	margin: 0 0 2px 0;
	padding: 0;
}

.post-content-type-news .news-post-container .news-post-content .news-post-excerpt {
	margin: 0 0 8px 0;
	padding: 0;
}

.post-content-type-news .news-post-container .news-post-content .news-post-title a {
	color: #000000;
	text-decoration: none;
	background-image: linear-gradient(to right, #ecbc5b, #fbba37);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: all 0.25s ease-in-out;
}

.post-content-type-news .news-post-container .news-post-content .news-post-title a:hover {
	background-size: 100% 2px;
}

.post-content-type-news .news-post-container .news-post-content .news-post-topic {
	margin-top: 10px;
}

.post-content-type-news .news-post-container .news-post-content .news-post-topic a {
	color: #ccc;
	font-family: "Aleo", serif;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 3px 7px;
	border-radius: 10px;
	margin: 0 3px 0 0;
	display: none;
	transition: all 0.3s ease-in-out;
}

.post-content-type-news .news-post-container .news-post-content .news-post-topic a:hover {
	color: #000000;
	border-color: #000000;
}

.post-content-type-news .news-post-container .news-post-content .news-post-topic a:nth-child(-n+3) {
	display: inline-block;
}

.post-content-type-news .news-post-container .news-post-content .news-post-meta {
	font-size: 13px;
	margin: 5px 0 0 0;
}

.post-content-type-news .news-post-container .news-post-content .news-post-meta .post-mention {
	padding-bottom: 5px;
}


/* AUDIO post type */

.post-content-type-news .news-post-container .news-post-media[data-type="self-hosted-audio"] .plu-audio-player {
	width: 100%;
}

/* STICKY post (stays on top of archive) */
.post-content-type-news .news-post-container[sticky-post="yes"] {
	background: #222;
	border-radius: 3px;
	padding: 2em;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-media {
	width: 100%;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-media img,
.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-media[data-type="video"] .video-wrapper iframe,
.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-media[data-type="video"] .video-wrapper video {
	border: 1px solid #444;
	padding: 7px;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-content .news-post-title a {
	color: #fbba37;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-content .news-post-excerpt,
.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-content .news-post-meta {
	color: #fff;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-content .news-post-topic a {
	color: #777;
	border-color: #777;
}

.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-content .news-post-topic a:hover {
	color: #ccc;
	border-color: #ccc;
}

/********** News Sidebar (Topics and Recent) **********/

.plu-news-widget h4 {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	padding: 0.7em;
	margin: 0;
}

.plu-news-widget a.view-all {
	width: 100%;
	margin-top: 1em;
	color: #333333;
	font-size: 0.8rem;
	display: inline-block;
	text-align: right;
}

.plu-news-widget.news-topics ul.topics,
.plu-news-widget.news-topics ul.recent,
.plu-news-widget.news-recent ul.topics,
.plu-news-widget.news-recent ul.recent {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plu-news-widget.news-recent .recent-title {
	margin: 0;
	padding: 0;
}

.plu-news-widget.news-recent .recent-title:after {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: 4px;
	width: 100%;
	height: 9px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.plu-news-widget.news-topics ul.topics li,
.plu-news-widget.news-topics ul.recent li,
.plu-news-widget.news-recent ul.topics li,
.plu-news-widget.news-recent ul.recent li {
	border-bottom: 1px solid #cccccc;
}

.plu-news-widget.news-topics ul.topics li a,
.plu-news-widget.news-topics ul.recent li a,
.plu-news-widget.news-recent ul.topics li a,
.plu-news-widget.news-recent ul.recent li a {
	padding: 0.7em;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 12px;
	color: #444444;
	margin: 0;
}

.plu-news-widget.news-topics ul.topics li a:hover,
.plu-news-widget.news-topics ul.recent li a:hover,
.plu-news-widget.news-recent ul.topics li a:hover,
.plu-news-widget.news-recent ul.recent li a:hover {
	background: #dddddd;
}

.plu-news-widget.news-topics ul.topics li a.active,
.plu-news-widget.news-topics ul.recent li a.active,
.plu-news-widget.news-recent ul.topics li a.active,
.plu-news-widget.news-recent ul.recent li a.active {
	background: #dddddd;
}

.plu-news-widget.news-topics ul.topics li a img,
.plu-news-widget.news-topics ul.recent li a img,
.plu-news-widget.news-recent ul.topics li a img,
.plu-news-widget.news-recent ul.recent li a img {
	float: left;
	margin: 4px 1em 0.5em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	max-width: 40px;
}

.plu-news-widget.news-topics ul.topics li a span.count,
.plu-news-widget.news-topics ul.recent li a span.count,
.plu-news-widget.news-recent ul.topics li a span.count,
.plu-news-widget.news-recent ul.recent li a span.count {
	float: right;
	background: #cccccc;
	padding: 1px 8px 0px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	color: #222222;
	font-size: 11px;
	border: 1px solid #999999;
}

.plu-news-widget.news-topics ul.topics li a .content-wrap,
.plu-news-widget.news-topics ul.recent li a .content-wrap,
.plu-news-widget.news-recent ul.topics li a .content-wrap,
.plu-news-widget.news-recent ul.recent li a .content-wrap {
	display: table;
}

.plu-news-widget.news-topics ul.topics li a .content-wrap .date,
.plu-news-widget.news-topics ul.recent li a .content-wrap .date,
.plu-news-widget.news-recent ul.topics li a .content-wrap .date,
.plu-news-widget.news-recent ul.recent li a .content-wrap .date {
	font-size: 12px;
	margin: 0;
	color: #aaaaaa;
}

.plu-news-widget.news-recent ul.recent .recent-item .content-wrap .post-title {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.45;
}

.plu-news-widget.news-topics ul.topics li:last-child,
.plu-news-widget.news-topics ul.recent li:last-child,
.plu-news-widget.news-recent ul.topics li:last-child,
.plu-news-widget.news-recent ul.recent li:last-child {
	border-bottom: none;
}

/********** Previous and Next Story links on bottom of news stories **********/

.prev-next .prev {
	float: left;
	font-size: 1.5rem;
	width: 50%;
}

.prev-next .next {
	float: right;
	font-size: 1.5rem;
	width: 50%;
}

.prev-next i {
	font-size: 3em;
	width: 100%;
}

.prev-next a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 1em 0 1.3em 0;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.prev-next a:hover {
	border: 1px solid #e8e8e8;
}


/********** Recent News Posts (used when a site activates the news post plugin) **********/

.recent-news-posts {
	margin-bottom: 2em;
}

.recent-news-posts h4 {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	padding: 0.7em;
	margin: 0;
}

.recent-news-posts ul {
	border: 1px solid #e8e8e8;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: none;
}

.recent-news-posts ul li {
	border-bottom: 1px solid #e8e8e8;
}

.recent-news-posts ul li a {
	padding: 1em;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #444444;
	margin-bottom: -9px !important;
}

.recent-news-posts ul li a:hover {
	border-left: 5px solid #fbba37;
	padding-left: 9px;
}

.recent-news-posts ul li a.active {
	border-left: 5px solid #fbba37;
	padding-left: 9px;
}

.recent-news-posts ul li a img {
	float: left;
	margin: 4px 1em 0.3em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.recent-news-posts ul li a span.count {
	float: right;
	background: #333;
	padding: 1px 8px 0px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.recent-news-posts ul li a .content-wrap {
	display: table;
}

.recent-news-posts ul li a .content-wrap .date {
	font-size: 12px;
	margin: 0;
	color: #bbbbbb;
}

.recent-news-posts ul li:last-child {
	border-bottom: none;
}


/********** Departmental site sidebar with News Post plugin active **********/

.plu-news-widget.departmental {
	float: none !important;
}

.off-canvas-wrap {
	background: #333333;
}

.inner-wrap {
	background: white;
}


/*needed in main site css */

.plu-news-shortcode {
	margin-bottom: 2em;
}


/*** RESPONSIVE STYLING ***/


/* MEDIUM SCREENS */

@media only screen and (min-width: 48em) {
	
	.news-search-filter *:last-child {
		margin-right: 0;
	}
	
	.news-search-filter {
		flex-direction: row;
		margin-bottom: 1.5em;
	}
	
	.news-search-filter .news-search-form {
		width: 100%;
	}
	
	.news-search-form {
		position: relative;
		margin-bottom: unset;
	}
	
	.news-filter-terms {
		width: 40%;
		margin-left: 1em;
	}
	
	.post-content-type-news .news-post-container {
		flex-direction: row;
		margin-bottom: 2em;
		padding-bottom: 2em;
	}
	
	.post-content-type-news .news-post-container .news-post-media {
		width: 55%;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	.post-content-type-news .news-post-container.no-image .news-post-content {
		width: 100%;
	}
	
	/********** News Posts **********/
	.news-post .post-content .no-featured-img {
		margin-top: 5em;
	}
	
	/********** News Posts (Video Format) **********/
	.format-video .entry-header {
		background: black;
		padding: 1em 1em 0.7em 1em;
		position: relative;
		width: 100%;
		border-bottom: none;
	}
	
	.latest-posts-container .posts-container .latest-post {
		width: calc(25% - 1em);
		margin-bottom: 0;
	}
	
	.post-prev-next-social-container .interaction-container.prev-next-wrapper {
		width: 25%;
	}
	
	.post-prev-next-social-container .interaction-container.post-share {
		width: 50%;
	}
	
	.post-prev-next-social-container .interaction-container.prev-next-wrapper .interaction-title {
		display: block;
		text-transform: uppercase;
		color: #000;
		text-decoration: underline;
		font-size: 12px;
	}
	
	.post-prev-next-social-container .interaction-container.prev-next-wrapper a:first-child {
		display: none;
	}
	.post-prev-next-social-container .interaction-container.prev-next-wrapper a:last-child,
	.post-prev-next-social-container .interaction-container.prev-next-wrapper .interaction-title {
		display: block;
	}
	
	/* STICKY post (stays on top of archive) */
	.post-content-type-news .news-post-container[sticky-post="yes"] .news-post-media {
		margin-right: 30px;
	}
	
	.read-post-text-controls .read-post-voice-select .read-post-voice-select-ui {
		width: auto;
	}
}


/* SEMI-LARGE SCREENS */

@media only screen and (min-width: 64em) {
	
	.news-filter-terms {
		width: 45%;
		margin: 0 1em;
	}
	
	.speech-captions {
		display: block;
		position: fixed;
		z-index: 99999999;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: rgba(0,0,0,0.9);
		color: #fff;
		/* font-size: 50px; */
		padding: 20px 0;
		font-family: 'Aleo', serif;
	}
}


/* LARGE SCREENS */

@media only screen and (min-width: 71.563em) {}