 .stackRow, .stackRow2 {
  position: relative;




  padding: 1em 0.5em 1em 1em;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0em;
  background-color: #ffffff;



  }
  
  .stackRow:Hover {
   cursor:pointer;
  }
  
  .stackImage {
  float: left;
  width: 216px;
  }
  
  .stackText {
  margin-left: 228px;
  }
  
  .stackRow H4, .stackRow2 H4 {
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 25px; height: auto !important; height: 25px;  
  margin: 0px;
  padding-left: 24px;
  padding-top: 4px;
  }

  .stackRow H4.noLink {
  margin: 0px;
  padding-top: 4px;
  }


  
  .stackRow a, .stackRow2 a{
  text-decoration: none;
  color: #002277;
  }
  
  .stackRow a:hover, .stackRow2 a:hover {
  text-decoration: underline;
  }
  
  .stackRowSpanBlack {
  color: #000000;
  }

  .stackRow p {
  padding-top: 1em;
}
#newsHubContainer{
position:relative;
}

.subscribe{
display: inline-block;
position: absolute;
top: 0;
right: 0;
z-index:10;
background:#00b1eb;
color:#fff;
font-size:0.9em;
padding: 0.3em 0.7em;
}
#pageContent .subscribe a.link{
color:#fff;
}

.newsType{
    background: #0e2b63;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 0.7em;
    padding: 0.2em 0.5em;
}

.stackRow{
border-bottom:none;
border-top: 1px solid #e8e8e8;
padding:2em 0.5em 1em 1em;
}



