:root {
  --applause-red: #a30001;
  --applause-red-soft: rgba(122, 0, 0, .72);
  --applause-red-dark: rgba(80, 0, 0, .68);
  --applause-gold: #eff1be;
  --applause-gold-muted: #d9d9aa;
  --applause-body: #f1eee5;
  --applause-muted: #d2cec0;
  --applause-panel-bg: rgba(0, 0, 0, .52);
  --applause-panel-soft: rgba(0, 0, 0, .24);
  --applause-border: rgba(143, 35, 35, .62);
  --applause-panel-radius: 8px;
}

html {
  min-height: 100%;
  background: #000;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: var(--applause-body);
  background-color: #000;
  background-image: url("/images/backgroundmusic6.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(100vw, 1600px) auto;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 50px;
}

a {
  color: var(--applause-gold);
}

a:not([class]) {
  color: var(--applause-gold);
}

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

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 .1rem #000, 0 0 0 .25rem rgba(239, 241, 190, .55);
}

.site-header {
  padding-top: 0;
}

.applause-navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  min-height: 50px;
  background: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1rem;
}

.applause-navbar .container-fluid {
  max-width: none;
}

.applause-navbar .navbar-nav {
  align-items: stretch;
}

.applause-navbar .nav-link,
.applause-navbar .navbar-brand {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 .9rem;
  font-size: .875rem;
}

.applause-navbar .navbar-toggler {
  margin: .45rem 0;
  border-radius: 0;
}

.applause-navbar .nav-link,
.applause-navbar .navbar-brand {
  color: #ccc;
}

.applause-navbar .nav-link:hover,
.applause-navbar .nav-link:focus,
.applause-navbar .nav-link.show {
  color: var(--applause-gold);
}

.applause-navbar .dropdown-menu {
  min-width: 13rem;
  max-width: 16rem;
  background: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  padding: .25rem 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .45);
}

.applause-navbar .dropdown-item,
.applause-navbar .dropdown-menu .nav-link {
  display: block;
  min-height: 0;
  padding: .5rem 1.7rem .5rem .9rem;
  color: #ccc;
  font-size: .875rem;
  line-height: 1.25;
  white-space: normal;
}

.applause-navbar .dropdown-item:hover,
.applause-navbar .dropdown-item:focus,
.applause-navbar .dropdown-menu .nav-link:hover,
.applause-navbar .dropdown-menu .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

@media (min-width: 992px) {
  .applause-navbar .dropdown.show > .dropdown-menu {
    display: block;
  }

  .applause-navbar .dropdown-menu .dropdown {
    position: relative;
  }

  .applause-navbar .dropdown-menu .dropdown-menu {
    top: -.25rem;
    left: 100%;
    margin-left: -.45rem;
  }

  .applause-navbar .dropdown-menu .dropdown::after {
    position: absolute;
    top: 0;
    right: -.9rem;
    width: 1rem;
    height: 100%;
    content: "";
  }

  .applause-navbar .dropdown-menu .dropdown-toggle {
    position: relative;
  }

  .applause-navbar .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: .65rem;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.navbar-search {
  align-items: center;
  min-height: 50px;
  width: min(235px, 30vw);
}

.navbar-search .form-control {
  height: 34px;
}

.navbar-search .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 34px;
  padding: 0;
}

.search-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #17344f;
  border-radius: 50%;
}

.search-icon::after {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 8px;
  height: 3px;
  content: "";
  background: #17344f;
  transform: rotate(45deg);
  transform-origin: left center;
}

.brand-row {
  padding: 18px 0 18px;
}

.brand-logo {
  width: min(100%, 455px);
  height: auto;
}

.brand-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: transparent;
}

.social-glyph {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  color: #fff;
}

.social-facebook .social-glyph {
  position: relative;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.social-facebook .social-glyph::before {
  position: absolute;
  right: 4px;
  bottom: -3px;
  content: "f";
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.social-instagram .social-glyph {
  border: 3px solid currentColor;
  border-radius: 7px;
}

.social-instagram .social-glyph::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 50%;
}

.social-instagram .social-glyph::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 4px;
  height: 4px;
  content: "";
  background: currentColor;
  border-radius: 50%;
}

.social-youtube .social-glyph {
  border: 3px solid currentColor;
  border-radius: 5px;
}

