@charset "UTF-8";
body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/*=========== OVERALL  ==========*/
#container_dc {
  position: absolute;
  width: 968px;
  height: 248px;
  border: 1px solid #999999;
  top: 0;
  left: 0;
  /*margin: auto;*/
  overflow: hidden;
  background-color: white;
  display: none;
}

#background_exit_dc {
  display: block;
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  background-color: red;
  z-index: 0;
}

.absPos {
  position: absolute;
  left: 0;
  top: 0;
}

.colorlight {
  color: #fdb945;
}

.colorDark {
  color: #f4791f;
}

.heavy {
  font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
}

/*=========== font settings  ==========*/
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-variant: normal;
  /*src: url('fonts/HelveticaNeue.eot');
  src: url("fonts/HelveticaNeue.eot?#iefix") format('embedded-opentype'),
  url('fonts/HelveticaNeue.woff') format('woff'),
  url('fonts/HelveticaNeue.ttf') format('truetype');*/
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  font-style: normal;
  font-variant: normal;
 /* src: url("fonts/HelveticaNeue-Bold.eot");
  src: url("fonts/HelveticaNeue-Bold.eot?#iefix") format('embedded-opentype'),
  url('fonts/HelveticaNeue-Bold.woff') format('woff'),
  url('fonts/HelveticaNeue-Bold.ttf') format('truetype');*/
}

/*=========== HEAD  ==========*/
#headWrapper {
  height: 90px;
  width: 970px;
}

#headYo {
  width: 550px;
  height: 90px;
  top: -15px;
}

#logoC {
  width: 190px;
  height: 65px;
  left: 778px;
  cursor: pointer;
}

/*=========== MID  ==========*/
#midWrapper {
  position: absolute;
  left: 16px;
  top: 67px;
  width: 650px;
  height: 180px;
}

#tabWrapper {
  width: 650px;
  height: 30px;
  border-bottom: 3px solid #f4791f;
  z-index: 18;
}

#tabWrapper .selected {
  background-color: #f4791f;
}

.mid-tab {
  position: absolute;
  width: 140px;
  height: 27px;
  background-color: #fdb945;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 3px;
  cursor: pointer;
}

.mid-tab p {
  color: white;
  font-size: 13px;
  width: 100%;
  text-align: center;
  padding-top: 6px;
}

#videoTab {
  left: 8px;
}

#cardTab {
  left: 151px;
}

.contentWrapper {
  width: 648px;
  height: 150px;
  border-right: 1px solid #f4791f;
  border-left: 1px solid #f4791f;
}

/*=========== MID - VIDEO LIBRARY ==========*/
#videoWrapper {
  display: block;
  background-image: url(img/video_bg.jpg);
  background-size: 650px 150px;
  background-position: 0 0;
}
.video-js {
  font-size: 5px;
  color: #fff;
  /*z-index: 12;*/
  cursor: pointer;
}

.vjs-poster {
  z-index: 1;
}

.vjs-control-bar {
  z-index: 1;
}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  border: 0.06666em solid #fff;
  border-radius: 0.3em;
  left: 0.5em;
  top: 0.5em;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: #f47920;
}

/* Hide the control bar when fullscreen */
/*.vjs-fullscreen .vjs-control-bar {
  display: none !important;
}*/

/* Slider - used for Volume bar and Progress bar */
#videoWrapper .video-js .vjs-slider, .video-js .vjs-load-progress {
  background-color: #ab5516;
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  /*background: #fff;*/
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /*background: rgba(115, 133, 159, 0.5);*/
}

.video-js .vjs-load-progress div {
  /*background: rgba(255, 255, 255, 0.5);*/
}

.video-js .vjs-volume-menu-button .vjs-volume-level {
  /*background: white;*/
}

.video-js .vjs-volume-menu-button .vjs-menu .vjs-volume-bar {
  /*background: rgba(255, 255, 255, 0.5);*/
}


.video-js .vjs-play-progress:before, .vjs-slider-horizontal .vjs-volume-level:before {
  opacity: 0;
}

/* Show the controls (hidden at the start by default) */
.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* 10 em is _too_ much. */
/*.vjs-fullscreen .vjs-control-bar {
  height: 10em;
}*/

/* remove the hover effect on volume bar*/
/*
.video-js .vjs-menu-button-inline, .video-js .vjs-menu-button-inline, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-volume-menu-button-horizontal .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
*/

/*show the volume bar all the time*/
.video-js .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
}

#videoContainer {
  height: 148px;
  padding: 0;
  position: relative;
  width: 263px;
  left: 328px;
  overflow: hidden;
}

