@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'SpecialElitePro';
  src: url('fonts/SpecialElitePro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MasonSansOmenBoldCond';
  src: url('fonts/MasonSansOmenBoldCond.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.hide { display: none !important; }

.buynowbutton, .close-btn { display: inline-block; }

.buynowbuttonalt, .buylastyearalt, .buynowbuttonaltdiv, .buynowbuttonaltpresenters, .buynowbuttonaltdivpresenters {
  display: none;
  text-shadow: none;
}

.buynowbuttonaltpresenters {
    margin-bottom: 3px !important;
}

.buynowbuttonalt {
    
}

body {
  background-color: #000000;
  color: #fffdfa;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.4em;
  font-family: agenda, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.enterclass {
  font-size: .8em;
  margin-top: 5px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.enterclassworkshoppage {
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.fineprint {
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-size: .85em !important;
  line-height: 1em !important;
  text-shadow: none;
}

.buylastyear {
  padding-top: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px;
  font-size: .85em !important;
  line-height: 1.2em !important;
  text-align: center !important;
  align-content: center !important;
  text-wrap: balance;
}

.meetingid { display: block; }

.pleasenote {
  padding-top: 4px !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: .8em !important;
  line-height: 1.1em !important;
  text-shadow: none;
  color: #aaaaaa;
}

a { color: #ace01b; text-decoration: none; }
a:hover { color: #d4ff5d; text-decoration: underline; }

h1 {
  font-family: 'SpecialElitePro';
  margin: 0;
  padding: 0 0 4px;
  font-size: 3.6vw;
  line-height: 4.4vw;
  color: #ace01b;
  font-weight: normal !important;
  text-align: left;
}

h2 {
  font-family: 'SpecialElitePro';
  margin: 0;
  padding: 10px 0 2px 0;
  font-size: 2.6vw;
  line-height: 3vw;
  color: #a7cf38;
  font-weight: normal;
  text-align: left;
}

h1, h2 {
  position: relative;
  color: #ace01b;
  z-index: 1;
  isolation: isolate;
}

h1::before,
h2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  color: inherit;
  opacity: 0.29; /* slightly stronger luminosity */
}

h1, h2 {
  text-shadow:
    -22px 0 0 rgba(172,224,27,0.011),
    -20px 0 0 rgba(172,224,27,0.014),
    -18px 0 0 rgba(172,224,27,0.017),
    -16px 0 0 rgba(172,224,27,0.019),
    -14px 0 0 rgba(172,224,27,0.022),
    -12px 0 0 rgba(172,224,27,0.024),
    -10px 0 0 rgba(172,224,27,0.027),
     -8px 0 0 rgba(172,224,27,0.031),
     -6px 0 0 rgba(172,224,27,0.033),
     -4px 0 0 rgba(172,224,27,0.036),
     -2px 0 0 rgba(172,224,27,0.039),
      2px 0 0 rgba(172,224,27,0.039),
      4px 0 0 rgba(172,224,27,0.036),
      6px 0 0 rgba(172,224,27,0.033),
      8px 0 0 rgba(172,224,27,0.031),
     10px 0 0 rgba(172,224,27,0.027),
     12px 0 0 rgba(172,224,27,0.024),
     14px 0 0 rgba(172,224,27,0.022),
     16px 0 0 rgba(172,224,27,0.019),
     18px 0 0 rgba(172,224,27,0.017),
     20px 0 0 rgba(172,224,27,0.014),
     22px 0 0 rgba(172,224,27,0.011);
}

h3 {
  font-family: 'SpecialElitePro';
  margin: 0;
  padding: 8px 0 2px 0;
  font-size: 2vw;
  line-height: 2.4vw;
  color: #fffdfa;
  font-weight: normal;
  text-align: left;
}

.h3whitelink { color: #fff; }

h4 {
  font-family: agenda-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 2.2vw;
  line-height: 2.4vw;
  color: #bbbbff;
}

.h4hero { white-space: pre-wrap; }
.h4hero::after { content: ""; display: block; }

sup { vertical-align: baseline; font-size: 75%; }

.nospacebelow { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.nospaceabove { margin-top: 0 !important; padding-top: 0 !important; }

/* main box */
.mainbox {
  background-image: url("images/background.jpg");
  background-position: center 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  min-height: 1000px;
  align-content: flex-start;
  overflow: visible;
  text-align: center;
  display: grid;
  place-items: center;
  vertical-align: top;
}

/* ===========================
   HERO
   =========================== */

.herobox {
  align-content: center;
  width: 74%;
  margin-top: 35px;
  display: block; /* logo row + hero-content-row beneath */
}

.heroboxsub { top: 0vw; }

/* logo stays full width row */
.herobox > a { display: block; width: 100%; }

.logo {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  filter:
    /* bright green outer halo */
    drop-shadow(0 0 20px rgba(172, 224, 27, 0.15))
    drop-shadow(0 0 10px rgba(172, 224, 27, 0.10))
    /* subtle darker edge definition */
    drop-shadow(0 0 5px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 45px rgba(0, 0, 0, 0.6));
  z-index: 900;
}

.herobox .logo { margin-bottom: 12px; }

.logosub { /* reserved */ }

/* --- HERO LAYOUT (row with mini + text) — CONSOLIDATED --- */
.hero-content-row {
  --hero-fs: clamp(18px, 1.6vw + 0.2rem, 28px);

  display: flex;
  align-items: center; /* vertical centering */
  gap: clamp(12px, 1.4vw, 18px); /* space between mini + text */
  width: 97%;
  margin-top: 10px;
  margin-left: 10px;
  font-size: var(--hero-fs);
}

/* Left: mini stays fixed width */
.hero-content-row .minibox {
  flex: 0 0 125px;
  width: 125px;
  min-width: 125px;
  margin: 0;     /* ✅ remove margin-right */
  padding: 0;
}

/* Right: blurb */
.hero-content-row .herotext {
  flex: 1 1 auto;
  margin: 0;
  font-family: 'SpecialElitePro';
  font-size: 1.03em;             /* inherits --hero-fs */
  line-height: 1.32;
  font-weight: normal;
  text-align: justify;
  text-shadow: 0 0 10px #000, 0 0 33px #000;
  display: block;
  margin-top: 0;
  z-index: 1800;                /* requested */
  position: relative;
  top: -3px;
  text-wrap: balance;
    
}

.herotext p { margin: 0; padding: 0; }
.heroh4 { text-align: center; }

.heroh2 {
  margin: 0 0 .7vw 0;
  padding: 0;
  font-size: 2.8vw;
  color: #a7cf38;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 33px #000;
}


/* ===========================
   NAV
   =========================== */

.navbox {
  position: relative;
  margin: 0;
  padding: 0;
  top: 2.5vw;
  clear: both;
  width: 100%;
  text-align: center;
  z-index: 10000;
}

.navboxsub { top: 0vw !important; }

.nav {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'SpecialElitePro';
  font-size: 2.7vw;
  line-height: 2.7vw;
  text-align: center;
}

.button {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 0.46vw;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.leftmost { padding-left: 0; }
.rightmost { padding-right: 0; }

/* ===========================
   LINKS
   =========================== */

.navlink {
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: #fffdfa;
  text-shadow: 2px 2px 1px #000, 0 0 15px #000;
}

/* === WHITE MOTION STREAK (baseline aligned, tighter & stronger) === */
.navlink::before {
  content: attr(data-text);
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffdfa;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
  text-shadow:
    -28px 0 0 rgba(255,255,255,0.02),
    -26px 0 0 rgba(255,255,255,0.025),
    -24px 0 0 rgba(255,255,255,0.03),
    -22px 0 0 rgba(255,255,255,0.035),
    -20px 0 0 rgba(255,255,255,0.04),
    -18px 0 0 rgba(255,255,255,0.045),
    -16px 0 0 rgba(255,255,255,0.05),
    -14px 0 0 rgba(255,255,255,0.055),
    -12px 0 0 rgba(255,255,255,0.06),
    -10px 0 0 rgba(255,255,255,0.065),
     -8px 0 0 rgba(255,255,255,0.07),
     -6px 0 0 rgba(255,255,255,0.075),
     -4px 0 0 rgba(255,255,255,0.08),
     -2px 0 0 rgba(255,255,255,0.085),
      2px 0 0 rgba(255,255,255,0.085),
      4px 0 0 rgba(255,255,255,0.08),
      6px 0 0 rgba(255,255,255,0.075),
      8px 0 0 rgba(255,255,255,0.07),
     10px 0 0 rgba(255,255,255,0.065),
     12px 0 0 rgba(255,255,255,0.06),
     14px 0 0 rgba(255,255,255,0.055),
     16px 0 0 rgba(255,255,255,0.05),
     18px 0 0 rgba(255,255,255,0.045),
     20px 0 0 rgba(255,255,255,0.04),
     22px 0 0 rgba(255,255,255,0.035),
     24px 0 0 rgba(255,255,255,0.03),
     26px 0 0 rgba(255,255,255,0.025),
     28px 0 0 rgba(255,255,255,0.02);
}

/* ===========================
   HOVER STATE (EXCLUDES ONSTATE)
   =========================== */

.navlink:not(.onstate):hover {
  color: #ace01b;
  text-shadow:
    2px 2px 1px #000,
    0 0 15px #000,
    2px 2px 1px #000,
    0 0 15px #000;
  text-decoration: none;
  z-index: 4;
}

/* Green streak ONLY on non-onstate links */
.navlink:not(.onstate):hover::before {
  color: #ace01b;
  opacity: 0.5;
  text-shadow:
    -28px 0 0 rgba(172,224,27,0.02),
    -26px 0 0 rgba(172,224,27,0.025),
    -24px 0 0 rgba(172,224,27,0.03),
    -22px 0 0 rgba(172,224,27,0.035),
    -20px 0 0 rgba(172,224,27,0.04),
    -18px 0 0 rgba(172,224,27,0.045),
    -16px 0 0 rgba(172,224,27,0.05),
    -14px 0 0 rgba(172,224,27,0.055),
    -12px 0 0 rgba(172,224,27,0.06),
    -10px 0 0 rgba(172,224,27,0.065),
     -8px 0 0 rgba(172,224,27,0.07),
     -6px 0 0 rgba(172,224,27,0.075),
     -4px 0 0 rgba(172,224,27,0.08),
     -2px 0 0 rgba(172,224,27,0.085),
      2px 0 0 rgba(172,224,27,0.085),
      4px 0 0 rgba(172,224,27,0.08),
      6px 0 0 rgba(172,224,27,0.075),
      8px 0 0 rgba(172,224,27,0.07),
     10px 0 0 rgba(172,224,27,0.065),
     12px 0 0 rgba(172,224,27,0.06),
     14px 0 0 rgba(172,224,27,0.055),
     16px 0 0 rgba(172,224,27,0.05),
     18px 0 0 rgba(172,224,27,0.045),
     20px 0 0 rgba(172,224,27,0.04),
     22px 0 0 rgba(172,224,27,0.035),
     24px 0 0 rgba(172,224,27,0.03),
     26px 0 0 rgba(172,224,27,0.025),
     28px 0 0 rgba(172,224,27,0.02);
}

/* ===========================
   ONSTATE (blue active link)
   =========================== */

.onstate {
  color: #bbbbff;
  border-bottom: 1.8px #bbbbff solid;
  padding-bottom: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 3;
}

/* Blue blur (always stays blue) */
.onstate::before {
  content: attr(data-text);
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbbbff;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
  text-shadow:
    -28px 0 0 rgba(187,187,255,0.02),
    -26px 0 0 rgba(187,187,255,0.025),
    -24px 0 0 rgba(187,187,255,0.03),
    -22px 0 0 rgba(187,187,255,0.035),
    -20px 0 0 rgba(187,187,255,0.04),
    -18px 0 0 rgba(187,187,255,0.045),
    -16px 0 0 rgba(187,187,255,0.05),
    -14px 0 0 rgba(187,187,255,0.055),
    -12px 0 0 rgba(187,187,255,0.06),
    -10px 0 0 rgba(187,187,255,0.065),
     -8px 0 0 rgba(187,187,255,0.07),
     -6px 0 0 rgba(187,187,255,0.075),
     -4px 0 0 rgba(187,187,255,0.08),
     -2px 0 0 rgba(187,187,255,0.085),
      2px 0 0 rgba(187,187,255,0.085),
      4px 0 0 rgba(187,187,255,0.08),
      6px 0 0 rgba(187,187,255,0.075),
      8px 0 0 rgba(187,187,255,0.07),
     10px 0 0 rgba(187,187,255,0.065),
     12px 0 0 rgba(187,187,255,0.06),
     14px 0 0 rgba(187,187,255,0.055),
     16px 0 0 rgba(187,187,255,0.05),
     18px 0 0 rgba(187,187,255,0.045),
     20px 0 0 rgba(187,187,255,0.04),
     22px 0 0 rgba(187,187,255,0.035),
     24px 0 0 rgba(187,187,255,0.03),
     26px 0 0 rgba(187,187,255,0.025),
     28px 0 0 rgba(187,187,255,0.02);
}

/* Onstate hover remains blue */
.onstate:hover,
.onstate:hover::before {
  color: #bbbbff !important;
  border-bottom: 1.8px #bbbbff solid !important;
}


/* ===========================
   CONTENT AREA
   =========================== */

.contentbox {
  clear: both;
  float: none;
  position: relative;
  padding: 0;
  top: 4vw;
  display: block;
  width: 74%;
}

.contentboxsub { top: 1.4vw; }

.maintext {
  margin: 0;
  padding: 0;
  text-align: justify;
  float: left;
  width: 75%;
  text-shadow: 0 0 16px #000, 3px 3px 8px #000, 0 0 10px #000;
  color: #fffdfa;
}

.maintext p { padding-top: 0; margin-top: 0; }

.maintext ul { list-style: none; }

.maintext ul li::before {
  font-family: 'TropMagus-Regular';
  content: "✶";
  color: #bbbbff;
  font-weight: normal;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

/* to style AddToAny box to center */
.a2a_default_style { display: inline-block; }


.photosidebar {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 25%;
    text-align: center;
}

.photosidebar p { margin-top: 5px; margin-left: 12%; }

.presenterlink {
  text-align: center;
  font-size: 1.8vw;
  font-family: agenda-condensed, sans-serif;
  margin-top: 3px;
  display: block;
}

.archivesubtext {
  margin-top: -8px !important;
  margin-bottom: 15px !important;
  margin-left: 12%;
  width: 88% !important;
  text-align: center;
}

.featuredlink {
  text-decoration: none;
  color: #bbbbff !important;
  font-weight: 600;
}

.featurephoto {
  margin-top: 5px;
  width: 88%;
  margin-left: 12%;
  border-radius: 10%;
  border: 1px #000000 solid;
  max-width: 210px;
  background-image: url("presenterphotos/photo-placeholder.jpg");
  background-size: 100%;

}

.buynowbutton {
    width: auto !important;
}

.featuredlink:hover { color: #a7cf38; text-shadow: 2px 2px 1px #000, 0 0 15px #000; text-decoration: none; }
.featuredlink:hover > img { border: 1px #a7cf38 solid !important; }

.photosidebar h5 {
  padding: 0;
  margin: 0;
  margin-top: .07vw;
  margin-bottom: 0;
  width: 88%;
  margin-left: 12%;
  font-weight: 600;
  font-size: 2.2vw;
  font-family: 'MasonSansOmenBoldCond';
  text-align: center;
  height: .9em;
  text-shadow: 2px 2px 2px #000, -2px -2px 10px #000, 2px 2px 10px #000, 2px 2px 25px #000, -2px -2px 25px #000;
}

.photosidebarh6 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 88%;
  margin-left: 12%;
  font-size: 1.35vw;
  line-height: 1.8vw;
  font-weight: normal;
  font-family: 'SpecialElitePro';
  text-align: center;
}

/* existing */
.countrycolor {
  font-family: agenda-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6vw;
  color: #BBBBBB;
}

/* ===========================
   MINI ROTATOR (fully isolated)
   =========================== */

.miniheader {
  display: none;
}

/* small box lives inside hero-content-row */
.minibox {
  width: 120px;
  display: block; /* flex child in hero-content-row */
  margin: 0px;      /* spacing handled by gap in hero-content-row */
  padding: 0px;
}

/* Root wrapper for MINI variant (from PHP) */
.mini-rotator {
  display: block;
  text-align: center; /* center all child content */
}

/* MINI: make the card the positioning context */
.mini-rotator .rot-item {
  position: relative;       /* key fix */
  display: inline-block;    /* shrink-wrap to image */
  text-align: center;
}

/* MINI image */
.mini-rotator .rot-img {
  display: block;
  width: auto;
  max-width: 120px;         /* adjust your mini size here */
  height: auto;
  border-radius: 10%;
  border: 1px #000 solid;
}

/* MINI caption overlay (name + optional blurb) */
.mini-rotator .rot-caption {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 92%;
  margin: 0;
  padding: 0px 4px;

  font-family: agenda-condensed, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: .9 !important;
  color: #fff !important;
  text-align: center !important;

  text-shadow:
    -1px -1px 2px #000,
     1px -1px 2px #000,
    -1px  1px 2px #000,
     1px  1px 2px #000,
     0    0   6px #000,
     0    0  10px #000 !important;

  pointer-events: none;
  z-index: 2;
}

/* MINI blurb inside caption */
.mini-rotator .rot-caption .blurb {
  display: block;
  margin-top: 2px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  text-shadow:
    -1px -1px 2px #000,
     1px  1px 2px #000,
     0    0   6px #000 !important;
}

/* Smooth fade between images */
.mini-rotator .rot-img { transition: opacity 200ms ease; }
.mini-rotator .rot-img.fade { opacity: 0; }

/* =========================== */

.cliptext {
  font-family: agenda-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: .9em;
  line-height: 1.07em;
  color: #fffdfa;
  text-align: center;
  text-wrap: balance;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  margin-top: 2px !important;
  transition: color 0.3s ease;
}

.cliptextheader {
  line-height: 1em !important;
  color: #bbbbff;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 13px !important;
  margin-bottom: 2px !important;
  width: 100% !important;
}

.clipname { color: #bbbbff; }

.registrationfooter {
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footerlogo {
  width: 50%;
  display: inline-block !important;
  padding-top: 5px;
}

.moreshadow { text-shadow: 2px 2px 2px #000, -2px -2px 10px #000, 2px 2px 10px #000, 2px 2px 25px #000, -2px -2px 25px #000; }

.white { color: #fffff; }
.gold { color: #a7cf38; }
.admincolor { color: #cfcd45 !important; }
.adminerrorcolor { color: #ffaf03 !important; }
.comingsooncolor { color: #a7cf38; }

.watchfaves { padding-left: 12%; margin-top: 5px; }

.watchfavesmobile {
  margin-top: 5px;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.buynowbutton, .close-btn {
  width: 80%;
  text-align: center;
  background-color: #6e9600;
  color: #fff;
  font-family: agenda-condensed, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  font-size: 2.4vw;
  padding: 4px 9px;
  border: 1px #c8ff00 solid;
  border-radius: 15px;
  margin-top: 6px;
  margin-left: 12%;
  margin-bottom: 13px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 0 9px rgba(255,255,255,.9);
  text-shadow: none;
}

.alwaysbutton {margin-bottom:10px;}

.buynowbutton:hover, .close-btn:hover {
  background-color: #e1ff76;
  border: 1px #c8ff00 solid;
  color: #5e8000;
  box-shadow: inset 0 0 9px rgba(0,0,0,0.8);
  text-decoration: none;
    text-shadow: none;
}

.callnowbutton, .close-btn {
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  text-shadow: none;
}

.callnowbutton:hover, .close-btn:hover { text-shadow: none; text-decoration: none; }

.adminsubmitbutton {
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.zoombutton { margin-top: 10px !important; margin-bottom: 10px !important; }

.checkout-widget-container, .eventbritebox { height: 680px !important; }

/* ===========================
   Schedule Section
   =========================== */

.scheduletime .showday,
.scheduletime .showdate,
.scheduletime .showtime {
  display: block;
  font-size: .9em;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}

.scheduletime .showtime {
  color: #bbbbff;
  font-size: 1.2em;
  margin-top: -2px;
}

.scheduletime { text-shadow: none; }

.scheduleheader {
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  clear: both;
  color: #a7cf38;
}

.schedulerow {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  width: 100%;
  clear: both;
  border-top: #a7cf38 solid 1px;
  overflow: auto;
}

.schedule-left-column {
  padding: 8px;
  margin: 0;
  width: 30%;
  border-right: none;
  float: left;
  clear: both;
  box-sizing: border-box;
  display: block;
}

.schedule-right-column {
  float: left;
  width: 70%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  display: block;
}

/* Use this to create header version of time picker */
.changetz { display: block; }

.timezoneoverlay {
  display: none;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, .92);
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.overlayinterior {
  position: relative;
  background-color: rgba(0, 0, 0, 1);
  display: inline-block;
  top: 30%;
  width: 70%;
  max-width: 550px;
  border: 1px solid #fff;
  padding: 15px !important 0 10px !important;
  margin: 15px !important;
  text-align: left;
}

.closewindow {
  width: 55px;
  text-align: center;
  color: #fff;
  background-color: #204880;
  font-family: agenda-condensed, sans-serif;
  font-weight: 600;
  font-size: .9em;
  line-height: .9em;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #fae1ae;
}

.timezone {
  font-family: agenda-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: .75em;
  padding-left: .25em;
}

.detect { color: #a7cf38; text-decoration: none; }
.detect:hover { color: #c8ff00; text-decoration: underline; }

.yourtimezone {
  color: #ffffff;
  padding-top: 0;
  margin-top: 0 !important;
  padding-bottom: 10px !important;
  font-size: 1em !important;
  line-height: 1em !important;
}

.timezoneonpage { margin-top: -3px !important; font-size: .9em !important; }

.bluebold { color: #bbbbff; font-weight: 600; }
.grey { color: #aaaaaa; font-size: .95em; }

.timepicker, .timeradiolabel, .detect, .yourtimezone {
  font-family: agenda-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: .87em;
  line-height: 1.3em;
  text-align: left;
  vertical-align: baseline;
}

.timezoneblock { font-family: agenda-condensed, sans-serif; padding: 4px 0 10px 0; }

.timezoneh5 {
  padding-bottom: 3px !important;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #bbbbff;
}

.radioblock, .detect { display: inline-block; padding-left: 8px; vertical-align: baseline; }
.change { padding-left: 4px; }

.details {
  font-size: .75em;
  padding-left: 0;
  margin-left: 7px;
  color: #bbbbff;
  text-shadow: none !important;
}

.details:hover { color: #c8ff00; }

.detailsparent { text-shadow: none !important; }
.detailsparent:hover .details { color: #c8ff00; text-decoration: underline; }
.detailsparent:hover .newtab { fill: #c8ff00; }

.newtab { width: 18px; position: relative; top: 1px; left: 5px; fill: #bbbbff; }
.newtab:hover { fill: #c8ff00; }

.timepicker { width: auto; }
.scheduletime .timezone { display: block; line-height: 1rem; font-size: .85rem; margin: 0; padding: 0; }
.scheduletime .timeconvert { display: block; }
.schedulebreak .timezone { display: none; }
.hidezone .timezone { display: none !important; }
.h4zone .timezone { font-family: agenda-condensed, sans-serif; }

.scheduletable {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: inherit;
  line-height: inherit;
}

.scheduletable tr { padding: 0; margin: 0; }
.scheduletable tbody tr { border-top: #888888 dotted 1px; }
.scheduletable tbody tr:first-child { border: none; }

.schedulecell {
  color: #fffdfa;
  font-family: agenda, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 10px;
  padding-top: 8px;
  line-height: 1.25;
}
.schedulecell p:last-child { padding-bottom: 0; margin-bottom: 0; }

.scheduleroom {
  font-family: 'SpecialElitePro';
  color: #bbbbff;
  font-size: 2vw;
  line-height: 2.7vw;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
}

.planets {
  font-family: 'SpecialElitePro';
  font-size: 2vw;
  line-height: 1.5vw;
  color: #fffdfa;
}

.scheduletime {
  font-family: 'SpecialElitePro';
  font-family: agenda-condensed, sans-serif;
  font-weight: 600;
  color: #fffdfa;
  font-size: 2vw;
}

.schedulebreak {
  font-family: agenda-condensed, sans-serif;
  font-weight: 600;
  color: #aaaaaa;
  font-size: 2vw;
  width: 100%;
  clear: both;
  padding: 10px;
  box-sizing: border-box;
  text-shadow: none;
}

.schedulebreakborder { border-top: #aaaaaa solid 1px; }

/* ===========================
   MEDIA QUERIES
   =========================== */

@media (max-width: 900px) {
  /* no changes required specifically here */
}

@media (min-width: 1250px) {
  /* keep this block you already have… */
  h1 { font-size: 45px; line-height: 60px; }
  h2 { font-size: 32px; line-height: 38px; }
  h3 { font-size: 25px; line-height: 30px; }
  h4 { font-size: 25px; line-height: 30px; }
  .navbox { top: 29px; margin-left: auto; margin-right: auto; left: 0%; right: 0%; display: flex; }
  .navboxsub { top: 0; }
  .nav { margin-left: auto; margin-right: auto; font-size: 33.8px; line-height: 33.8px; }
  .button { padding-top: 7px; height: auto; }
  .herobox { position: relative; }
  .heroboxsub { top: 0; }

  /* ✅ tighten spacing + keep vertical centering on desktop */
  .hero-content-row {
    display: flex;            /* re-assert flex (just in case) */
    align-items: center;      /* vertical center mini + text */
    gap: 14px;                /* single source of spacing */
    --hero-fs: 27px;
  }

  /* ✅ remove old margin/right + top nudge that widened the gap */
  .hero-content-row .minibox {
    margin: 0;                /* no extra margin—gap handles spacing */
  }

  /* ✅ belt-and-suspenders: ensure the text column centers */
  .hero-content-row .herotext {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    padding-top: 0;
    align-self: center;       /* if any override sneaks in, this wins */
  }

  .heroh2 { font-size: 35px; margin-bottom: 10px; }
  .contentbox { top: 60px; width: 925px; }
  .contentboxsub { top: 25px; }
  .photosidebar h5 { font-size: 25.5px; }
  .photosidebarh6 { font-size: 17px; line-height: 22px; }
  .countrycolor { font-size: 19px; }
  .schedulebreak, .planets { font-size: 24px; line-height: 24px; }
  .scheduletime { font-size: 24px; }
  .scheduleroom { font-size: 24px; line-height: 30px; }
  .presenterlink { font-size: 22px; }
  .buynowbutton, .close-btn { font-size: 32px; }
}

@media (min-width: 601px) and (max-width: 1249px) {
  /* smooth scaling on tablets/laptops below desktop cap */
  .hero-content-row { --hero-fs: clamp(18px, 1.8vw + 0.2rem, 26px); }
  .hero-content-row .herotext { line-height: 1.32; }
}

@media (min-width: 601px) and (max-width: 768px) {
  h1 { font-size: 3.4vw; line-height: 3.4vw; }
  h2 { font-size: 2.9vw; line-height: 2.9vw; }
  h3 { font-size: 2.4vw; line-height: 2.9vw; }
  h4 { font-size: 2.7vw; line-height: 2.9vw; }

  .logo { width: 100%; }
  .herobox { width: 90%; }
    
    .herotext {
        font-size: 3vw !important;
    }

  .herotextsub { width: 57%; margin-bottom: 1.3%; }

  .heroh2 { margin-bottom: .8vw; font-size: 3.2vw; }
  .heroh4 { font-size: 2.6vw; line-height: 3.7vw; }

  .navbox { width: 94%; }
  .navboxsub { margin-top: 1vw; }

  .nav { font-size: 3.43vw; line-height: 3.1vw; }

  .contentbox { width: 87.5%; }
  .contentboxsub { top: 3vw; }

  .maintext { width: 70%; }
  .photosidebar { width: 30%; }

  .photosidebar h5 { font-size: 3vw; }
  .photosidebarh6 { font-size: 1.7vw; line-height: 2.2vw; }

  .countrycolor, .presenterlink { font-size: 2.2vw; }

  .schedulebreak, .planets { font-size: 2.4vw; line-height: 2.4vw; }
  .scheduletime { font-size: 2.4vw; }
  .schedulebreak { line-height: 3vw; }
  .scheduleroom { font-size: 2.4vw; line-height: 3.3vw; }

  .buynowbutton, .close-btn { font-size: 3vw; }
}

@media (min-width: 500px) and (max-width: 600px) {
  h1 { font-size: 3.6vw; line-height: 3.6vw; }
  h2 { font-size: 3.1vw; line-height: 3.1vw; }
  h3 { font-size: 2.7vw; line-height: 3.7vw; }
  h4 { font-size: 3.2vw; line-height: 3.5vw; }
    
    .featuredlink {
        font-size: 3.2vw;
    }

  .mainbox { background-position: center -12vw; background-size: 150%; }

  .herobox { width: 94%; margin-top: 11vw; }
  .heroboxsub { top: 7.5vw; }

  /* stack mini + blurb for narrow tablets */
  .hero-content-row { flex-direction: column; align-items: center; gap: 10px; }
  .hero-content-row .minibox { flex: 0 0 auto; }
  .hero-content-row .herotext {
    width: 83%;
    margin-left: 0;
    text-align: justify;
    line-height: 1.34;
  }
    
   .herotext {
        width: 95% !important;
        
   }

  .herotextsub { width: 55%; margin-top: 6.5vw; }
  .herotextsub .heroh4 { font-size: 3.3vw; }

  .heroh2 { margin-bottom: 1.5vw; font-size: 3.7vw; }
  .heroh4 { font-size: 4vw; line-height: 4.5vw; }

  .navbox {
    z-index: 100000 !important;
    position: fixed;
    top: 0;
    padding-top: 15px;
    height: 3vw;
    width: 98%;
    left: 1%;
    right: 1%;
    background-color: rgba(0,0,0,1);
    box-shadow: 0 3vw 20px rgba(0,0,0,1);
    display: flex;
  }

  .nav { font-size: 3.45vw; line-height: 2.7vw; }
  .button { height: 5.5vw; }

  .contentbox { top: 3vw; width: 90%; }
  .contentboxsub { top: 8.1vw; }

  .maintext { width: 70%; }
  .photosidebar { width: 30%; }

  .photosidebar h5 { font-size: 3.3vw; }
  .photosidebarh6 { font-size: 2vw; line-height: 2.6vw; }

  .countrycolor, .presenterlink { font-size: 2.6vw; }

  .schedulebreak, .planets { font-size: 3vw; line-height: 3vw; }
  .scheduletime { font-size: 3vw; }
  .schedulebreak { line-height: 5vw; }
  .scheduleroom { font-size: 3vw; line-height: 4.1vw; }

  .buynowbutton, .close-btn { font-size: 3.5vw; }
  .footerlogo { width: 100%; }
}

@media (max-width: 499px) {
  h1 { font-size: 28px; line-height: 34px; text-align: left; }
  h2 { font-size: 23px; line-height: 29px; text-align: left; }
  h3 { font-size: 17px; line-height: 20px; text-align: left; }
  h4 { font-size: 19px; line-height: 20px; text-align: left; }

  .mainbox { background-position: center 0vw; background-size: 150%; }

  .herobox { position: relative; top: 3vw; width: 94%; }

  /* stack mini + blurb on phones; center mini */
  .hero-content-row { flex-direction: column; align-items: center; gap: 10px; }
  .hero-content-row .minibox { flex: 0 0 auto; }

  .hero-content-row .herotext {
    width: 95%;
    margin: 3vw 0 1.5vw 0;
    text-align: justify;
    line-height: 1.36;
  }

  .herotextsub { display: none; }

  .heroh2 { margin-bottom: .5vw; font-size: 6.5vw; }
  .heroh2alt { color: #fff; font-size: 6vw; }
  .heroh4 { font-size: 5.5vw; line-height: 7.5vw; }

  .navbox {
    z-index: 100000;
    position: fixed;
    top: 0;
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    left: 0%;
    right: 0%;
    background-color: rgba(0,0,0,1);
    box-shadow: 0 1vw 10px rgba(0,0,0,1);
    vertical-align: top;
  }

  .nav {
    font-size: 5.3vw;
    line-height: 1;
    font-family: agenda-condensed;
    font-weight: bold;
    display: flex;
  }

  .button { padding: 0 1.8%; display: flex; }

  .contentbox { position: flex; top: 3vw; width: 90%; }
  .contentboxsub { top: 15vw !important; }

  .maintext { width: 100% !important; }
  .photosidebar { display: none; }

  .photosidebarh6 { margin-left: auto; margin-right: auto; font-size: 24px; line-height: 24px; }
  .countrycolor { font-size: 22px !important; line-height: 22px; }
  .presenterlink { font-size: 22px !important; }

  .featurephoto { margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; }

  .schedulebreak, .planets { font-size: 5.2vw; line-height: 4.2vw; }
  .scheduletime { font-size: 5.2vw; }
  .schedulebreak { line-height: 7vw; }
  .scheduleroom { font-size: 5.2vw; line-height: 5.8vw; }

  .timepicker { width: 100%; }
  .schedule-left-column { width: 100%; }
  .schedule-right-column { width: 100%; }
  .scheduletime .timeconvert { display: inline; padding: 0 !important; margin: 0 !important; }
  .showday, .showdate, .timezone { display: inline !important; }
  .showday { margin-left: 0 !important; }
  .showdate { margin-left: 3px !important; }
  .timezone { margin-left: 5px !important; }
  .showday::after { content: ", "; }

  .timezoneh5 { text-align: left; }

  .registrationfooter {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .registrationfooter h3 { text-align: center; }

  .footerlogo { width: 80%; max-width: 300px; display: inline-block; padding-top: 5px; }

  .buynowbutton, .close-btn {
    font-size: 7vw;
    margin-left: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .buynowbuttonalt, .buylastyearalt, .buynowbuttonaltdiv, .buynowbuttonaltdivpresenters, .buynowbuttonaltpresenters {
    width: auto;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    align-self: center;
  }

  .buynowbuttonalt, .buynowbuttonaltpresenters { margin-top: 2px; margin-bottom: 18px; }
}

@media (min-width: 500px) {
  .logosubalt { display: none !important; }
}

/* Floating Support Button */
#floating-help {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url('/images/help.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: none;
  z-index: 1000;
  text-decoration: none;
}
#floating-help:hover {
  transform: scale(1.1);
  background-image: url('/images/helphover.svg');
}
#floating-help:before {
  content: "";
  position: absolute;
  background-image: url('/images/helphover.svg');
  visibility: hidden;
}




/* ========== HARD FIXES FOR ≤600px LAYOUT ========== */
@media (max-width: 600px) {
  /* kill the right-shift and truly center the stack */
    
  .miniheader { display: block; 
      font-family: 'MasonSansOmenBoldCond';
      font-size: 28px;
      line-height: 22px;
      color: #bbbbff;
      text-align: center;
      margin: 0px 0px;
      text-shadow: 2px 2px 2px #000, -2px -2px 10px #000, 2px 2px 10px #000, 2px 2px 25px #000, -2px -2px 25px #000;      
    }
  .hero-content-row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    justify-content: center !important;  /* column layout centers cross-axis items */
    align-items: center !important;
  }

  /* center the mini itself and lock its width */
  .hero-content-row .minibox {
    width: 120px !important;
    flex: 0 0 120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 2500;
  }
    
    .herotext {
        line-height: 1.25 !important;
    }

  /* make the inner rotator shrink-wrap and center */
  .mini-rotator,
  .mini-rotator .rot-item {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* lock the image to exactly 120 and include its own border in the 120 */
  .mini-rotator .rot-img {
    display: block !important;
    width: 120px !important;        /* use fixed width, not max-width */
    max-width: none !important;
    height: auto !important;
    box-sizing: border-box !important; /* border counts inside the 120 */
  }

  /* (optional) if you add a border to .minibox for debugging */
  .hero-content-row .minibox {
    border: 1px solid transparent; /* change to a color to debug */
  }
    
  /* enlarge the mini rotator */
  .hero-content-row .minibox {
    width: 200px !important;
    flex: 0 0 200px !important;
  }

  .mini-rotator .rot-img {
    width: 200px !important;
    max-width: none !important;
    height: auto !important;
  }
    
    .mini-name {
        font-size: 24px !important;
    }
    
    .blurb {
        font-size: 20px !important;
    }
    
}