.social-youtube .social-glyph::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  transform: translate(-35%, -50%);
}

.social-linkedin .social-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid currentColor;
  border-radius: 3px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.social-links a:hover,
.social-links a:focus {
  color: #fff;
  filter: brightness(.85);
}

.phone-link {
  color: var(--applause-gold) !important;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  text-decoration: none;
}

.phone-link:hover,
.phone-link:focus {
  color: var(--applause-gold);
  text-decoration: underline;
}

.body-content {
  flex: 1 0 auto;
  width: 100%;
  min-height: 0;
}

article {
  width: min(100%, 1120px);
  margin: clamp(1rem, 3vw, 2.5rem) auto;
}

.applause-panel {
  overflow: hidden;
  color: var(--applause-body);
  background: var(--applause-panel-soft);
  border: 1px solid var(--applause-border);
  border-radius: var(--applause-panel-radius);
}

.applause-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
  background: linear-gradient(135deg, var(--applause-red-soft), var(--applause-red-dark));
  border-bottom: 1px solid var(--applause-border);
  border-radius: calc(var(--applause-panel-radius) - 1px) calc(var(--applause-panel-radius) - 1px) 0 0;
}

.applause-panel-header h1 {
  margin: 0;
  color: var(--applause-gold);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  text-shadow: 2px 2px 2px #000;
}

.applause-panel-header .btn-primary {
  color: #333;
  background: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  border-color: #ccc;
}

.applause-panel-header .btn-primary:hover,
.applause-panel-header .btn-primary:focus {
  color: #333;
  background: #e0e0e0;
  border-color: #adadad;
}

.applause-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 38px;
  padding: .375rem 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  background: var(--applause-red);
  border: 1px solid rgba(239, 241, 190, .38);
  border-radius: var(--applause-panel-radius);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
}

.applause-cta:hover,
.applause-cta:focus {
  color: #111;
  text-decoration: none;
  background: var(--applause-gold);
  border-color: var(--applause-gold);
}

.home-cta {
  flex: 0 0 auto;
}

.request-cta {
  margin-top: .85rem;
}

.applause-panel-body {
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: visible;
  background: var(--applause-panel-bg);
  border-top: 1px solid rgba(143, 35, 35, .36);
  border-radius: 0 0 calc(var(--applause-panel-radius) - 1px) calc(var(--applause-panel-radius) - 1px);
}

.applause-panel-body h2,
.applause-panel-body h3,
.applause-panel-body h4,
.greeters,
.greeters h2,
.greeters h3,
.greeters h4,
.apphighlight,
.searchspan {
  color: var(--applause-gold-muted);
}

.home-intro h2 {
  color: #fff;
}

.greeter-gallery .thumbnail {
  text-align: center;
}

.greeter-gallery .caption {
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
  text-align: center;
}

.greeter-gallery .caption h2,
.greeter-gallery .caption h3,
.greeter-gallery .caption h4 {
  margin-right: auto;
  margin-left: auto;
}

.applause-back-link {
  flex: 0 0 auto;
  color: #ddd;
  white-space: nowrap;
}

.applause-breadcrumbs {
  flex: 0 1 auto;
  max-width: min(52vw, 620px);
  color: var(--applause-muted);
  font-size: .86rem;
  line-height: 1.35;
  text-align: right;
}

.applause-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .2rem .45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.applause-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.applause-breadcrumbs li + li::before {
  margin-right: .45rem;
  color: rgba(239, 241, 190, .55);
  content: "\203A";
}

.applause-breadcrumbs a {
  color: var(--applause-gold-muted);
  text-decoration: none;
}

.applause-breadcrumbs a:hover,
.applause-breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}

.applause-breadcrumbs .active span {
  color: #fff;
}

.applause-row {
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.primary-image-column {
  display: flex;
  justify-content: center;
}

.linebreaks {
  white-space: pre-wrap;
}

.img-thumbnail,
.thumbnail {
  border-color: rgba(143, 35, 35, .58);
  background-color: rgba(0, 0, 0, .62);
}

.appbutton,
.btn-outline-secondary {
  margin-top: .75rem;
  border-color: rgba(239, 241, 190, .7);
  color: var(--applause-gold-muted);
  background: rgba(0, 0, 0, .18);
}

.appbutton:hover,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  border-color: rgba(239, 241, 190, .85);
  color: #fff;
  background: var(--applause-red-soft);
}

