body .columnName{
  margin-bottom: 0px;
}
body .da-bre{
  background: #ffffff;
  color:rgb(22,48,94);
}
body{
  background-color:rgb(22,48,94)!important;
}
body .site-footer{
  background-image: linear-gradient(178deg, 
		rgba(0,0,0,0) 30%, 
		#3158a6 100%);
  background-color:transparent;
}
.figure.hasbg img{
  width:100%;
}
body .subLine{
  display:none;
}
body .storyTitle>a{
  color: #cbc8ff!important;
}
body .storySummary a{
  color: #7fa6f2!important;
}
body .storyTime{
  color: #7fa6f2;
}
body .da-bre a{
  color:rgb(22, 48, 94)!important;
}
body .item .wrap .figure{
  width:6%;
}
body .item .wrap .text{
  flex:1;
  margin-left:20px;
}
@media (max-width:650px){
  body .item .wrap{
    display: flex;
  }
  body .item .wrap .figure{
    width:18%;
    flex:none;
  }
  body .item .wrap .text{
    margin-left: 2vw;
    width:unset;
    flex:1;
  }
}