@charset "utf-8";
/* Advertising page only. Linked from /digital/advertising/index.html. */

#ads-hero {
  min-height: 0;
  padding-bottom: clamp(36px, 4.5vw, 56px);
}
#ads-hero h1 {
  max-width: 1050px;
  text-wrap: wrap;
}
#ads-hero .lede,
#ads-hero .wrap > p {
  max-width: 780px;
}
#ads-hero .lede {
  margin-bottom: 0.7em;
}
#ads-hero .wrap > p:not(.lede) {
  margin-top: 0;
  margin-bottom: 0.7em;
}
#ads-hero .wrap > p:not(.lede):last-of-type {
  margin-bottom: 0;
}
#ads-hero .btns,
#ads-hero .btns.mt-m {
  align-items: stretch;
  margin-top: 1.15em;
}
#ads-hero .btns .btn {
  min-height: 60px;
}
@media (max-width: 620px) {
  #ads-hero .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  #ads-hero .btns .btn {
    width: 100%;
  }
}

#ads-order {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#ads-order h2 {
  max-width: 14.5em;
  text-wrap: wrap;
}
#ads-order .lede {
  max-width: 820px;
  margin-bottom: 40px;
}
#ads-order .ads-order-grid {
  align-items: stretch;
  gap: 16px;
}
#ads-order .ads-order-grid > .card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 0;
}
#ads-order .ads-order-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: .96;
}
#ads-order .ads-order-grid p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: var(--ink-body);
}
#ads-order .ads-order-trust {
  margin: 40px 0 0;
  padding-top: 18px;
  max-width: 46em;
  border-top: 2px solid var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--charcoal);
}

#ads-pricing {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#ads-pricing h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#ads-pricing .lede {
  max-width: 780px;
  margin-bottom: 28px;
}
#ads-pricing .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#ads-pricing .tbl-scroll {
  overflow: visible;
}
#ads-pricing table.tbl {
  min-width: 0;
  table-layout: fixed;
}
#ads-pricing table.tbl th:nth-child(1),
#ads-pricing table.tbl td:nth-child(1),
#ads-pricing table.tbl th[scope="row"] {
  width: 36%;
}
#ads-pricing table.tbl th:nth-child(2),
#ads-pricing table.tbl td:nth-child(2) {
  width: 36%;
}
#ads-pricing table.tbl th:nth-child(3),
#ads-pricing table.tbl td:nth-child(3) {
  width: 28%;
}
#ads-pricing table.tbl tbody th {
  font-family: var(--body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--charcoal);
  border-bottom: 1px solid var(--hairline);
}
#ads-pricing table.tbl tbody th .small {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  color: var(--ink-body);
}
#ads-pricing .ads-biller {
  color: var(--gold-deep);
  font-weight: 700;
}
#ads-pricing .ads-example {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-md);
  background: #fff;
  max-width: 760px;
}
#ads-pricing .ads-example h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: .96;
}
#ads-pricing .ads-example p {
  margin: 0 0 8px;
  font-size: 16.5px;
  line-height: 1.45;
}
#ads-pricing .ads-example p:last-child {
  margin-bottom: 0;
}
#ads-pricing .ads-nomarkup {
  margin-top: 22px;
  max-width: 760px;
  padding: 22px 24px;
}
#ads-pricing .ads-nomarkup h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: .96;
}
#ads-pricing .ads-nomarkup p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  #ads-pricing table.tbl {
    table-layout: auto;
    min-width: 0;
  }
  #ads-pricing table.tbl thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  #ads-pricing table.tbl,
  #ads-pricing table.tbl tbody,
  #ads-pricing table.tbl tr,
  #ads-pricing table.tbl th,
  #ads-pricing table.tbl td {
    display: block;
    width: 100%;
  }
  #ads-pricing table.tbl tr {
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: var(--r-md);
    padding: 16px 18px 8px;
    margin-bottom: 12px;
  }
  #ads-pricing table.tbl tbody tr:last-child {
    margin-bottom: 0;
  }
  #ads-pricing table.tbl th,
  #ads-pricing table.tbl td {
    border: 0;
    padding: 0 0 12px;
    width: 100%;
  }
  #ads-pricing table.tbl th[scope="row"]::before,
  #ads-pricing table.tbl td::before {
    content: attr(data-label);
    display: block;
    font-size: 11.5px;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ink-muted);
    margin-bottom: 4px;
  }
}

