#newsBox { margin-bottom: 2em; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NEWS PAGE MODULES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (max-width: 767px) {
	.news #MainContent {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		overflow: hidden;
	}
}
#newsAnnouncements, #newsPostedItems {
	border-left: medium none;
	margin-right: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	#newsAnnouncements, #newsPostedItems {
		width: 100%;
	}
}
.moduleHeader.newsTab {
	background: #E7E7E7;
	border-radius: 6px 6px 0 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #BBB;
	height: auto;
	min-height: 3.25em;
	position: relative;
	top: .07em;
	z-index: 10;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.moduleHeader.newsTab {
		margin-left: 0;
		top: .07em;
		width: 60%;
	}
}

#newsPostedItems .newsTab {
	min-height: 3.75em;
}
.newsTab .label {
	display: block;
	font-family: Cambria,Georgia,Serif;
	font-size: 1.25em;
	margin-top: .95em;
}
.newsTab .helpText {
	clear: left;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: .35em;
}
a.showStory {
	font-size: .8em;
	text-decoration: none !important;
	border-color: transparent !important;
	margin-left: .2em;
}
.newsStory a {
	font-weight: bold;
}
.newsItem p a {
	border-bottom-style: solid !important;
	border-bottom-width: 0 !important;
	padding: 0 2px;
}
.newsStory p, .newsItem li {
	font-size: 1em;
	padding-bottom: 0.85em;
	width: 95%;
}
.newsStory .playerWrap {
	border: 1px solid #000;
	background: #0e0e0e;
	padding: .25em 1em .5em 1em;	
	width: 85%;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 1px 1px 0 #F0F0F0;
}
.newsStory .playerWrap p {
	color: #EFEFEF;	
	font-weight: bold;
	font-family: Cambria, Georgia, Sans-serif;
	padding-bottom: .5em;
	width: 100%;
}
.newsStory .playerWrap p a {
	display: block;
	clear: both;
	color: #b2cadd;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	border-bottom: 0 none;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.newsStory .playerWrap p a:hover {
	border-bottom: 0 none !important;	
	color: #dbebf7;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
@media screen and (min-width: 400px) {
	.newsStory .playerWrap {
		width: 90%;
	}
	.newsStory .playerWrap p a {
		float: right;
		clear: right;
		padding-right: 7px;
	}	
}
.newsStory .playerWrap #audioplayer_wrapper {
	opacity: .6;
	width: 100% !important;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.newsStory .playerWrap #audioplayer_wrapper:hover {
	opacity: 1;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.newsStory img {
	height: auto;
	width: auto;
	max-width: 90%;
	border: 1px solid #666;
	box-shadow: 0 0 3px #CCC;
}
.newsItemWrap.closed .newsStory {
	display: none;
}
.newsItems {
	margin: 0 0 0 0;
	background: #E7E7E7;
	width: 100%;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	position: relative;
}
@media screen and (min-width: 768px) {
	.newsItems {
		border: 1px solid #AAA;
		border-radius: 0 6px 6px 6px;
	}
	.notice.module.right {
		margin-right: 2.35em;
	}
}
.news .notice {
	max-width: 450px;
}
.notice.module .enlarge {
	display: none;
}
.news .notice .libraryNotice {
	display: none !important;
}
.newsItemWrap {
	list-style-type: none;
	margin-left: 0;
}
p.boldLine {
	color: #444;
	font-family: Cambria,palatino,georgia,serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	margin-left: 0;
	padding-top: .85em;
	text-indent: 2em;
	padding-bottom: .75em;
	position: relative;
	width: 97%;
}
.newsItem p.boldLine:hover {
	cursor: pointer;
	color: #000;
}
.newsItem p.boldLine:hover .toggleIcon {
	opacity: 1;
	filter:alpha(opacity=100);
}
span.toggleIcon {
	width: 32px;
	height: 30px;
	position: absolute;
	left: .1em;
	opacity: .88;
	filter:alpha(opacity=88);
	background: url(https://images.azureedge.net/images/interface/sprite_toggle_plus_minus.png) no-repeat 0 0;
}
.closed .toggleIcon.blue {
	background-position: 0 -50px;
}
.open .toggleIcon.blue {
	background-position: 0 -2px;
}
.closed .toggleIcon.red {
	background-position: 0 -148px;
}
.open .toggleIcon.red {
	background-position: 0 -99px;
}
.newsItem .icon.alert {
	display: inline-block;
	height: 32px;
	margin-bottom: -10px;
	margin-left: -1.9em;
	width: 38px;
	position: relative;
	top: -3px;
	z-index: 20;
	background: url(https://images.azureedge.net/images/interface/sprite_warning_burgundy.png) no-repeat -2px -2px #E8E8E8;
	background-size: 38px auto;
}

div.postdate {
	float: none;
	padding-top: 0.85em;
	text-align: left;
}
.postdate {
	clear: both;
	color: #666666;
	display: block;
	font-size: 82%;
	padding-bottom: .45em;
}
.postdate.red {
	color: #A00000; 
	padding-top: 0; 
	font-weight: bold;
}
.newsItems .fromIcon {
	cursor: pointer;
}
.wToolTip:not(:hover)[tooltip]::after, .wToolTip:not(:hover)[tooltip]::before {
	display: none !important;
}
.wToolTip:hover[tooltip]::after, .wToolTip:hover[tooltip]::before {
	display: block !important;
	animation: fadeIn .25s 1 ease-in;
	-moz-animation: fadeIn .25s 1 ease-in;
	-webkit-animation: fadeIn .25s 1 ease-in;
	-o-animation: fadeIn .25s 1 ease-in;
}
.newsItems .wToolTip[tooltip]::after {
	top: -3.85em;
	left: -10px;
}
.newsItems .wToolTip[tooltip]::before {
	left: -7px;
}
#newsPostedItems .postdate {
	display: none;
}
.newsItemWrap {
	clear: both;
	margin: 0;
	width: 100%;
}
.newsItemWrap.hovering {
	cursor: pointer;
	background-color: #F5F5F5;
}
.newsItemWrap.first .newsItem {
	padding-top: .75em;
	border-top: 0 none;
}
.newsItem {
	clear: both;
	float: none;
	display: block;
	border-top: 1px solid #AAA;
	padding-left: 1.2em;
	padding-right: 1em;
	padding-bottom: .4em;
	margin-bottom: 0;
	margin-right: 0;
}
#newsPostedItems .newsItem {
	padding-top: .75em;
	padding-bottom: .75em;
}
#newsPostedItems .newsItem a {
	margin-right: 2%;
}
.newsStory a:hover {
	border-bottom: 1px solid !important;
}
.newsItem.hovering .fromIcon {
	opacity: 1;
	filter:alpha(opacity=100);	
}

