@font-face {
  font-family: "cvs_health_sansbold";
  src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_bd-webfont.woff2")
      format("woff2"),
    url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_bd-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cvs_health_sansmedium";
  src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_md-webfont.woff2")
      format("woff2"),
    url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_md-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cvs_health_sansregular";
  src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_rg-webfont.woff2")
      format("woff2"),
    url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_rg-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#wrapper,
#click_through,
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  overflow: hidden;
  z-index: 9;
}
#wrapper {
  position: relative;
  background-color: #fff;
  visibility: hidden;
}
#wrapper.show {
  visibility: visible;
}

#click_through {
  z-index: 999;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #c00;
}

/* New CSS starts here */

#cvs_logo {
  position: absolute;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cta_button {
  background-size: contain;
  position: absolute;
  font-size: 13px;
  text-align: center;
  line-height: 31px;
  left: 15px;
  bottom: 20px;
  background: #cc0000;
  font-family: "cvs_health_sansmedium";
  color: #fff;
  height: 30px;
  width: 115px;
}
#disclaimer {
  position: absolute;
  color: #000;
  font-family: "cvs_health_sansregular";
  font-size: 7px;
  left: 15px;
  bottom: 6px;
  width: 115px;
  text-align: center;
}
#disclaimer sup {
  position: relative;
  top: 3px;
}
#offer_dot_img {
  position: absolute;
  background-size: contain;
  height: 100%;
  width: 100%;
}
#headline_copy {
  font-family: "cvs_health_sansbold";
  color: #215696;
  font-size: 28px;
  line-height: 30px;
  position: absolute;
  width: 135px;
  right: 0;
  top: 30px;
}
#copy_under_offer_dot {
  position: absolute;
  font-family: Helvetica;
  top: 165px;
  left: 0;
  width: 100%;
  font-size: 21px;
  padding: 0 15px;
  line-height: 23px;
}
#f1_product_img {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: auto 108%;
  top: 245px;
}
#ttbt_logo {
  position: absolute;
  background-size: contain;
  height: 100%;
  width: 100%;
  right: -100%;
}
.Week_1.Proactive_Fitness_Working_Out #copy_under_offer_dot, .Week_2.Proactive_Fitness_Working_Out #copy_under_offer_dot, .Week_3.Proactive_Fitness_Working_Out #copy_under_offer_dot {
  font-size: 19px;
}
.Week_1.Proactive_Parenting #copy_under_offer_dot {
  font-size: 18.5px;
}
.Week_2.Proactive #copy_under_offer_dot, .Week_3.Proactive #copy_under_offer_dot, .Week_4.Proactive #copy_under_offer_dot, .Week_4.Proactive_Fitness_Working_Out #copy_under_offer_dot {
  font-size: 20px;
}

/* New CSS ends here */