/* hide the playback button and big play button*/
#videoWrapper .vjs-big-play-button {
  display: none;
}

.vjs-remaining-time-display {
  display: none;
}

.vjs-play-progress, .vjs-current-time-display {
  z-index: 99;
}

#viewvideo {
  width: 75px;
  height: 14px;
  position: absolute;
  top: 42px;
  left: 71px;
}

/*=======  gallery  ==========*/
#thumbGallery {
  width: 175px;
  height: 111px;
  margin: 0 6px;
  position: absolute;
  top: 60px;
  left: 65px;
}

.thumbContainer img {
  width: 80px;
  height: 50px;
}

.thumbContainer {
  display: inline-block;
  margin-right: 3px;
  width: 80px;
  cursor: pointer;
  overflow: hidden;
  height: 50px;
  margin-bottom: 3px;
}

.thumbPlayBtn {
  position: absolute;
  top: 0px;
  visibility: visible;
}

.thumbContainer.select {
  border: 3px solid #f47920;
  width: 74px;
  height: 44px;
}

.thumbContainer.select .thumbPlayBtn {
  visibility: hidden;
}

.thumbContainer.select .thumbImg {
  width: 74px;
  height: 44px;
  display: block;
}

#part_1 .thumbPlayBtn {
  top: 1px;
  left: 1px;
}

#part_2 .thumbPlayBtn {
  top: 1px;
  left: 87px;
}

#part_3 .thumbPlayBtn  {
  top: 57px;
  left: 1px;
}

#part_4 .thumbPlayBtn {
  top: 57px;
  left: 87px;
}
/*==== poster ==*/
#vid_poster {
  position: absolute;
  width: 262px;
  height: 134px;
  top: 32px;
  left: 329px;
  display: none;
  /*z-index: 13;*/
}


/*==== CTA ==*/
#mid_cta {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 74px;
  left: -101px;
  cursor: pointer;
  /*opacity: 0;*/
  display: none;
}

#end_cta {
  position: absolute;
  width: 262px;
  height: 134px;
  top: 32px;
  left: 329px;
  display: none;
  background-image: url(img/end_cta.png);
  background-size: 262px 134px;
  background-repeat: no-repeat;
  /*z-index: 13;*/
  /*cursor: default;*/
}

#cta_1 {
  position: absolute;
  width: 188px;
  height: 24px;
  cursor: pointer;
  top: 46px;
  left: 41px;
  /* z-index: 12; */
  background-image: url(img/cta_1.png);
}

#cta_2 {
  position: absolute;
  width: 59px;
  height: 11px;
  cursor: pointer;
  top: 84px;
  left: 45px;
  background-image: url(img/cta_2.png);
}

#cta_3 {
  position: absolute;
  width: 105px;
  height: 12px;
  cursor: pointer;
  top: 84px;
  left: 118px;
  background-image: url(img/cta_3.png);
}


/*=========== MID - SAVE ON CIALIS ==========*/
#cardWrapper {
  display: none;
}

#save_head, #save_info {
  position: absolute;
  width: 200px;
  height: 150px;
  top: 39px;
  left: -13px;
}

#save_head {
  background-image: url(img/save_head01.svg);
}

#copy_or {
  width: 18px;
  height: 10px;
  top: 138px;
  left: 405px;
}

#save_info {
  font-size: 10px;
  margin: 0 auto;
  position: absolute;
  top: 99px;
  left: 11px;
  width: 165px;
}

.free-trial-form {
  font-size: 10px;
  position: absolute;
  width: 455px;
  height: 178px;
  left: 186px;
  top: 41px;
  padding: 0 8px;
}

.selectionArea {
  margin-top: 8px;
  float: left;
}

@-moz-document url-prefix() {
  .selectionArea {
    margin-top: 0px;
  }
}

.savings-card-action {
  float:left;
}

.checkBox {
  display: inline-block;
  float: left;
  width: 9px;
  height: 9px;
  background-image: url(img/checkbox_default.png);
  background-size: 9px 9px;
  background-position: 0 0;
  margin-top: 2px;
  cursor: pointer;
}

.info.error {
  color: red;
}
.checkBox.checked {
  background-image: url(img/checkbox_selected.png);
}

.checkBox.invalidChecked {
  background-image: url(img/checkbox_error.png);
}

.checkboxText {
  display: inline-block;
  float: right;
  margin-left: 8px;
  padding-right: 11px;
  position: relative;
  text-align: left;
  vertical-align: text-top;
  width: 400px;
  /*z-index: 10;*/
  line-height: 14px;
}

