.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

/* for ESSAs */
.adthrive-sticky-sidebar > div {
top: 125px!important;
}

.adthrive-stuck.adthrive-sticky.adthrive-sidebar {
  top: 125px !important;
}

/* Center content ads vertically */
body.adthrive-device-phone .adthrive-content {
  align-content: center !important;
}

/* Set advertiser label before ad units, excluding those inside .adthrive-footer */
.adthrive-ad:not(.adthrive-footer)::after {
  color: grey;
  content: "Advertisement";
  display: block;
  font-family: PFDINTextCondPro, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}