.adFixed {
  z-index: 2000;
  position: sticky;
  top: 0;
}

.ad-iframe {
  border: 1px solid #ddd !important;
}

.advertisement-heading {
  font-variant: small-caps;
  color: #333;
}

.advert-container {
  text-align: center;
  color: #656565;
}

.advert-container .advert-span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.advert-container.skyScraper {
  height: calc(100% - 24px);
}

.advert-container > div:not(:empty) {
  text-align: center;
  margin-bottom: 10px;

  @media only screen and (width >= 960px) {
    margin-bottom: 24px;
  }
}

.advert-container > div:empty {
  display: none;
}

.advert-container > .forecastLeader {
  min-height: 90px;
}

.advert-container .ad-bottom, .advert-container .mobileAd {
  min-height: 50px;

  @media only screen and (width <= 720px), only screen and (width <= 960px) {
    margin-bottom: 0;
  }
}

.advert-container .mpu, .advert-container .mpuOnly {
  min-height: 250px;

  @media only screen and (width <= 720px) {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.advert-container .skyRight, .advert-container .skyLeft {
  min-height: 600px;
}

.forecastLeader {
  text-align: center;
  z-index: 2001;
  color: #656565;
  background: #fff;
  width: 100%;
  margin: 0;
  display: block;
}

.forecastLeader:not(:empty) {
  padding: 8px 0;
  display: block;
}

.forecastLeader .slideOutTop {
  transition-duration: 2s;
  transform: translateY(-1000%);
}

.forecastLeader .advert-span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.adFixed {
  position: fixed;
}

.headerFixed {
  padding-top: 110px;
}

@media only screen and (width <= 960px) {
  .ad-bottom, .mobileAd {
    text-align: center;
    z-index: 2000;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
  }

  .ad-bottom .advert-span {
    display: none;
  }
}

.skyRight, .skyLeft {
  margin: 0;
  display: none;
  position: sticky;
  top: 20px;

  @media only screen and (width >= 1616px) {
    display: block;
  }
}

@media print {
  .draggable-advert, #lead-ad-spacer {
    display: none;
  }
}