.applause-form {
  padding: clamp(1rem, 2vw, 1.5rem);
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(163, 0, 1, .35);
}

.applause-accordion {
  --bs-accordion-bg: rgba(0, 0, 0, .58);
  --bs-accordion-color: var(--applause-body);
  --bs-accordion-border-color: var(--applause-border);
  --bs-accordion-active-bg: var(--applause-red-soft);
  --bs-accordion-active-color: var(--applause-gold);
  --bs-accordion-btn-color: var(--applause-gold-muted);
  --bs-accordion-btn-bg: var(--applause-red-dark);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(239, 241, 190, .25);
}

.applause-accordion .accordion-button,
.applause-accordion .accordion-button:not(.collapsed),
.applause-accordion .accordion-button.collapsed {
  color: var(--applause-gold-muted);
  background: linear-gradient(135deg, var(--applause-red-soft), var(--applause-red-dark));
  text-shadow: 2px 2px 2px #000;
}

.applause-accordion .accordion-button::after {
  filter: invert(1) sepia(1) saturate(.6);
}

.applause-accordion .accordion-body {
  padding: 1rem;
  overflow: hidden;
  background: rgba(0, 0, 0, .58);
}

.applause-media-list,
.applause-child-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.applause-child-links {
  margin-top: 1rem;
}

.applause-child-links li {
  overflow: visible;
}

.applause-child-links a {
  display: inline-block;
  color: var(--applause-gold-muted);
  text-decoration: none;
  white-space: nowrap;
}

.applause-child-links a:hover,
.applause-child-links a:focus {
  color: var(--applause-gold);
  text-decoration: underline;
}

.applause-media-list li,
.applause-panel li {
  display: block;
  list-style: none;
  margin: .75rem 0;
  text-shadow: 2px 2px 2px #464200;
}

.applause-media-list audio,
.appvideo {
  width: 100%;
  max-width: 100%;
}

.applause-accordion .applause-media-list li {
  margin: 0 0 1rem;
  text-shadow: none;
}

.applause-accordion .applause-media-list li:last-child {
  margin-bottom: 0;
}

.applause-video-frame {
  width: 100%;
  border: 1px solid var(--applause-border);
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
}

.home-intro,
.home-video {
  width: min(100%, 860px);
  margin-inline: auto;
}

.home-video {
  margin-top: 1.5rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
}

.video-wrapper .appvideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(58px, 9vw, 84px);
  height: clamp(58px, 9vw, 84px);
  padding: 0;
  color: #fff;
  background: rgba(143, 0, 0, .82);
  border: 2px solid var(--applause-gold);
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .45);
  transform: translate(-50%, -50%);
  transition: background-color .16s ease, transform .16s ease, opacity .16s ease;
}

.home-video-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: .35em;
  border-top: clamp(13px, 2.25vw, 19px) solid transparent;
  border-bottom: clamp(13px, 2.25vw, 19px) solid transparent;
  border-left: clamp(20px, 3.6vw, 30px) solid #fff;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .35));
}

.home-video-play:hover,
.home-video-play:focus {
  background: rgba(190, 0, 0, .92);
  transform: translate(-50%, -50%) scale(1.04);
}

.home-video-play[hidden] {
  display: none;
}

.appvideo {
  height: auto;
  border: 0;
  box-sizing: border-box;
  display: block;
}

.applause-song-list {
  margin: 0;
}

.songlist {
  color: #fff;
  font-size: .9rem;
}

.applause-search-result,
.subresults {
  margin-top: 1rem;
}

.child-summary-divider {
  margin: 2.4rem 0;
  border-color: var(--applause-border);
  opacity: .72;
}

.child-summary-row {
  margin-bottom: 2.4rem;
}

.child-summary-row .caption {
  text-align: center;
}

.child-summary-row .caption h2,
.child-summary-row .caption h3 {
  margin-bottom: .75rem;
}

.child-summary-row .caption a {
  color: var(--applause-gold-muted);
  text-decoration: none;
}

.child-summary-row .caption a:hover,
.child-summary-row .caption a:focus {
  color: var(--applause-gold);
  text-decoration: underline;
}

