/* AFTV information and contact pages. */
.aftv-info-template { background: #0a0a0a; }
.aftv-info { min-height: 70vh; padding: 40px 0 96px; color: #fff; background: #0a0a0a; font-family: "Archivo", Arial, sans-serif; }
.aftv-info, .aftv-info * { box-sizing: border-box; }
.aftv-info a { color: inherit; }
.aftv-info__shell { width: min(1140px, calc(100% - 44px)); margin-inline: auto; }
.aftv-info__breadcrumbs { display: flex; gap: 10px; align-items: center; min-height: 44px; color: #9b9b9b; font: 500 13px/18px "Archivo", Arial, sans-serif; text-transform: uppercase; }
.aftv-info__breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; }
.aftv-info__header { max-width: 850px; padding: 48px 0 56px; }
.aftv-info__eyebrow { display: block; color: #a60f34; font: 600 13px/18px "Archivo", Arial, sans-serif; letter-spacing: .52px; text-transform: uppercase; }
.aftv-info__header h1 { margin: 16px 0 0; color: #fff; font: 600 clamp(48px, 7vw, 78px)/.98 "Newsreader", Georgia, serif; letter-spacing: -.02em; }
.aftv-info__header > p { max-width: 700px; margin: 24px 0 0; color: #c4c4c4; font: 400 19px/29px "Archivo", Arial, sans-serif; }
.aftv-info__content { max-width: 780px; padding: 48px; border: 1px solid #2d2d2d; background: #111; color: #e8e8e8; font: 400 17px/29px "Archivo", Arial, sans-serif; }
.aftv-info__content h2 { margin: 36px 0 12px; color: #fff; font: 500 34px/40px "Newsreader", Georgia, serif; }
.aftv-info__content h2:first-child { margin-top: 0; }
.aftv-info__content p, .aftv-info__content ul { margin: 0 0 20px; }
.aftv-info__content a, .aftv-contact__details a { text-decoration: underline; text-decoration-color: #a60f34; text-underline-offset: 4px; }
.aftv-contact__layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; }
.aftv-contact__details, .aftv-contact__form-panel { padding: 40px; border: 1px solid #2d2d2d; background: #111; }
.aftv-contact__details h2, .aftv-contact__form-panel h2 { margin: 0 0 12px; color: #fff; font: 500 34px/40px "Newsreader", Georgia, serif; }
.aftv-contact__form-panel .aftv-ghl-form { margin-top: 24px; }
.aftv-contact__details h2:not(:first-child) { margin-top: 36px; }
.aftv-contact__details p { margin: 0; color: #c4c4c4; font: 400 16px/25px "Archivo", Arial, sans-serif; }
.aftv-contact__note { margin-top: 36px !important; color: #8f8f8f !important; }
.aftv-contact-form { display: grid; gap: 10px; margin-top: 24px; }
.aftv-contact-form label { margin-top: 10px; color: #fff; font: 600 13px/18px "Archivo", Arial, sans-serif; text-transform: uppercase; }
.aftv-contact-form input, .aftv-contact-form select, .aftv-contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #555; border-radius: 0; color: #0a0a0a; background: #fff; font: 400 16px/22px "Archivo", Arial, sans-serif; }
.aftv-contact-form textarea { min-height: 170px; resize: vertical; }
.aftv-contact-form button { min-width: 180px; min-height: 48px; margin-top: 18px; padding: 0 22px; border: 0; color: #fff; background: #a60f34; font: 600 13px/18px "Archivo", Arial, sans-serif; text-transform: uppercase; cursor: pointer; }
.aftv-contact-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.aftv-form-status { padding: 14px 16px; font: 600 14px/20px "Archivo", Arial, sans-serif; }
.aftv-form-status--success { border: 1px solid #42855b; background: #102719; }
.aftv-form-status--error { border: 1px solid #a60f34; background: #2b1017; }

/* Standard text pages ----------------------------------------------------- */
.aftv-text-page-template {
  background: #0a0a0a;
}

.aftv-text-page {
  min-height: 64vh;
  padding: 32px 0 96px;
  color: #e8e8e8;
  background: #0a0a0a;
  font-family: "Archivo", Arial, sans-serif;
}

.aftv-text-page,
.aftv-text-page * {
  box-sizing: border-box;
}

.aftv-text-page__shell {
  width: min(1140px, calc(100% - 44px));
  margin-inline: auto;
}

.aftv-text-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 56px;
  color: #8f8f8f;
  font: 500 12px/18px "Archivo", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.aftv-text-page__breadcrumbs a {
  color: #c4c4c4;
  text-decoration: none;
}

.aftv-text-page__breadcrumbs a:hover,
.aftv-text-page__breadcrumbs a:focus-visible {
  color: #fff;
}

.aftv-text-page__header {
  width: min(860px, 100%);
  margin-bottom: 40px;
}

.aftv-text-page__eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--aftv-wine, #8f1530);
  font: 700 12px/16px "Archivo", Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.aftv-text-page__header h1 {
  margin: 0;
  color: #fff;
  font: 500 clamp(48px, 6vw, 72px)/0.98 "Newsreader", Georgia, serif;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.aftv-text-page__content {
  width: min(860px, 100%);
  margin: 0;
  padding: 48px;
  border: 1px solid #2a2a2a;
  border-top: 4px solid var(--aftv-wine, #8f1530);
  color: #dedede;
  background: #111;
  font: 400 17px/1.75 "Archivo", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.aftv-text-page--wide .aftv-text-page__content {
  width: 100%;
}

.aftv-text-page__content > :first-child {
  margin-top: 0 !important;
}

.aftv-text-page__content > :last-child {
  margin-bottom: 0 !important;
}

.aftv-text-page__content p,
.aftv-text-page__content ul,
.aftv-text-page__content ol,
.aftv-text-page__content blockquote,
.aftv-text-page__content table,
.aftv-text-page__content figure,
.aftv-text-page__content form {
  margin: 0 0 24px;
}

.aftv-text-page__content h2,
.aftv-text-page__content h3,
.aftv-text-page__content h4 {
  margin: 48px 0 16px;
  color: #fff;
}

.aftv-text-page__content h2 {
  font: 500 36px/1.1 "Newsreader", Georgia, serif;
  letter-spacing: -0.02em;
}

.aftv-text-page__content h3 {
  font: 600 22px/1.3 "Archivo", Arial, sans-serif;
}

.aftv-text-page__content h4 {
  font: 700 15px/1.35 "Archivo", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aftv-text-page__content > h1 {
  margin: 0 0 20px;
  color: #c4c4c4;
  font: 600 14px/1.5 "Archivo", Arial, sans-serif;
  letter-spacing: 0.03em;
}

.aftv-text-page__content h2:empty,
.aftv-text-page__content h3:empty,
.aftv-text-page__content p:empty {
  display: none;
}

.aftv-text-page__content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--aftv-wine, #8f1530);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.aftv-text-page__content a:hover,
.aftv-text-page__content a:focus-visible {
  color: #ffd9e1;
}

.aftv-text-page__content ul,
.aftv-text-page__content ol {
  padding-left: 1.4em;
}

.aftv-text-page__content li {
  margin-bottom: 10px;
}

.aftv-text-page__content li > p {
  margin: 0;
}

.aftv-text-page__content blockquote {
  padding: 8px 0 8px 24px;
  border-left: 3px solid var(--aftv-wine, #8f1530);
  color: #c4c4c4;
  font: italic 500 20px/1.55 "Newsreader", Georgia, serif;
}

.aftv-text-page__content blockquote p:last-child {
  margin-bottom: 0;
}

.aftv-text-page__content img {
  max-width: 100%;
  height: auto;
}

.aftv-text-page__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.aftv-text-page__content th,
.aftv-text-page__content td {
  min-width: 140px;
  padding: 12px 14px;
  border: 1px solid #3a3a3a;
  text-align: left;
}

.aftv-text-page__content th {
  color: #fff;
  background: #1d1d1d;
}

.aftv-text-page__content input:not([type="checkbox"]):not([type="radio"]),
.aftv-text-page__content select,
.aftv-text-page__content textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #555;
  border-radius: 0;
  color: #fff;
  background: #181818;
}

.aftv-text-page__content button,
.aftv-text-page__content input[type="submit"] {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--aftv-wine, #8f1530);
  color: #fff;
  background: var(--aftv-wine, #8f1530);
  font: 700 13px/1 "Archivo", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aftv-text-page__content iframe {
  width: 100%;
  max-width: 100%;
  min-height: 480px;
  border: 0;
}

.aftv-text-page__lead {
  color: #fff;
  font: 500 24px/1.45 "Newsreader", Georgia, serif;
}

.aftv-text-page__note {
  margin-top: 40px !important;
  padding: 18px 20px;
  border-left: 3px solid var(--aftv-wine, #8f1530);
  color: #a8a8a8;
  background: #181818;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .aftv-text-page {
    padding: 24px 0 72px;
  }

  .aftv-text-page__shell {
    width: calc(100% - 32px);
  }

  .aftv-text-page__breadcrumbs {
    margin-bottom: 40px;
  }

  .aftv-text-page__content {
    padding: 36px 32px;
  }
}

@media (max-width: 760px) {
  .aftv-info { padding: 24px 0 64px; }
  .aftv-info__shell { width: calc(100% - 32px); }
  .aftv-info__header { padding: 32px 0 40px; }
  .aftv-info__header h1 { font-size: 48px; line-height: 50px; }
  .aftv-info__content, .aftv-contact__details, .aftv-contact__form-panel { padding: 28px 24px; }
  .aftv-contact__layout { grid-template-columns: 1fr; }

  .aftv-text-page {
    padding-bottom: 56px;
  }

  .aftv-text-page__shell {
    width: calc(100% - 28px);
  }

  .aftv-text-page__breadcrumbs {
    margin-bottom: 32px;
  }

  .aftv-text-page__header {
    margin-bottom: 28px;
  }

  .aftv-text-page__header h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 1;
  }

  .aftv-text-page__content {
    padding: 28px 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .aftv-text-page__content h2 {
    margin-top: 40px;
    font-size: 31px;
  }

  .aftv-text-page__content h3 {
    font-size: 20px;
  }

  .aftv-text-page__lead {
    font-size: 22px;
  }

  .aftv-text-page__content iframe {
    min-height: 620px;
  }
}
