@charset "UTF-8";

@media (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/academics/programs/header_bg_01.jpg");
  }
  .module-lead02 {
    margin: 0 0 40px !important;
  }
  .listItems{
    margin-bottom: 40px !important;
  }
  .module-hoverText .listItems{
    text-align: right;
  }
  .module-boxColumn2{
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  #global-header header {
    background-image: url("/assets/images/academics/programs/header_bg_01.jpg");
    background-size: cover !important;
    
  }
  .module-lead02 {
    margin: 0 4% 8% !important;
  }
  .listItems{
    margin-bottom: 20px !important;
  }

}