/* News Images */
.newsStory .imageBlock {
	clear: both;
	max-width: 565px;
}
.newsStory .imageBlock {
	width: 100%;
}
.newsStory .image {
	width: auto !important;
}
.newsStory .image img {
	max-width: 100% !important;
	width: auto !important;
}
.newsStory .image .caption {
	display: block;
    font-size: 0.828125em;
    line-height: 1.55em;
    margin-top: 0.25em;
}

/* News iframe */
.newsStory .slideshowWrap {
	position: relative;
	overflow: hidden;
	z-index: 5;
	-moz-transition: top 1s ease, width 0s ease, left 1s ease, background 0s ease;
	-webkit-transition: top 1s ease, width 0s ease, left 1s ease, background 0s ease;
	-o-transition: top 1s ease, width 0s ease, left 1s ease, background 0s ease;
	transition: top 1s ease, width 0s ease, left 1s ease, background 0s ease;
}
.newsStory .slideshowWrap.expanded {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 0%, .88);
	z-index: 900;
	cursor: pointer;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.newsStory .slideshowWrap.expanded::before {
	content: '';
	right: 1%;
	top: 1%;
	position: absolute;
	width: 40px;
	height: 40px;
	opacity: .9;
	background: url("https://images.azureedge.net/rcg/images/interface/sprite_x.png") no-repeat scroll left 5px;
}
.newsStory .slideshowWrap.expanded:hover::before {
	opacity: 1;
}
.newsStory iframe {
	border: 0 none;
}
.newsStory iframe.slideshow {
	width: calc(100% + 3.15em);
	height: 460px;
	margin-left: -1.5em;
	-moz-transition: top 1s ease, width .3s ease, left 1s ease, height 0s ease;
	-webkit-transition: top 1s ease, width .3s ease, left 1s ease, height 0s ease;
	-o-transition: top 1s ease, width .3s ease, left 1s ease, height 0s ease;
	transition: top 1s ease, width .3s ease, left 1s ease, height 0s ease;
}
.newsStory .slideshowWrap:not(.expanded) iframe.slideshow, .newsStory .slideshowWrap:not(.expanded) #expandToggle {
	cursor: pointer;
}
.newsStory .slideshowWrap.expanded iframe {
	display: block;
    height: 90%;
    margin: 3% auto;
    position: relative;
    width: 90%;
	max-width: 910px;
	max-height: 560px;
	z-index: 55;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.newsStory .slideshowWrap #expandToggle {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.newsStory .slideshowWrap:not(.expanded) #expandToggle::after {
	background: rgba(0, 0, 0, 0) url("https://images.azureedge.net/rcg/images/interface/icn_camera_tools_expand.png") no-repeat scroll center 14%;
    color: #fff;
    content: "Click to Expand";
    font-family: Calibri,Arial,sans-serif;
    font-size: 230%;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    opacity: 0.75;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-animation: fadeIn 1s 1 ease;
	-webkit-animation: fadeIn 1s 1 ease;
	-o-animation: fadeIn 1s 1 ease;
	animation: fadeIn 1s 1 ease;
}
.newsStory .slideshowWrap:not(.expanded) #expandToggle:hover::after {
	opacity: .95;
	text-shadow: 0 2px 3px hsla(0, 0%, 0%, .8);
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.newsStory .slideshowWrap.expanded #expandToggle::after {
	display: none !important;
}

/* Posted Items */
#newsPostedItems {
	margin-bottom: 3em;
}
#newsPostedItems a:hover {
	border-bottom: 1px solid;
}


