/**
 * FYI Georgie Bones Cassiopeia Style
 * Version 1.2.6.8 — Build 2026-07-16
 */
html,
body {
  background: var(--fyi-gb-body) !important;
  color: var(--fyi-gb-text);
  font-family: Arial, "Arial Unicode MS", Helvetica, sans-serif;
}

body {
  margin: 0;
}

body .site-grid,
body .container-header,
body .container-footer {
  width: min(var(--fyi-gb-width), calc(100% - 32px));
  max-width: var(--fyi-gb-width);
  margin-inline: auto;
  background: var(--fyi-gb-sheet);
}

body .container-header {
  padding: 0;
  box-shadow: none;
  background-image: none;
}

body .container-header::before {
  content: "";
  display: var(--fyi-gb-header-display);
  width: 100%;
  aspect-ratio: 960 / 275;
  margin-bottom: calc(var(--fyi-gb-header-menu-gap) - clamp(20px, 5.73vw, 55px));
  background: var(--fyi-gb-header-image) center / cover no-repeat;
}

body .container-header .grid-child {
  max-width: none;
  width: 100%;
  padding-inline: var(--fyi-gb-menu-horizontal-padding);
}

body .container-header .container-nav {
  background: #000;
  min-height: 54px;
  width: 100%;
}

body .container-header .mod-menu {
  display: flex;
  flex-wrap: var(--fyi-gb-menu-wrap);
  gap: var(--fyi-gb-menu-item-gap);
  justify-content: var(--fyi-gb-menu-alignment);
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body .container-header .mod-menu > li {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

body .container-header .mod-menu > li > a,
body .container-header .mod-menu > li > span,
body .container-header .navbar-brand,
body .container-header a {
  color: var(--fyi-gb-accent) !important;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

body .container-header .mod-menu > li > a,
body .container-header .mod-menu > li > span {
  padding: var(--fyi-gb-menu-vertical-padding) 0;
  font-size: var(--fyi-gb-menu-font-size);
  line-height: 1.35;
}

body .container-header .mod-menu > li.active > a,
body .container-header .mod-menu > li > a:hover,
body .container-header .mod-menu > li > a:focus {
  color: #fff !important;
  background: transparent;
}

body .site-grid {
  padding: var(--fyi-gb-menu-content-gap) var(--fyi-gb-desktop-padding) var(--fyi-gb-page-bottom-padding);
  row-gap: 0;
  column-gap: 0;
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr);
}

body .site-grid > *,
body .container-component,
body main,
body main > *,
body .com-content-article,
body .item-page,
body .blog,
body .blog-featured {
  width: 100%;
  max-width: none;
  min-width: 0;
}

body main,
body .com-content-article,
body .blog,
body .blog-featured,
body .category-list,
body .contact,
body .card,
body .card-body,
body .moduletable,
body .sidebar-left,
body .sidebar-right {
  background: transparent;
  color: var(--fyi-gb-text);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .page-header h1,
body .page-header h2,
body .card-header {
  color: var(--fyi-gb-accent);
  font-family: Arial, "Arial Unicode MS", Helvetica, sans-serif;
  font-weight: 400;
}

body h1 { font-size: clamp(2rem, 4vw, 2.5rem); }
body h2 { font-size: clamp(1.7rem, 3vw, 2.1rem); }

body a,
body .btn-link {
  color: var(--fyi-gb-accent);
}

body a:hover,
body a:focus {
  color: #fff;
}

body .breadcrumb,
body .breadcrumb-item,
body .article-info,
body .article-info-term,
body .text-muted {
  color: #d8c76a !important;
}

body .breadcrumb {
  background: transparent;
  border-bottom: 1px dotted #756600;
  border-radius: 0;
  padding-inline: 0;
}

body .card,
body .moduletable {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body .card-header {
  border: 0;
  border-bottom: 1px dotted #756600;
  background: transparent;
  padding-inline: 0;
}

body input,
body textarea,
body select {
  color: #111;
  background: #fff;
}

body .btn-primary {
  --btn-bg: var(--fyi-gb-accent);
  --btn-border-color: var(--fyi-gb-accent);
  --btn-color: #000;
  background: var(--fyi-gb-accent);
  border-color: var(--fyi-gb-accent);
  color: #000;
}

body .container-footer {
  padding: 18px 30px;
  border-top: 1px dotted #756600;
  color: #fff;
  text-align: center;
}

body .container-footer a {
  color: var(--fyi-gb-accent);
}

body .metismenu.mod-menu .mm-collapse {
  background: #000;
}

@media (max-width: 991.98px) {
  body .site-grid,
  body .container-header,
  body .container-footer {
    width: 100%;
  }

  body .site-grid {
    padding: 20px var(--fyi-gb-tablet-padding) 32px;
  }

  body .container-header .grid-child {
    padding-inline: var(--fyi-gb-tablet-padding);
  }

  body .container-header .mod-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }

  body .container-header .mod-menu > li > a,
  body .container-header .mod-menu > li > span {
    padding: 11px 14px;
  }
}

/* ==========================================================
 * Georgie Bones responsive music / fan / video content blocks
 * Version 1.1.0
 * ========================================================== */
body .fyi-gb-music-section {
  width: min(100%, 920px);
  margin: 2rem auto;
  color: var(--fyi-gb-text);
}

body .fyi-gb-song-card {
  padding: 0 0 1.5rem;
  border-bottom: 1px dotted #756600;
}

body .fyi-gb-song-title,
body .fyi-gb-video-feature__title {
  margin: 0 0 .8rem;
  color: var(--fyi-gb-accent);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem) !important;
  line-height: 1.25;
  font-weight: 400;
}

body .fyi-gb-song-player {
  width: min(100%, 420px);
}

body .fyi-gb-song-player .fyi-media,
body .fyi-gb-song-player audio {
  width: 100% !important;
  max-width: 420px !important;
}

body .fyi-gb-release-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin: 1.4rem 0 1rem;
}

body .fyi-gb-release-heading h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem) !important;
}

