@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: 728px;
  height: 90px;
  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: 12.5px;
  text-align: center;
  line-height: 31px;
  right: 145px;
  margin: 0 auto;
  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;
  right: 145px;
  bottom: 6px;
  text-align: center;
  width: 115px;
}
#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: 17px;
  line-height: 1;
  position: absolute;
  width: 245px;
  top: 15px;
  text-align: left;
  left: 113.5px;
}
#copy_under_offer_dot {
  position: absolute;
  font-family: Helvetica;
  top: 35px;
  left: 113.5px;
  width: 190px;
  font-size: 13.5px;
  line-height: 15px;
  height: 45px;
  display: flex;
  align-items: center;
}
#f1_product_img {
  position: absolute;
  right: 240px;
  width: 125px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 98%;
  top: 0;
}
#ttbt_logo {
  position: absolute;
  background-size: contain;
  height: 100%;
  width: 100%;
  right: -100%;
}
.Week_1.Proactive_Parenting #copy_under_offer_dot {
  width: 225px;
  height:60px;
}
.Week_2.Proactive #copy_under_offer_dot {
  width: 210px;
}
.Week_3.Proactive_Fitness_Working_Out #copy_under_offer_dot{
  height:60px;
}
/* New CSS ends here */