/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 8, src/hub/components/module/ad/_theme/businessweek.scss */
.hub-zone-full .page-ad[data-theme="businessweek"][data-ad-status="rendered"],
.hub-zone-lefty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"],
.hub-zone-righty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"],
.hub-zone-switch__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"] {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #000000;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 16, src/hub/components/module/ad/_theme/businessweek.scss */
.hub-zone-full .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
.hub-zone-lefty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
.hub-zone-righty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
.hub-zone-switch__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -1px;
  height: calc(100% + 1px);
  width: 1px;
  background-color: #000000;
}

@media screen and (min-width: 1020px) and (max-width: 1279px) {
  /* line 16, src/hub/components/module/ad/_theme/businessweek.scss */
  .hub-zone-full .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
  .hub-zone-lefty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
  .hub-zone-righty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before,
  .hub-zone-switch__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"]:before {
    content: none;
  }
}

/* line 31, src/hub/components/module/ad/_theme/businessweek.scss */
.hub-zone-full .page-ad[data-theme="businessweek"][data-ad-status="rendered"][data-position^="custom"]:before,
.hub-zone-lefty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"][data-position^="custom"]:before,
.hub-zone-righty__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"][data-position^="custom"]:before,
.hub-zone-switch__content .page-ad[data-theme="businessweek"][data-ad-status="rendered"][data-position^="custom"]:before {
  content: none;
}