body .fyi-gb-fan-grid {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1rem;
}

body .fyi-gb-fan-cover img {
  display: block;
  width: 100px;
  max-width: 100%;
  height: auto;
}

body .fyi-gb-fan-panel {
  min-width: 0;
}

body .fyi-gb-fan-title {
  margin: 0 0 .55rem;
  color: var(--fyi-gb-accent);
  font-size: .95rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

/* AcyMailing module/form styling */
body .fyi-gb-fan-panel .acym_module,
body .fyi-gb-fan-panel .acym__front__module,
body .fyi-gb-fan-panel form,
body .fyi-gb-fan-panel .acym_form {
  margin: 0;
  padding: 0;
  background: transparent !important;
  color: var(--fyi-gb-text) !important;
}

body .fyi-gb-fan-panel .acym_module_form,
body .fyi-gb-fan-panel .acym_form,
body .fyi-gb-fan-panel form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem 1rem;
}

body .fyi-gb-fan-panel .acym_module_form > div,
body .fyi-gb-fan-panel .acym_form > div,
body .fyi-gb-fan-panel form > div {
  margin: 0 !important;
}

body .fyi-gb-fan-panel input[type="text"],
body .fyi-gb-fan-panel input[type="email"],
body .fyi-gb-fan-panel input[type="name"] {
  width: 165px;
  min-height: 34px;
  padding: .4rem .55rem;
  border: 1px solid #d8c76a;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: .9rem;
}

body .fyi-gb-fan-panel button,
body .fyi-gb-fan-panel input[type="submit"],
body .fyi-gb-fan-panel .acysubbuttons input,
body .fyi-gb-fan-panel .btn-primary,
body .fyi-gb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: .45rem 1.35rem;
  border: 0;
  border-radius: 4px;
  background: #827500 !important;
  color: #fff !important;
  font-size: .9rem;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
}

body .fyi-gb-fan-panel button:hover,
body .fyi-gb-fan-panel input[type="submit"]:hover,
body .fyi-gb-fan-panel .btn-primary:hover,
body .fyi-gb-button:hover,
body .fyi-gb-button:focus {
  background: #a18f00 !important;
  color: #fff !important;
}