.clearFix {
  clear: both;
  width: 100%;
  height: 3px;
}

#others {
  text-decoration: underline;
}

.is-hidden {
  display: none;
}

.btn-voucher-download img {
  margin-top: 11px;
  width: 182px;
  height: 28px;
  position: absolute;
  left: -428px;
  top: -33px;
  cursor: pointer;
}

.emailBtnWrapper {
  position: absolute;
  top: 104px;
  left: 266px;
  width: 181px;
  height: 28px;
  font-size: 6px;
  background-image: url(img/emailBtn.svg);
  background-color: white;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 49px 28px;
  border-right: none;
  margin-top: 2px;
}

#free-trial-email {
  margin-top: 0;
  border: 1px solid #808285;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 35px 20px;
  border-right: none;
  width: 121px;
  height: 26px;
}

.free-trial-email-input {
  position: absolute;
  top: -17px;
  left: -2px;
}

.free-trial-email-input input {
  float: left;
  height: 49px;
  margin-top: 2px;
  padding-left: 10px;
  width: 173px;
}
.free-trial-email-input .send-voucher-email {
  height: 29px;
  width: 50px;
  top: 108px;
  left: 397px;
  position: absolute;
  cursor: pointer;
}

.free-trial-email-input .footnote {
  font-size: 9px;
  position: absolute;
  width: 188px;
  top: 134px;
  left: 263px;
}

.free-trial-email-input .error-message {
  color: #ff0000;
  display: none;
  font-size: 7px;
  margin-bottom: 0;
  margin-left: 5px;
  position: absolute;
  top: 96px;
  left: 261px;
  width: 200px;
}

.btn-voucher-email {
  cursor: pointer;
  height: 57px;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.btn-voucher-email {
  float: right;
  margin-right: 8px;
  width: 251px;
}

.thank-you-message h3, .thank-you-message .isi-wrapper h4, .isi-wrapper .thank-you-message h4, .thank-you-message .sub-section-header {
  margin-bottom: 8px;
  margin-top: 6px;
}
.thank-you-message p, .thank-you-message .isi-wrapper ul, .isi-wrapper .thank-you-message ul {
  font-size: 13px;
}
.thank-you-message.voucher-download-thanks, .thank-you-message.voucher-email-thanks {
  float: left;
  margin-top: 10px;
  /*position: absolute;*/
  top: 0px;
}

.thank-you-message.voucher-download-thanks p, .thank-you-message.voucher-email-thanks p {
  font-size: 8px;
}

.thank-you-message.voucher-download-thanks p.content, .thank-you-message.voucher-email-thanks p.content {
  font-size: 11px;

}

.thank-you-message.voucher-email-thanks {
  top: 2px;
  left: 261px;
}

.thank-you-message.voucher-email-thanks p.content {
  font-size: 7px;
 }

.btn-fancy, .free-trial-email-input .send-voucher-email, .hero-btn, .check-box, .check-box-big {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectionArea .checkBox {
  display: inline-block;
  float: left;
  width: 9px;
  height: 9px;
  background-image: url(img/checkbox_default.png);
  background-size: 9px 9px;
  background-position: 0 0;
  margin-top: 2px;
  cursor: pointer;;
}

.selectionArea .checkBox.checked,  .selectionArea .checkBox.checked.invalidChecked {
  background-image: url(img/checkbox_selected.png);
}

.checkBox.invalidChecked {
  background-image: url(img/checkbox_error.png);
}

.is-hidden {
  display: none;
}

.info {
  color: black;
}

.info.invalidChecked {
  color: red;
}


.btn-voucher-download {
  float: left;
  position: absolute;
  top: 110px;
}

#cardWrapper .activation {
  /*display: block;*/
  position: absolute;
  top: 131px;
  width: 282px;
  text-align: left;
  color: #4d4e53;
  font-size: 6px;
  line-height: 7px;
  left: 10px;
}

.terms {
  position: absolute;
  display: block;
  top: 123px;
  left: 8px;
  font-size: 9px;
  cursor: pointer;
}

.terms p {
  display: inline-block;
}

.terms .content {
  border-bottom: 1px solid #f4791f;
}

.terms.activated {
  left: 366px;
}
.ctaArea {
  position: absolute;
  width: 340px;
  height: 80px;
  font-size: 13px;
  top: 26px;
  left: 118px;
}

.ctaArea span {
  display: inline-block;
  border-bottom: 1px solid #f4791f;
  cursor: pointer;
}

  /*=================*/
#cta_thx {
  width: 94px;
  height: 20px;
  position: absolute;
  top: -23px;
  left: -95px;

}

