/**
 * @file
 * Styles specific to SS newsroom, just for basics.
 */

 .block-ss-newsroom-main {
   background-image:url("data:image/gif;base64,R0lGODlhAwADAIAAAP////Hx8SH5BAAAAAAALAAAAAADAAMAAAIEBHIJBQA7");
   margin-top: 2em;
   margin-bottom: -3.7em;
 }

 .block-ss-newsroom-main h2.block-title {
   position: relative;
   margin-top: 0;
   border: 2px solid #379ebf;
   text-align: center;
   padding: 0.2em;
   color: #fff;
   background-color: #116186;
   border-right: none;
   border-left: none;
 }

.block-ss-newsroom-main h2.block-title:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  border-color: rgba(56, 156, 190, 0);
	border-top-color: #389cbe;
	border-width: 11.5px 9px;
	left: 50%;
	margin-left: -10px;
}

.newsroom-feed-container {
  width: 235px;
  padding: 1em;
  height: 220px;
  overflow-y: auto;
  float: left;
  margin-right: 1em;
}

.newsroom-feed-container h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0em;
}

.newsroom-feed-container div.loading {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

#newsroom-feed-3 {
  margin-right: 0;
}

.newsroom-feed-container a.feed-item {
  color: #666;
  font-size: 0.9em;
  display: block!important;
  padding-bottom: 1em;
  margin-top: 0.5em;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.newsroom-feed-container a.read-more {
  float: right;
  margin-top: 2px;
  color: #6e8499;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  margin-right: 2px;
}

.newsroom-feed-container a.read-more:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(56, 156, 190, 0);
	border-left-color: #6e8499;
	border-width: 4px;
	top: 50%;
  margin-left: 3px;
	margin-top: -3px;
}

/* Fiddley Specific Overrides for Spec Matching */

#newsroom-feed-2 h3 { color: #05bcde; }
#newsroom-feed-2 h3 i { color: #74daf0; }

#newsroom-feed-2 a.read-more { color: #02bddc; }
#newsroom-feed-2 a.read-more:after { border-left-color: #02bddc; }

#newsroom-feed-3 h3 { color: #0084a5; font-weight:400; }

#newsroom-feed-3 a.read-more { color: #0084a5; }
#newsroom-feed-3 a.read-more:after { border-left-color: #0084a5; }