#ads-includes {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#ads-includes h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#ads-includes .lede {
  max-width: 820px;
  margin-bottom: 32px;
}
#ads-includes .ads-includes-grid {
  align-items: stretch;
  gap: 16px;
}
#ads-includes .ads-includes-grid > .card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 0;
}
#ads-includes .ads-includes-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: .96;
}
#ads-includes .ads-includes-grid p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
}
#ads-includes .ads-includes-trust {
  margin: 28px 0 0;
  padding-top: 18px;
  max-width: 46em;
  border-top: 2px solid var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--on-dark);
}

#ads-faq {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#ads-faq h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#ads-faq .lede {
  max-width: 780px;
}
#ads-faq .faq {
  max-width: 1000px;
}
#ads-faq .a {
  font-size: 17px;
  line-height: 1.6;
}
#ads-faq summary {
  padding-right: 48px;
}

/* Advertising page CTA and footer only. Does not affect other routes. */
.page-digital-advertising #site-close,
.page-digital-advertising #site-foot {
  min-height: 0;
}

.page-digital-advertising #site-close > .wrap,
.page-digital-advertising #site-foot > .wrap {
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding-inline: 0;
}

.page-digital-advertising #site-close {
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-digital-advertising #site-close .site-close-inner {
  text-align: center;
  margin-inline: auto;
}

.page-digital-advertising #site-close h2 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  text-wrap: wrap;
}

.page-digital-advertising #site-close .lede {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: #DCD8D0;
}

.page-digital-advertising #site-close .close-aside {
  margin: 8px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}

.page-digital-advertising #site-close .btns,
.page-digital-advertising #site-close .btns.mt-m {
  justify-content: center;
  align-items: stretch;
  margin-top: 18px;
}

.page-digital-advertising #site-close .btns .btn {
  min-height: 52px;
}

.page-digital-advertising #site-foot {
  padding: 28px 0 0;
}

.page-digital-advertising #site-foot .foot-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.2fr;
  gap: 24px 40px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-digital-advertising #site-foot .foot-id {
  min-width: 0;
  max-width: none;
}

.page-digital-advertising #site-foot .foot-id p {
  max-width: none;
  line-height: 1.55;
}

.page-digital-advertising #site-foot .foot-contact-col,
.page-digital-advertising #site-foot .foot-hours {
  min-width: 0;
}

.page-digital-advertising #site-foot .foot-hours p {
  max-width: none;
  margin: 0 0 14px;
}

.page-digital-advertising #site-foot .cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  gap: 18px 22px;
  padding: 16px 0 18px;
}

.page-digital-advertising #site-foot h5 {
  margin: 0 0 10px;
}

.page-digital-advertising #site-foot li {
  margin-bottom: 6px;
}

.page-digital-advertising #site-foot .disc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  border-top: 1px solid var(--on-dark-line);
  padding: 14px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #C4BEB5;
}

.page-digital-advertising #site-foot .disc p {
  margin: 0;
  max-width: none;
}

.page-digital-advertising #site-foot .bottom {
  border-top: 1px solid var(--on-dark-line);
  padding: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1100px) {
  .page-digital-advertising #site-foot .foot-top {
    grid-template-columns: 1.2fr 0.9fr 1.2fr;
  }
  .page-digital-advertising #site-foot .foot-id {
    grid-column: auto;
  }
  .page-digital-advertising #site-foot .cols {
    grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  }
  .page-digital-advertising #site-foot .disc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .page-digital-advertising #site-foot .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
  }
  .page-digital-advertising #site-foot .foot-id {
    grid-column: 1 / -1;
  }
  .page-digital-advertising #site-foot .cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-digital-advertising #site-foot .disc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-digital-advertising #site-foot .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-digital-advertising #site-close > .wrap,
  .page-digital-advertising #site-foot > .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 620px) {
  .page-digital-advertising #site-close {
    padding: 32px 0 28px;
  }
  .page-digital-advertising #site-close .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-digital-advertising #site-close .btns .btn {
    width: 100%;
  }
  .page-digital-advertising #site-foot {
    padding-top: 24px;
  }
  .page-digital-advertising #site-foot .foot-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
  .page-digital-advertising #site-foot .foot-id {
    grid-column: auto;
  }
  .page-digital-advertising #site-foot .cols {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }
  .page-digital-advertising #site-foot .disc {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }
  .page-digital-advertising #site-foot .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