.applause-feature-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem;
  margin-top: 1rem;
}

.applause-feature-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  color: #111;
  text-decoration: none;
  background: var(--applause-gold);
  border-radius: 50%;
}

.applause-feature-links a:hover,
.applause-feature-links a:focus {
  color: #000;
  border-color: #fff;
  background: #fff;
  text-decoration: none;
}

.thanks-page {
  max-width: 820px;
}

.thanks-panel {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.thanks-header {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(143, 0, 0, .78), rgba(48, 0, 0, .66)),
    var(--applause-red-soft);
}

.thanks-kicker {
  margin-bottom: .25rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.thanks-body {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  text-align: center;
}

.thanks-mark {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border: 2px solid var(--applause-gold);
  border-radius: 50%;
  background: rgba(239, 241, 190, .08);
}

.thanks-mark::after {
  position: absolute;
  top: 15px;
  left: 19px;
  width: 17px;
  height: 27px;
  content: "";
  border-right: 4px solid var(--applause-gold);
  border-bottom: 4px solid var(--applause-gold);
  transform: rotate(42deg);
}

.thanks-body h2 {
  margin-bottom: 1rem;
  color: var(--applause-gold-muted);
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.thanks-body p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.05rem;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.5rem;
}

.thanks-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  min-height: 38px;
  box-sizing: border-box;
  margin-top: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
}

.thanks-primary {
  color: #fff;
  background: var(--applause-red);
  border-color: var(--applause-red);
}

.thanks-primary:hover,
.thanks-primary:focus {
  color: #111;
  background: var(--applause-gold);
  border-color: var(--applause-gold);
}

.account-manage-page {
  max-width: 760px;
}

