/* Top Billboard */
.ads-top-billboard-container {
  width: 100%;
  display: block;
  background: #f5f5f5;
  text-align: center;
  z-index: 150;
}

.ads-top-billboard {
  text-align: center;
}

.ads-top-billboard > div {
  padding: 26px 0;
}

/* Bottom Billboard */
.ads-bottom-billboard {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

/* Top Search */
.ads-top-search {
  display: inline-block;
  margin-left: 10px;
  min-width: 300px;
}

/* Side Panels */
.ads-side-panels .container {
    position: relative;
    padding: 0;
}

.ads-side-panels .container .side-panel-left-container {
  position: absolute;
  top: 0;
  z-index: 2000;
}

.ads-side-panels .container .side-panel-left-container .side-panel-left {
  position: fixed;
  transform: translateX(-100%);
}

.ads-side-panels .container .side-panel-right-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
}

.ads-side-panels .container .side-panel-right-container .side-panel-right {
  position: fixed;
}

/* RHS HPU 1 & 2 */
.ads-rhs-hpu-1, .ads-rhs-hpu-2 {
  min-width: 300px;
}

.ads-rhs-hpu-1 > div, .ads-rhs-hpu-2 > div {
  padding-top: 50px;
}

.ads-rhs-hpu-2 {
  padding-bottom: 20px;
}

/* RHS MPU */
.ads-rhs-mpu {
  min-width: 300px;
}

.ads-rhs-mpu > div {
  padding-top: 50px;
}

/* Native Content */
.ads-native-content-desktop, .ads-native-content-mobile {
  text-align: center;
}

/* Article - LHS HPU 1 */
.ads-lhs-hpu-1 {
  margin-top: 50px;
  width: 100% !important;
  min-width: 300px;
}

/* Article - LHS HPU 2 */
.ads-lhs-hpu-2 {
  margin-top: 50px;
  width: 100% !important;
  min-width: 300px;
  padding-bottom: 20px;
}

/* Article - LHS MPU */
.ads-lhs-mpu {
  margin-bottom: 30px;
}

/* Teads */
.ads-oop-teads {
  height: 0;
}

/* Mid Billboard */
.ads-mid-billboard {
  margin: 50px 0;
}

/* Homepage - ESG Clarity */
.ads-esg-clarity {
  min-width: 300px;
}

/* Overlay */
#lw-ad-unit-popup-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5000;
  background-color: #000000;
  opacity: 0.6;
  display: none;
}

#lw-ad-unit-popup-holder {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5001;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-tiems: center;
  display: none;
}

#lw-ad-unit-popup {
  display: block;
  position: relative;
}

#lw-ad-unit-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #000000;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  padding-top: 2px;
  box-shadow: 1px 1px 5px #333333;
}

/* Sidebar containers */
.sidebar-content-wrapper, .home-sidebar-content-wrapper {
  position: relative;
}

.sidebar-content-top, .sidebar-content-bottom {
  max-width: 300px;
}



/* Responsive */
@media screen and (max-width: 1380px) {
  .ads-mid-billboard {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .ads-top-billboard, .ads-bottom-billboard,
  .ads-oop-lskin, .ads-oop-rskin,
  .ads-oop-skyscraper-left, .ads-oop-skyscraper-right,
  .ads-lhs-hpu-1, .ads-lhs-hpu-2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ads-rhs-hpu-1, .ads-rhs-hpu-2,
  .ads-lhs-hpu-1, .ads-lhs-hpu-2,
  .ads-rhs-mpu, .ads-esg-clarity {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .ads-top-search {
    display: none;
  }
}
