/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.negative-top {
  margin-top: 125px !important;
}
@media (max-width: 992px){
  /* .rpb-hero {
    background-color:#3f7437 !important;
    background-image:none !important;
  } */
    .negative-top {
    margin-top: 0 !important;
  }
} 
  