.account-manage-panel {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.account-manage-header h1 {
  margin-bottom: 0;
}

.account-manage-body {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.account-signed-in {
  margin-bottom: 1.35rem;
  color: var(--applause-gold-muted);
  font-size: 1.05rem;
  text-align: center;
}

.account-password-form {
  max-width: 560px;
  margin: 0 auto;
}

.account-field {
  margin-bottom: 1rem;
}

.account-field .form-label {
  margin-bottom: .35rem;
  color: var(--applause-gold-muted);
  font-weight: 700;
}

.account-field .form-control {
  min-height: 42px;
  color: #fff;
  border-color: rgba(239, 241, 190, .55);
  background: rgba(0, 0, 0, .38);
}

.account-field .form-control:focus {
  color: #fff;
  border-color: var(--applause-gold);
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 .2rem rgba(239, 241, 190, .18);
}

.account-validation {
  margin-bottom: 1rem;
  color: #ffd9d9;
}

.account-validation ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.account-status {
  color: #10240f;
  border-color: rgba(239, 241, 190, .75);
  background: rgba(239, 241, 190, .92);
}

.account-actions {
  margin-top: 1.35rem;
}

.info-request-page {
  max-width: 920px;
}

.info-request-panel {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.info-request-header h1 {
  margin-bottom: 0;
}

.info-request-body {
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.info-request-intro {
  max-width: 680px;
  margin: 0 auto 1.5rem;
  color: #fff;
  font-size: 1.05rem;
  text-align: center;
}

.info-request-intro strong {
  color: var(--applause-gold-muted);
}

.info-request-form {
  max-width: 780px;
  margin: 0 auto;
}

.info-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.info-field {
  min-width: 0;
}

.info-field-full {
  margin-top: 1rem;
}

.info-field-wide {
  grid-column: 1 / -1;
}

.info-field .form-label {
  margin-bottom: .35rem;
  color: var(--applause-gold-muted);
  font-weight: 700;
}

.info-field .form-control {
  min-height: 42px;
  color: #fff;
  border-color: rgba(239, 241, 190, .55);
  background: rgba(0, 0, 0, .38);
}

.info-field textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.info-field .form-control::placeholder {
  color: rgba(255, 255, 255, .66);
}

.info-field .form-control:focus {
  color: #fff;
  border-color: var(--applause-gold);
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 .2rem rgba(239, 241, 190, .18);
}

.info-request-validation,
.field-validation {
  color: #ffd9d9;
}

.info-request-validation ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.field-validation {
  display: block;
  min-height: 1.25rem;
  margin-top: .25rem;
  font-size: .9rem;
}

.info-request-actions {
  margin-top: 1.35rem;
}

.login-page {
  max-width: 700px;
}

.login-panel {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.login-header h1 {
  margin-bottom: 0;
}

.login-body {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.login-intro {
  max-width: 520px;
  margin: 0 auto 1.5rem;
  color: #fff;
  font-size: 1.05rem;
  text-align: center;
}

.login-form {
  max-width: 520px;
  margin: 0 auto;
}

.login-remember {
  margin-top: .25rem;
  color: var(--applause-muted);
}

.login-remember .form-check-input {
  border-color: rgba(239, 241, 190, .55);
  background-color: rgba(0, 0, 0, .38);
}

.login-remember .form-check-input:checked {
  border-color: var(--applause-red);
  background-color: var(--applause-red);
}

.login-actions {
  margin-top: 1.35rem;
}

@media (max-width: 767.98px) {
  .applause-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .applause-breadcrumbs {
    max-width: 100%;
    text-align: left;
  }

  .applause-breadcrumbs ol {
    justify-content: flex-start;
  }

  .home-cta {
    align-self: center;
    width: min(100%, 260px);
  }

  .info-request-grid {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .info-request-body {
    padding: 1.1rem;
  }
}

.feature-icon::before {
  display: block;
  line-height: 1;
}

.feature-icon-info::before {
  content: "i";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 700;
}

.feature-icon-audio::before {
  content: "\266A";
  font-size: 1.35rem;
  font-weight: 700;
}

.feature-icon-songs::before {
  content: "\2630";
  font-size: 1.15rem;
  font-weight: 700;
}

.feature-icon-video {
  border-radius: 0 !important;
  background:
    linear-gradient(to bottom, transparent 0 18%, #111 18% 28%, transparent 28% 72%, #111 72% 82%, transparent 82%),
    var(--applause-gold) !important;
}

.feature-icon-video::before {
  content: "";
  width: 18px;
  height: 22px;
  border: 3px solid #111;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.carousel {
  max-width: 802px;
  margin: 0 auto 1.25rem;
}

.carousel-inner {
  background: rgba(0, 0, 0, .35);
}

.theme-carousel {
  max-width: 100%;
}

.theme-carousel .carousel-indicators {
  margin-bottom: .55rem;
}

.theme-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}

.theme-carousel .carousel-indicators .active {
  background-color: #fff;
}

.theme-carousel .carousel-control-prev,
.theme-carousel .carousel-control-next {
  width: 11%;
  opacity: .45;
}

.theme-carousel .carousel-control-prev:hover,
.theme-carousel .carousel-control-prev:focus,
.theme-carousel .carousel-control-next:hover,
.theme-carousel .carousel-control-next:focus {
  opacity: .75;
}

.theme-carousel .carousel-control-prev-icon,
.theme-carousel .carousel-control-next-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.theme-carousel-image,
.theme-single-image {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.wideimage {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}

[id^="navrotate-"] {
  max-width: clamp(200px, 28vw, 320px);
  min-height: clamp(220px, 35vw, 340px);
}

[id^="navrotate-"] .carousel-inner {
  min-height: inherit;
}

[id^="navrotate-"] .carousel-item {
  min-height: inherit;
}

[id^="navrotate-"] .wideimage {
  width: 100%;
  max-height: clamp(220px, 35vw, 340px);
  object-fit: contain;
}

.site-footer {
  flex-shrink: 0;
  margin-top: 2rem;
  color: #bbb;
  background: rgba(0, 0, 0, .7);
  border-top: 2px solid var(--applause-red);
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
}

.site-footer .navbar-nav {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.site-footer .nav-item,
.site-footer form {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.site-footer .nav-link,
.site-footer .btn-link {
  color: #777 !important;
  padding: 0;
}

.site-footer .nav-link:hover,
.site-footer .nav-link:focus,
.site-footer .btn-link:hover,
.site-footer .btn-link:focus {
  color: var(--applause-gold) !important;
}

.form-label,
.col-form-label,
.control-label {
  color: #bbb;
}

.form-control {
  color: #111;
}

.admin-body {
  padding-top: 0;
  color: #e9ecef;
  background-size: cover;
}

.admin-navbar {
  background: linear-gradient(to bottom, #3b3b3b 0, #151515 100%);
  border-bottom: 2px solid var(--applause-red);
}

.admin-shell {
  width: min(100% - 2rem, 1280px);
  margin: 1.5rem auto 3rem;
}

.admin-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, .72);
  border: 1px solid rgba(163, 0, 1, .8);
}

.admin-page-header h1 {
  margin: 0;
  color: var(--applause-gold);
  font-size: 1.75rem;
}

.admin-page-header p {
  margin: .25rem 0 0;
  color: #cfd2d4;
}

.admin-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-stat {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, .72);
  border: 1px solid rgba(163, 0, 1, .75);
}

.admin-stat:hover,
.admin-stat:focus {
  color: var(--applause-gold);
  background: rgba(0, 0, 0, .86);
}

.admin-stat span {
  font-size: 2rem;
  line-height: 1;
}

.admin-panel,
.admin-form {
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, .78);
  border: 1px solid rgba(163, 0, 1, .75);
}

.admin-form {
  padding: 1rem;
}

.admin-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
  background: rgba(100, 0, 0, .9);
  border-bottom: 1px solid rgba(163, 0, 1, .75);
}

.admin-panel-header h2 {
  margin: 0;
  color: var(--applause-gold);
  font-size: 1.15rem;
}

.admin-panel-body {
  padding: 1rem;
}

.admin-table {
  margin-bottom: 0;
  color: #f2f2f2;
  vertical-align: middle;
}

.admin-table th {
  color: var(--applause-gold);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
}

.admin-table td {
  border-color: rgba(255, 255, 255, .12);
}

.admin-table a,
.admin-actions .btn-link {
  color: var(--applause-gold);
  text-decoration: none;
}

.admin-table a:hover,
.admin-table a:focus,
.admin-actions .btn-link:hover,
.admin-actions .btn-link:focus {
  color: #fff;
  text-decoration: underline;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
  white-space: nowrap;
}

.admin-definition-list {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: .5rem 1rem;
  margin: 0;
  padding: 1rem;
}

.admin-definition-list dt {
  color: var(--applause-gold);
  font-weight: 700;
}

.admin-definition-list dd {
  margin: 0;
}

.admin-body-preview {
  margin: 0 1rem 1rem;
  padding: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
}

.admin-code-field {
  font-family: Consolas, "Courier New", monospace;
  min-height: 18rem;
}

.admin-check-align {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding-top: 2rem;
}

@media (max-width: 767.98px) {
  .site-header {
    padding-inline: .75rem;
  }

  .brand-row {
    padding-top: .5rem;
    padding-bottom: 2.2rem;
    text-align: center;
  }

  .brand-logo {
    width: min(100%, 310px);
  }

  .brand-actions,
  .social-links {
    align-items: center;
    justify-content: center;
  }

  .brand-actions {
    gap: .5rem;
  }

  .social-links a {
    width: 26px;
    height: 26px;
  }

  .phone-link {
    color: var(--applause-gold) !important;
    font-size: 1.5rem;
  }

  article {
    width: min(100%, 290px);
    margin-top: 1.25rem;
  }

  .applause-panel-header {
    padding: .85rem 1rem .65rem;
  }

  .applause-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .applause-panel-header h1 {
    font-size: 1.5rem;
  }

  .applause-panel-body {
    padding: 1.1rem 1rem 1.25rem;
  }

  .home-intro h2 {
    font-size: 1.5rem;
  }

  .home-video {
    margin-top: 1.25rem;
  }

  .applause-back-link {
    white-space: normal;
  }

  .footer-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-shell {
    width: min(100% - 1rem, 1280px);
    margin-top: .75rem;
  }

  .admin-page-header {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-definition-list {
    grid-template-columns: 1fr;
  }
}
.can-edit-page-link {
  display: flex;
  justify-content: flex-end;
  clear: both;
  margin: 8px 0 0;
}

.can-edit-page-link .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2b1600;
  font-weight: 700;
  border-color: #c59a3a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.can-edit-page-link .btn:hover,
.can-edit-page-link .btn:focus {
  color: #1f1000;
  background-color: #f0d895;
  border-color: #b6842a;
}
