.w-library .optionToggle {
    display: none;
}
.w-library .options{
    display: none;
}


/*hide point for nicotine free*/
.wellnessScoreWidget.dashboardWidget.remove-widget-styles.nicotineFree .points.f-right{
    display: none;
}
.wellnessScoreWidget.dashboardWidget.remove-widget-styles.nicotineFree .total{
    display: none;
}

.goldV2-theme .dashboard_aspx #page-content .hero-banner,
.goldV2-theme .default_aspx #page-content .hero-banner,
.goldV2-theme .schedule_program_aspx.add-banner #page-content .hero-banner {
  background-image: url(/Shared/templates/PremierCommunityHealth/Images/Banners/Resize_Home.png);
  background-size: auto;
  background-position: calc(100% + 326px) calc(100% - 140px);
}

@media only screen and (max-width: 980px){
  .goldV2-theme .dashboard_aspx #page-content .hero-banner,
  .goldV2-theme .default_aspx #page-content .hero-banner,
  .goldV2-theme .schedule_program_aspx.add-banner #page-content .hero-banner {
    background-size: cover;
    background-position: 100% 0;
  }
}

@media only screen and (max-width: 480px){
  .goldV2-theme .dashboard_aspx #page-content .hero-banner,
  .goldV2-theme .default_aspx #page-content .hero-banner,
  .goldV2-theme .schedule_program_aspx.add-banner #page-content .hero-banner {
    background-size: cover;
    background-position: calc(100% + 190px) -50%;
  }
}