body .fyi-gb-video-feature {
  width: min(100%, 920px);
  margin: 2.25rem auto 0;
}

body .fyi-gb-video-feature__heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  margin-bottom: .9rem;
}

body .fyi-gb-video-feature__heading-row .fyi-gb-video-feature__title {
  margin: 0;
  flex: 1 1 520px;
}

body .fyi-gb-video-feature .fyi-media,
body .fyi-gb-video-feature .fyi-media-video,
body .fyi-gb-video-feature .fyi-media-youtube,
body .fyi-gb-video-feature iframe,
body .fyi-gb-video-feature video {
  width: 100% !important;
  max-width: 920px !important;
}

body .fyi-gb-video-feature iframe,
body .fyi-gb-video-feature video {
  aspect-ratio: 16 / 9;
  height: auto;
}

@media (max-width: 767.98px) {
  body .fyi-gb-fan-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body .fyi-gb-fan-panel .acym_module_form,
  body .fyi-gb-fan-panel .acym_form,
  body .fyi-gb-fan-panel form {
    display: grid;
    grid-template-columns: 1fr;
  }

  body .fyi-gb-fan-panel input[type="text"],
  body .fyi-gb-fan-panel input[type="email"],
  body .fyi-gb-fan-panel input[type="name"],
  body .fyi-gb-fan-panel button,
  body .fyi-gb-fan-panel input[type="submit"] {
    width: 100%;
  }
}

/* ==========================================================
 * Cassiopeia content grid correction
 * Version 1.2.4
 * Keeps a single full-width inner track while preserving the
 * named grid lines Cassiopeia uses to place the component.
 * ========================================================== */
body .site-grid {
  grid-template-columns:
    [full-start main-start] minmax(0, 1fr) [main-end full-end] !important;
  column-gap: 0 !important;
}