#gotosite {
  width: 142px;
  height: 24px;
  position: absolute;
  left: -95px;
  top: 85px;
  cursor: pointer;
}

#ano_v_form {
  width: 129px;
  height: 14px;
  position: absolute;
  left: 57px;
  top: 90px;
  cursor: pointer;
  z-index: 10;
}

.ctaArea p.content {
  font-size: 11px;
  position: absolute;
  top: 68px;
  left: -95px;
}

.thank-you-message.voucher-download-thanks.wt_savingscard_conversion_virtual_page_view p.content {
  position: absolute;
  top: 27px;
  left: 25px;
}

.thank-you-message.voucher-email-thanks.wt_savingscard_conversion_virtual_page_view_email p.content {
  position: absolute;
  top: 27px;
  left: 25px;
  font-size: 11px;
}

/*=========== ISI  ==========*/

#isiWrapper {
  width: 265px;
  height: 175px;
  top: 68px;
  left: 675px;
  background-color: white;
  overflow: hidden;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  z-index: 599;
  line-height: 12px;
  border:1px solid #cfcfcf;
  border-bottom: none;
  padding: 5px 5px 0 7px;
}

#isi {
  width: 258px;
  height: 70px;
  margin-top: 4px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 12px;
}

#isi a {
  text-decoration: underline;
  cursor: pointer;
}

sup {
  font-size: 7px;
  vertical-align: super;
}

.spacer {
  width: 100%;
  height: 5px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  padding-left: 7px;
  text-indent: -7px;
}

li:before {
  content: "• ";
  color: #f47920;
  font-size: 10px;
}

#lillyLogo {
  display: block;
  cursor: pointer;
}

#lillyLogo img {
  width: 60px;
  height: 32px;
  margin: 30px 10px 17px 11px;
}

#isi .heavy {

}

/*=========== buttons  ==========*/
.btn-bottom {
  width: 137px;
  height: 14px;
  color: white;
  background-color: #f4791f;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
  top: 165px;
  cursor: pointer;
}

.btn-bottom p {
  width: 100%;
  text-align: center;
  /*padding-top: 1px;*/
}

.btn-bottom:hover {
  text-decoration: underline;
  cursor: pointer;
}

#painfo-bottom {
  left: 0;
}

#preinfo-bottom {
  left: 140px;
}

/*=========== modals  ==========*/

.modal-bg{
  /*background-color: #000;*/
  display: none;
  height: 100%;
  left: 0;
  /*opacity: .6;*/
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal-bg.is-visible {
  display: block;
}

.bg-dark {
  left: 0;
  /*margin: auto;*/
  overflow: hidden;
  position: relative;
  right: 0;
}
.bg-dark::after {
  background-color: #000;
  content: '';
  display: block;
  width: 969px;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  height: 249px;
  z-index: 600;
}

.modal {
  background: #fff;
  border: 2px solid #f4791f;
  display: none;
  font-size: 10px;
  line-height: 12px;
  height: auto;
  left: -72px;
  margin: 0 auto;
  overflow: auto;
  padding: 15px;
  position: relative;
  right: 0;
  text-align: left;
  top: 8%;
  width: 684px;
  z-index: 601;
}

.modal p {
  margin-bottom: 10px;
}

.modal .close-btn {
  cursor: pointer;
  float: right;
}

.modal.is-visible {
  display: block;
}

/*=========== tooltip  ==========*/

.hoverTool {
  color: black;
  border-bottom: dotted 1px #F4791F;
  text-decoration: none;
}

.hoverTool:hover {
  text-decoration: none;
}

.tooltip, .arrow:after {
  background: #fff;
  border: 2px solid #F4791F;
}

.tooltip {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  padding: 5px;
  color: #666;
  margin-top: 20px;
  text-align: left;
  font-size: 8px;
  font-stretch: condensed;
  text-decoration: none;
  box-shadow: 0 4px 9px rgba(0,0,0,0.3);
  /*z-index: 11;*/
  display: none;
}

.tooltip strong {
  color: #F4791F;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 10%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6px 5px 9px -9px black,
                      5px 6px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black,
                   5px 6px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black,
              5px 6px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}
.tooltip.active {
  visibility: visible;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
}
.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}

.tooltip.trigger {
  display: inline-block;
}

.error-statement {
    position: absolute;
    top: 115px;
    width: 74%;
    text-align: left;
    left: 8px;
    color: red;
    font-size: 8px;
}
