/* INDUSTRY NEWS STYLING */
.industry-card {
	padding:10px;
	margin-bottom:10px;
	border:1px solid black;
	border-radius: 10px;
}
.industry-card  h3.industry-headline {
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	color: black;
}
.industry-news-link{
	background-image: url('http://www.wired-gov.net/icons/document-48.png');
}
.industry-news-link:hover{
	background-image: url('http://www.wired-gov.net/icons/document-48-O.png');
	border-left:2px solid #F37421;
	border-right:2px solid #F37421;
}
.industry-news-link {
	border:2px solid white;
	background-repeat:no-repeat;
	/*background-size: 15px 15px;*/
	padding: 10px 0px 10px 50px;
	display:block;
	margin-bottom: 5px;
}

/* HOME NEWS STYLING */
.news-card {
	position:relative;
	padding:0px 0px 0px 0px;
	background-color:white;
	margin:10px 0px 10px 0px;
	border-top:2px solid #F37421;
	border-left:2px solid #F37421;
	border-right:2px solid #F37421;
	border-bottom:4px solid #F37421;
	direction: ltr;
    overflow:hidden;
    height:auto;
	z-index:0;
}
.news-card  p{
	margin:5px;
	font-size:1.3em;
}
h3.news-headline {
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	color: black;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 5px 5px;
	min-height: 56px;
	padding: 25px 140px 0px 130px;
	/*display: table-cell;*/
}
.news-posted {
	z-index:3;
	position:absolute;
	right:0;
	top:0px;
	/*bottom:0;*/
	display:block;
	display: table-cell;
	width:135px;
}
.news-link {
	vertical-align: middle;
	background-image: url('/icons/document-48.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 30px 30px;
	padding: 10px 0px 5px 40px;
	font-size: 1.5em;
	font-weight:bold;
	opacity: 0.4;
	display: block;
	width:100%;
	border:1px solid #F37421;
	background-color: #F37421;
	color:black !important; 
	z-index:0;
	text-decoration:none;
}
.news-link:hover {
	color:black;
	text-decoration:none;
	opacity: 0.6;
	
}
.news-channel {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color:black;
	color:white;
	display:none;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px 5px 5px 5px;
}
.news-link .read-article-label{
	display:none;
}
.news-posted-weekday, .news-posted-fulldate, .news-posted-time{
	display:block;
	color:#999999;
	text-align:right;
}
.news-posted-weekday {
	padding:2px 5px 2px 5px;
	font-size: 1.5em;
}
.news-posted-fulldate {
	padding:2px 5px 0px 5px;
	font-size: 1.2em;
}
.news-posted-time {
	padding:2px 5px 0px 5px;
	font-size: 1.5em;
}

/* NEWSBOX STYLING */
/*.newsbox {font-family:Arial, Helvetica, sans-serif;}5px 0px 10px 0px*/
.newsbox:hover {background-color:#efecea;}
.newsbox {margin:auto;padding:2px;border:1px solid black;border-radius: 10px;height: auto;}
.newsboxlabel {font-size:small}
.newsboxlabel {margin:10px 0 5px 0;font-weight:bold;}
.wgstyle {margin:0px 0 10px 0;font-weight:bold;}

.newsboxsummary {font-size:small;}
.newsboxsummary {margin:auto;padding:0 2px 0 2px;}

.link {display:block;font-weight: bold;padding-top:5px;}
.link a:link {font-weight: bold;text-decoration:none;}
.link a:visited {font-weight: bold;text-decoration:none;}
.link a:hover {font-weight: bold;text-decoration:underline;}
.link a:active {font-weight: bold;text-decoration:none;}

span.newsboxlabelheader {font-weight:bold;}
span.newsboxdate {}/*color:#666666;*/

div.newsbox img.channelImage {padding:10px;}
.image-container {background-color:white;float:left;height:auto;margin-right:10px;border-right:1px solid black;border-radius: 10px;padding:0px 10px 0px 10px;}
.latest-summary {height:180px;}
.industry-news {padding-left:3px;}

/* UPDATED NEWSBOX STYLING */
span.newsArticleTitle{font-weight:bold;font-size:medium;padding-top:12px;color:black;}
span.newsArticleChannel{font-weight:bold;}
span.newsArticleDate{font-size:x-small;}

.ui-widget-content {background-color:white;background-image:none;}

/* for 1024px or less */
@media screen and (max-width: 1024px) {
.image-container {height:130px;}
.latest-summary {height:230px;}
}
/* for 800px or less*/
@media screen and (max-width: 800px) {
.no-summary {height:160px;}
}
/* for 700px or less */
@media screen and (max-width: 600px) {
.image-container {display:none;}

}
/* for 480px or less */
@media screen and (max-width: 500px) {
.image-container {display:none;}
}

.news-left, .news-right{width:49%;}
.news-left .newsbox, .news-right .newsbox {height:100%;}
.news-left{float:left;}
.news-right{float:right}
.news-left .newsboxlabel, .news-right .newsboxlabel{background-color:white;text-align:center;height:100%;}
.news-left .newsboxsummary, .news-right .newsboxsummary{height:150px;}
.news-left .newsboxlabel .image-container, .news-right .newsboxlabel .image-container{float:none;height:auto;}