body .site-grid > .grid-child,
body .site-grid > .container-component,
body .container-component,
body .container-component > main,
body .container-component > main > *,
body main.com-content-article,
body .com-content-article,
body .com-content-article__body,
body .item-page,
body .item-page > div,
body .item-page > section {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Override old fixed-width Joomla 3 layout wrappers when still present. */
body .contentpage,
body .contentpage > div[style*="width"],
body .contentpage > div[style*="margin-left"],
body .contentpage > div[style*="margin-right"] {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .fyi-gb-music-section,
body .fyi-gb-video-feature {
  width: 100% !important;
  max-width: none !important;
}

body .fyi-gb-video-feature .fyi-media,
body .fyi-gb-video-feature .fyi-media-video,
body .fyi-gb-video-feature .fyi-media-youtube,
body .fyi-gb-video-feature iframe,
body .fyi-gb-video-feature video {
  width: 100% !important;
  max-width: none !important;
}

/* ==========================================================
 * Homepage content fill fix
 * Version 1.2.2
 * Keeps the 960px outer sheet and configured inner padding,
 * while removing migrated/replacement wrapper width caps.
 * ========================================================== */
body .gb-home-section,
body .gb-music-fan,
body .gb-coldshot,
body .contentpage,
body .com-content-article__body,
body .item-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}



/* ==========================================================
 * Layout controls
 * Version 1.2.6.8
 * The configured values are the final visible spacing values.
 * ========================================================== */

/* Remove inherited/fixed whitespace from the homepage Hero shell. */
body.itemid-101 .fyi-hero,
body.itemid-101 .fyi-hero-shell,
body.itemid-101 .fyih-hero {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: var(--fyi-gb-hero-gap) !important;
}

/* Nested Hero elements must not add another bottom gap. */
body.itemid-101 .fyi-hero [class*="fyi-hero"],
body.itemid-101 .fyi-hero-shell [class*="fyi-hero"],
body.itemid-101 .fyih-hero [class*="fyih-"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Neutralize Cassiopeia/blog spacing around the first content block. */
body.itemid-101 .blog-featured,
body.itemid-101 .blog-items,
body.itemid-101 .blog-item,
body.itemid-101 .item-content {
  row-gap: 0 !important;
}

body.itemid-101 .blog-item,
body.itemid-101 .item-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Subsequent homepage sections use one explicit spacing source. */
body.itemid-101 .item-content > * + *,
body.itemid-101 .fyi-gb-music-section + *,
body.itemid-101 .fyi-gb-video-feature + * {
  margin-top: var(--fyi-gb-section-spacing) !important;
}

/* The first block after a Hero must use only the Hero gap. */
body.itemid-101 .item-content > .fyi-hero + *,
body.itemid-101 .item-content > .fyi-hero-shell + *,
body.itemid-101 .item-content > .fyih-hero + * {
  margin-top: 0 !important;
}

@media (max-width: 575.98px) {
  body .site-grid {
    padding-left: var(--fyi-gb-mobile-padding);
    padding-right: var(--fyi-gb-mobile-padding);
  }
}

/* ==========================================================
 * FYI Audio System — single track and playlist modes
 * Version 1.2.6.8
 * ========================================================== */
body .fyi-audio {
  width: 100%;
  margin: .35rem 0 1rem;
  color: var(--fyi-audio-text);
  font-family: var(--fyi-audio-font);
  border-bottom: var(--fyi-audio-divider-width) dotted var(--fyi-audio-border);
}

body .fyi-audio__native {
  display: none !important;
}

body .fyi-audio__toggle {
  display: flex;
  width: 100%;
  min-height: var(--fyi-audio-row-height);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fyi-audio-title);
  font-family: var(--fyi-audio-font);
  font-size: var(--fyi-audio-title-size);
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

body .fyi-audio__toggle:hover,
body .fyi-audio__toggle:focus-visible {
  color: var(--fyi-audio-hover);
  outline: none;
}

body .fyi-audio__title {
  min-width: 0;
  overflow-wrap: anywhere;
}

body .fyi-audio__arrow {
  flex: 0 0 auto;
  color: currentColor;
  font-size: .75em;
  transition: transform .18s ease;
}

body .fyi-audio.is-open .fyi-audio__arrow {
  transform: rotate(90deg);
}

body .fyi-audio__panel {
  overflow: hidden;
  margin: 0 0 .75rem;
  padding: var(--fyi-audio-padding);
  border: 1px solid var(--fyi-audio-border);
  border-radius: var(--fyi-audio-radius);
  background: var(--fyi-audio-bg);
  color: var(--fyi-audio-text);
}

body .fyi-audio__panel[hidden] {
  display: none !important;
}

body .fyi-audio__controls {
  display: grid;
  grid-template-columns: auto auto minmax(100px, 1fr) auto minmax(70px, 110px);
  align-items: center;
  gap: .65rem;
  width: 100%;
  font-size: var(--fyi-audio-control-size);
}

body .fyi-audio__play {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--fyi-audio-accent);
  border-radius: 50%;
  background: transparent;
  color: var(--fyi-audio-accent);
  font: inherit;
  cursor: pointer;
}

body .fyi-audio__play:hover,
body .fyi-audio__play:focus-visible {
  background: var(--fyi-audio-accent);
  color: var(--fyi-audio-bg);
  outline: none;
}

body .fyi-audio__time {
  color: var(--fyi-audio-text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body .fyi-audio__progress,
body .fyi-audio__volume {
  width: 100%;
  accent-color: var(--fyi-audio-accent);
  cursor: pointer;
}

body .fyi-audio__progress {
  min-width: 100px;
}

body .fyi-audio--playlist {
  margin-block: 0;
}

body .fyi-audio--playlist .fyi-audio__toggle {
  font-size: calc(var(--fyi-audio-title-size) * .9);
}

@media (max-width: 700px) {
  body .fyi-audio__controls {
    grid-template-columns: auto auto minmax(80px, 1fr) auto;
  }

  body .fyi-audio__volume {
    display: none;
  }
}

@media (max-width: 430px) {
  body .fyi-audio__controls {
    grid-template-columns: auto 1fr auto;
  }

  body .fyi-audio__elapsed {
    display: none;
  }
}

/* ==========================================================
 * Compound homepage gap correction
 * Version 1.2.6.8
 * Removes every independent gap between the banner/Hero row
 * and the component row. The administrator slider is then
 * applied once, to the component row itself.
 * ========================================================== */
body.itemid-101 .site-grid {
  row-gap: 0 !important;
  gap: 0 !important;
}

/* The banner grid row and Joomla module chrome must not reserve
 * additional whitespace below the rendered Hero. */
body.itemid-101 .container-banner,
body.itemid-101 .container-banner > *,
body.itemid-101 .container-banner .moduletable,
body.itemid-101 .container-banner .mod-custom,
body.itemid-101 .container-banner .fyi-hero,
body.itemid-101 .container-banner .fyi-hero-shell,
body.itemid-101 .container-banner .fyih-hero {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.itemid-101 .container-banner {
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
}

/* Neutralize the component/article side of the join. */
body.itemid-101 .container-component,
body.itemid-101 .container-component > main,
body.itemid-101 .blog-featured,
body.itemid-101 .blog-items,
body.itemid-101 .blog-item,
body.itemid-101 .item-content {
  padding-top: 0 !important;
}

body.itemid-101 .container-component,
body.itemid-101 .container-component > main,
body.itemid-101 .blog-featured,
body.itemid-101 .blog-items,
body.itemid-101 .blog-item,
body.itemid-101 .item-content,
body.itemid-101 .item-content > :first-child {
  margin-top: 0 !important;
}

/* One authoritative source for the final visible gap. */
body.itemid-101 .site-grid > .container-component {
  margin-top: var(--fyi-gb-hero-gap) !important;
}


/* ==========================================================
 * Fan signup styling
 * Version 1.2.6.8
 * Matches the original Georgie Bones homepage fan-signup row
 * while remaining scoped to the migrated .fyi-gb-fan-grid.
 * ========================================================== */
body .fyi-gb-fan-grid {
  grid-template-columns: 150px minmax(0, 1fr) !important;
  column-gap: 1.35rem !important;
  row-gap: .65rem !important;
  align-items: center !important;
}

body .fyi-gb-fan-cover img {
  width: 150px !important;
  max-width: 150px !important;
}

body .fyi-gb-fan-panel {
  align-self: center;
}

body .fyi-gb-fan-title {
  margin: 0 0 .7rem !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

body .fyi-gb-fan-grid .acym_module,
body .fyi-gb-fan-grid .acym__front__module,
body .fyi-gb-fan-grid .acym_module_form,
body .fyi-gb-fan-grid .acym_form,
body .fyi-gb-fan-grid form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body .fyi-gb-fan-grid .acym_module_form {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(160px, auto) !important;
  gap: .75rem 1.35rem !important;
  align-items: start !important;
}

/* Flatten AcyMailing's inner field wrapper into the row. */
body .fyi-gb-fan-grid .acym_module_form > .acym_form,
body .fyi-gb-fan-grid .acym_module_form > div.acym_form {
  display: contents !important;
}

body .fyi-gb-fan-grid .onefield,
body .fyi-gb-fan-grid .acym_field,
body .fyi-gb-fan-grid .acysubbuttons {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .fyi-gb-fan-grid .onefield label {
  display: block !important;
  margin: 0 !important;
}

body .fyi-gb-fan-grid .acym__users__creation__fields__title,
body .fyi-gb-fan-grid .cell.margin-top-1 > .acym__users__creation__fields__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body .fyi-gb-fan-grid input[type="text"],
body .fyi-gb-fan-grid input[type="email"],
body .fyi-gb-fan-grid input[type="name"],
body .fyi-gb-fan-grid .acym__user__edit__email,
body .fyi-gb-fan-grid .acym_input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: .38rem .55rem !important;
  border: 1px solid #d8c76a !important;
  border-radius: 4px !important;
  background: #fffef5 !important;
  color: #665900 !important;
  box-shadow: none !important;
  font: 400 1rem/1.2 Arial, Helvetica, sans-serif !important;
}

body .fyi-gb-fan-grid input::placeholder {
  color: #a48e00 !important;
  opacity: 1 !important;
}

body .fyi-gb-fan-grid .acysubbuttons {
  align-self: start !important;
}

body .fyi-gb-fan-grid .acysubbuttons .button,
body .fyi-gb-fan-grid .acysubbuttons button,
body .fyi-gb-fan-grid button[type="submit"],
body .fyi-gb-fan-grid input[type="submit"] {
  width: 100% !important;
  min-width: 160px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: .4rem 1rem !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #827500 !important;
  color: #fff !important;
  box-shadow: none !important;
  font: 400 1rem/1.2 Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
}

body .fyi-gb-fan-grid .acysubbuttons .button:hover,
body .fyi-gb-fan-grid .acysubbuttons button:hover,
body .fyi-gb-fan-grid button[type="submit"]:hover,
body .fyi-gb-fan-grid input[type="submit"]:hover {
  background: #a18f00 !important;
}

body .fyi-gb-fan-grid .acym__field__error__block {
  grid-column: 1 / -1;
  margin: .3rem 0 0 !important;
  color: #ffd84d !important;
  font-size: .82rem !important;
  line-height: 1.25 !important;
}

@media (max-width: 900px) {
  body .fyi-gb-fan-grid .acym_module_form {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) !important;
  }

  body .fyi-gb-fan-grid .acysubbuttons {
    grid-column: 1 / -1 !important;
    width: min(220px, 100%) !important;
  }
}

@media (max-width: 640px) {
  body .fyi-gb-fan-grid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  body .fyi-gb-fan-cover img {
    width: 150px !important;
    max-width: 100% !important;
  }

  body .fyi-gb-fan-grid .acym_module_form {
    grid-template-columns: 1fr !important;
    gap: .7rem !important;
  }

  body .fyi-gb-fan-grid .acysubbuttons {
    grid-column: auto !important;
    width: 100% !important;
  }
}

/* ==========================================================
 * Responsive video fill fix
 * Version 1.2.6.8
 * Makes embedded video media fill the available content width
 * while preserving a responsive 16:9 presentation.
 * ========================================================== */
body .container-component iframe[src*="youtube.com"],
body .container-component iframe[src*="youtube-nocookie.com"],
body .container-component iframe[src*="youtu.be"],
body .container-component iframe[src*="vimeo.com"],
body .container-component video,
body .fyi-media-video,
body .fyi-media-youtube {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0;
}

body .container-component p:has(> iframe[src*="youtube.com"]),
body .container-component p:has(> iframe[src*="youtube-nocookie.com"]),
body .container-component p:has(> iframe[src*="youtu.be"]),
body .container-component p:has(> iframe[src*="vimeo.com"]),
body .container-component div:has(> iframe[src*="youtube.com"]),
body .container-component div:has(> iframe[src*="youtube-nocookie.com"]),
body .container-component div:has(> iframe[src*="youtu.be"]),
body .container-component div:has(> iframe[src*="vimeo.com"]) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 767.98px) {
  body .container-component iframe[src*="youtube.com"],
  body .container-component iframe[src*="youtube-nocookie.com"],
  body .container-component iframe[src*="youtu.be"],
  body .container-component iframe[src*="vimeo.com"],
  body .container-component video,
  body .fyi-media-video,
  body .fyi-media-youtube {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ==========================================================
 * Layout spacing framework
 * Version 1.2.6.8
 * The site grid no longer uses a generic row gap. Menu-to-content
 * spacing and page-bottom spacing are controlled independently.
 * ========================================================== */
body .site-grid {
  padding-top: var(--fyi-gb-menu-content-gap) !important;
  padding-bottom: var(--fyi-gb-page-bottom-padding) !important;
  row-gap: 0 !important;
}

/* The homepage banner-to-component relationship remains owned by
 * the dedicated Hero-to-content control. */
body.itemid-101 .site-grid {
  padding-top: 0 !important;
}
