/**
 * @file
 * Common styles for aclu_promotions lightboxes
 * that use Colorbox as a base component.
 *
 * This is usually loaded directly in the lightbox
 * content area along with a more specific stylesheet
 * for the specific content.
 */

#cboxLoadedContent {
  height: auto !important;
}
#cboxOverlay {
  z-index: 8888;
}
.acluColorboxWrapper {
  z-index: 8888;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 959px) {
  .acluColorboxWrapper {
    position: inherit;
  }
}
@media only screen and (max-height: 700px) {
  .acluColorboxWrapper {
    position: inherit;
  }
}
.countdown-end-datetime {
  display: none;
}

.countdown-ticker {
  color: #231F20;
  position: relative;
  margin-bottom: 23px;
  margin-top: 5px;
}

.countdown-ticker .imminent-deadline .countdown-num,
.countdown-ticker .imminent-deadline .countdown-colon {
  color: #EF404E;
}

.countdown-ticker .countdown-col {
  display: inline-block;
  text-align: center;
  width: 70px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  font-family: 'gtamcond', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.countdown-ticker .countdown-col.countdown-colon {
  position: relative;
  top: -35px;
  width: 33px;
}

.countdown-ticker .countdown-unit {
  font-family: 'gtam-compressed', Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  bottom: 4px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .countdown-ticker {
    margin-top: 15px;
  }

  /* Interstitial mobile styles */
  .donation-form-lightbox .countdown-ticker .countdown-col {
    font-size: 44px;
    line-height: 52px;
  }
  .donation-form-lightbox .countdown-ticker .countdown-col {
    width: 53px;
  }
  .donation-form-lightbox .countdown-ticker .countdown-col.countdown-colon {
    width: 14px;
    top: -27px
  }
  .donation-form-lightbox .countdown-ticker .countdown-unit {
    font-size: 18px;
    line-height: 20px;
    bottom: -5px;
  }

  /* Sitewide mobile styles */
  .donation-form-lightbox-v2 .countdown-ticker .countdown-col {
    font-size: 40px;
    line-height: 50px;
  }
  .donation-form-lightbox-v2 .countdown-ticker .countdown-col {
    width: 46px;
  }
  .donation-form-lightbox-v2 .countdown-ticker .countdown-col.countdown-colon {
    width: 15px;
    top: -30px
  }
  .donation-form-lightbox-v2 .countdown-ticker .countdown-unit {
    font-size: 20px;
    line-height: 22px;
    bottom: -2px;
  }
}
