#config_box {
  background-color: white;
  border-left: 4px solid white;
}  
.backgroundAnimated{    
      
      /*animation: fadeIt 1s ease-out; */
      
      border-left: 4px solid yellow !important;
      transition: border  ease-in-out .5s;
}

#jarlock-cta {
  background-image: url("/images/nasa-bk.jpg");
}