
/*--------------------------------------------------
 *                  Remove RD hero
 * --------------------------------------------------*/
 
.container {
  overflow-x: clip;
}

a{ 
  text-decoration: none; 
} 

 .toptop_banner {
  height: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.nav.nav_mobile  {
  display: none;
}

select#soflow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(85, 85, 85, 0.2637429971988795) 100%) !important;
}

/* Fix bug where images are out of bond */
.whatsnew_feature img {
  max-width: 100%
}